@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana;
	color: #333333;
	background-repeat: repeat-x;
	text-align:justify;
	background:url(imgs/bg.gif) repeat-x;
}

p {
	font-family: Verdana;
	font-size:12px;
	color: #333333;
	background-repeat: repeat-x;
	text-align:justify;
}

#wrapper {width:800px; padding-left:20px;}

#wrapper .header{ width:800px;}

#wrapper .item{ width:800px; font-size:12px; padding:10px 0 10px 0; color:#003399;}

#wrapper .desc{ width:800px; font-size:9px;}

#footer {width:100%; height:30px; background-color:#333333; color:white; font-size:9px; padding-top:20px; padding-left:20px;}

#nav{ backgroun-color:#0066CC;}
#nav ul{}
#nav ul li {}

#nav ul{
list-style-type:none;
}
 #nav li{
display:inline;
}
#nav li a{
float:left;
width:120px;
text-decoration:none;
text-align:center;
color:white;
font-weight:bold;
background:#0099FF;
padding:0px 0 15px 10px ;
border-right: black # solid 2px;
}
#nav li a:hover{
background:#0099FF;
text-decoration:underline;
}

