/* CSS Document */
body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

background-color: C9C2BC;
} 

li{
list-style-type: square;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 120%;
	}
	#container{
position: absolute;
top: 50%;
left: 50%;
height: 666px;
width: 1000px;
margin: -340px 0 0 -500px;

} 
#wrapper{
margin: auto ;
background-image : url(images/backgr.jpg); 
background-repeat : no-repeat; 
width: 1000px;
height: 666px;
}
#header{
padding-top: 10px;
height:80px;
border-bottom: 2px solid #666666;
width: 940px;
margin: 0 30px 0 30px;
}
#content{
width: 1000px;


height: 472px;

}
#content a{
color: #000;
}
#content img{
border: 1px solid #666;
}
#content li{
padding-top: 5px;
padding-left: 35px;
color: #000;
font-size: 13px;
}
#content h2{
font-size: 10px;
font-weight: normal;
padding-left: 100px;
}
#content h3{
font-size: 10px;
font-weight: normal;
padding-left: 5px;
}
#nav li {
padding-left: 60px;
float : left;
list-style : none;
width : 150px;
font-size : 12px;
color: #fff;
text-align : center;
}
#nav li a{
color: #fff;
text-decoration: none;
}
#nav li a:hover{
color: #fff;
text-decoration: underline;
}
#footer{
padding-bottom: 10px;
height:80px;
border-top: 2px solid #666666;
width: 940px;
margin: 0 30px 0 30px;
}
