/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
font-size: 1em;
}
body{
margin: 10px;
background: #ccc;
text-align: center;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
color: #222222;
}
p{/*font-size:0.9em;*/line-height:1.5em;margin-top:5px;}

/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 95%;
margin: 10px;
background: #ffffff;
}
#header{text-align:center;
/*width:600px;*/
background:url(../images/book4.jpg);
background-color:#ffffff;
        background-repeat: no-repeat;
		 background-position: top;
       margin:0 auto;
        color: #000000;
		}
#header h1{
color: #000000;
margin:0 auto;
font-size:275%;
margin-top:20px;
}
#header h5{font-size:120%;
margin:75px auto 0 auto;
}
#menu{text-align:center;
position:relative;
width: 100%;
height: 30px;
padding-bottom:10px;
padding-top:10px;
margin:auto;
 }
#menu ul{margin:auto;
width:600px;
text-align:center;
list-style: none;
}
#menu li{  /*display: inline;float:left;*/
  margin: .2em 0;
  display: -moz-inline-box;  /* for Mozilla based browsers */
  display: inline-block;
  /* IE5/Mac needs these to have a set width. Change it when necessary. */
  /* start for IE5/Mac only \*//*/
    width: 5em;
  /* end for IE5/Mac only */

}
#menu li a{  display: block;  /* for Mozilla based browsers */
  display: inline-block;


text-align:center;
margin-left: 10px;
display: block;
padding: 0 5px;
color: #000000;
text-transform: lowercase;
text-decoration: none;
border-top: 2px solid #000000;
}
#menu li a:hover{
border-color: #D3D3D3;
background: #e0e0e0;
}
.noshow{
display: none;
}
#main{float:left;
width: 100%;
background: #ffffff url(../images/main.jpg) top left repeat-x;
margin-top:10px;
}

h2{
font-size: 1.4em;
padding-bottom: 9px;
margin-top: 15px;
color: #222222;
background: url(../images/titles2.jpg) bottom left no-repeat;
}
h3{
font-size: 1.2em;
padding-bottom: 9px;
margin-bottom: 10px;
margin-top:1.5em;
color: #222222;
/*background: url(../images/titles2.jpg) bottom left no-repeat;*/
}
h4{font-size: .9em;
margin: 20px 0 10px 0;
color: #222222;
}
#main a{
color: #222222;
text-decoration: none;
border-bottom: 1px dashed #222222;
}
#main a:hover{
background: #e0e0e0;
}

#left{
float: left;
clear:right;
width:65%;
margin: 10px;
}

#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width:30%;
float:right;
text-align:center;

}
#right p{
font-size: 0.9em;
line-height: 1.3;
margin-bottom: 8px;
text-align:center;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
margin-bottom: 3px;
}

#footer{
clear: both;
width: 100%;
padding: 8px;
}
#footer p{
text-align: center;
font-size: 77%;
color: #000000;
}
#footer a{
color: #000000;
text-decoration: none;
}
#footer a:hover{background: #e0e0e0;
border-bottom: 1px dotted #000000;
}
#subfooter  a, a:hover{text-align: center;
font-size: 87%;
color: #ffffff;
background-color:#0057aa;
padding:3px;}

#subfooter a:hover{background-color: #4b0082;
color:#ffffff; }
#subfooter a{
text-decoration: none;
}
/*** SPECIAL CLASSES & MISC***/
#widget/*This is for the Twitter widget, and any other sidebar widget*/
{padding:15px;
}
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
width:150px;
height:200px;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;

}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;

}
.imgcenter_wd{padding: 3px;
border: 1px solid #e0e0e0;
display: block;
margin: 5px auto;
height:150px;
width:240px;
	
}
h1,h2,h3{
text-transform: lowercase;
}
table{
font-size: 90%;
border-collapse: collapse;
margin-bottom: 10px;
width:70%;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #a0a0a0;
}
hr{height:1px;
color: #e0e0e0;
width:75%;}
.adright{
float: right;
margin: 5px;
}

