/* CSS Document */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#898c71;
	font-size:9px;
	margin-top:0;
}
p{
    color:#fff;
    font-size:10px;
    margin:10px 5px 0 5px;
	line-height:15px;
}
a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #50543f;
}
h2{	
    background-color:#767b5d;
	width:256px;
    height:23px;
	color: #fff;
	font-size: 8pt;	
	font-weight:normal;
	padding:8px 0 0 5px;
	margin:3px 0 0 2px;	
}
#white{
    color:#fff;
    font-size:10px;
    margin:10px 5px 0 5px;
	line-height:15px;

}

#container{	
	background-color:#bebbaa;
	border:#5b5f48 solid 1px;
	width:966px;
	margin-left:auto;
	margin-right:auto;
}
#logo{	
	background-color:#6d7156;
	width:966px;
	height:111px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
#navigation{	
	background-color:#dad7c5;
	width:966px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	text-align:right;
}
#navigation img{	
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}
#header{	
	width:966px;
	height:310px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
}
#bottom{	
	width:966px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
}
#bottomleft{	
	width:284px;
	height:283px;
	float:left;
}
#bottomright{	
	width:670px;
	margin:16px 5px 0 5px;
	float:left;
}
#footer{
    background-color:#7c7f6e;
	width:966px;
	height:21px;
	margin-top:30px;
}
#footer p{
    font-size:9px;
    font-weight:bold;
    color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	}
#copyright{
	background-color:#bebbaa;
	width:966px;
	height:36px;
	}
#copyright p{
    font-size:9px;
    color:#5b5f48;
	text-align:center;
	padding-top:3px;
	}
