html, body{
margin:0;
padding:0;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}


#overtop{
background-image: url(test.jpg), url(test2.jpg);
background-repeat: repeat-y;
background-position: top left, top right;
padding: 2px;
height: 20px;
}

#container{
background-image: url(title3.jpg);
background-posistion: left top;
background-repeat: repeat-x;
width: 900px;
margin: 0 auto;}

#header{
background-image: url(title2.jpg);
background-repeat: no-repeat;
background-position: right top;
height: 120px;
border-bottom: 1px dashed #0099FF;
}

#header h1{
height:80px;
line-height:80px;
margin:0;
padding-left:10px;
background: #EEE;
text-align:center;
color: #E08989}

#nav {
height: 50px;
padding: 5px;
margin: 5px;
}

#right li{
list-style: none;
padding: 0;
margin: 0;
}

#right a:hover {
text-decoration: underline;
color: red;
margin: 0;
}


#content p{
line-height:1.4}

#content{
text-align: left;
border-top: 1px solid red;
border-right: 1px solid red;
width: 660px;
height: auto;
padding: ;
margin: 10px; }

#right{
border-left: 1px solid red;
border-top: 1px solid red;
text-align: left;
float: right;
width: auto;
height: auto;
padding:0 0 0 10px;
margin: 0;
}

#nav li{
list-style: none;
display: inline;
padding: 2em;
}


#footer p{
margin:0 auto;
padding: 10px;}

#footer{
border-top: 1px solid red;
background-color: #C0C0C0;
clear: both;
width: auto;
font-size: 10px;
text-align: center;
padding: 5px;
}

div.img
   {
   margin:2px;
   border:1px solid #0000ff;
   height:auto;
   width:auto;
   float:left;
   text-align:center;
   }
 div.img img
   {
   width: 110px;
   height: 90px;
   display:inline;
   margin:3px;
   border:1px solid #ffffff;
   }
 div.img a:hover img
   {
   border:1px solid #0000ff;
   }
 div.desc
   {
   text-align:center;
   font-weight:normal;
   width:120px;
   margin:2px;
   }
 

.clearboth { clear: both; }

a {
text-decoration: none;
color: #0D2474;
}

a:hover {
color: #3300FF;
}

a:visited {
text-decoration: none;
}

p { 
margin-top: 0;
padding: 0px 0px 0px 0px;
display: block; 
}

