
*{margin:0; padding:0;}

body { margin:0px; padding:0px; text-align: center; font-family: arial; font-size: 12px; color: #000000; font-weight: normal; background-color: #FFFFFF; }

#container{ width:765px; margin:20px auto; padding:5px 5px 5px 5px; text-align:center; border:0px solid #a0a0a0; background:#EBE4DA; }
#header { margin: 5px auto; padding: 0px; width:755px; text-align: center; }

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background: darkblue;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:aqua;
color:#ffffff;
text-decoration:none;
}


#main { background-color:#ffffff; margin: 10px auto; padding: 10px; width:740px; text-align: left;  display:block;}

#footer { background-color:#CCCCCC; margin: 10px auto; padding: 10px; width:740px; text-align: left;  display:block;}


h1{
font-family: Impact, Trebuchet MS;
padding:20px 0 0 20px;
font-size:2.5em;
background-color:inherit;
color:purple;
letter-spacing:1px;
font-weight:normal;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.border {border-style:solid; border-color:#000000; border-width:1px;}
.nav {display:block;padding:0 10px;font-size:12px;font-weight:bold;text-decoration:underline;background-color:inherit;color: #000000;}
.main {color:#FFFFFF; background-color:#666666; font-weight:bold; font-size:13px; padding-left:10px; padding-top:5px; padding-bottom:5px;}


