

html{}

body {
 margin: 0;
 padding: 0;
 background-image:url(img/back_slash.png);
 background-repeat:repeat;
 background-color:#FFFFFF;
}

#container {
 width:83%;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-color:white;
}

#header {
 margin-top:-1em;
 padding: 5px 5px 5px 5px;
 border:1px solid;
 border-color:white;
 background-image:url(img/header_back.jpg);
 background-repeat:repeat;
}

#mainc {
 width:78%;
 float:right;
 border-left:1px solid;
 background-color:#FFFFFF;
 background-image:url(img/back_inf.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:right bottom;
 padding-top:0.5em;
 padding-left:1em;
}


#menu {
 width:18%;
 float:left;
/* background-color:white;*/
}

li {
 line-height:1.6;
}
li a {
 text-decoration:none;
}
#menu li {
 margin-left:-0.9em;
 line-height:1.6;
}


#footer {
 width:100%;
 clear:both;
 background-color:#000000;
 text-align:center;
 color:silver;
}

h2,h3 {
 color:#003366;
 border-left:12px solid;
 padding-left:10px;
 clear:both;
}

h2:first-letter,h3:first-letter {
 font-size:130%;
}

h4 {
 margin:0 0 0 1.5em;
 color:#003366;
 border-bottom-style:double;
 border-color:silver;
}

ul { list-style-image:url(./img/dot_blue.png);}
li{ margin-left:1em;}

ul.main{
 list-style-type:none;
 list-style-image:none;
}


p {
 padding-left:1.2em;
 text-indent: 1em;
 padding: 0 1.5em 0 0.5em;
 line-height:1.5;
}

a:link {
/* text-decoration:none;*/
 color:#003366;
 }


img {
 margin: 10px 10px 10px 10px; 
}
img.right { float:right;}
img.left{ float:left;}

img#title {
 border: 0px solid;
 margin-top:-0.5em;
}


div.title{
 font-size:150%;
 color:#003366;
 border:1px solid;
 border-color:#003366;

 background-image:url(img/back_slash.png);
 background-repeat:repeat;
 background-color:transparent;

 padding:10px;
 margin-right: 1em;

}

div.question{
 font-size:130%;
 border-bottom:1px dashed;
 color:#003366;
 font-weight:bold;
 margin-top:20px;
 padding-top:20px;
 padding-left:2.3em;
 background-image:url(./img/q.png);
 background-repeat:no-repeat;
 background-position:left bottom;
 clear:both;
}
div.book_detail {
 border:1px solid;
 padding:10px 10px 10px 10px;
}

div.box{
 border:1px solid;
 border-color:#5C81A7;
 margin:1.5em;
 width:70%;
 
}
div.box h3{
 margin:0;
 padding:5px;
 border:0;
 background-color:#99afc4;

/* background-image:url(./img/dot_blue.png);
 background-repeat:no-repeat;*/
}


table,th,td {
 border-collapse:collapse;
 border:1px solid;
 border-color:silver;
}
th {
 background-image:url(img/back_slash.png);
 background-repeat:repeat;
 background-color:white;
 color:#003366;
 text-align:center;
}


