#container {
	width:980px; 
	margin:2px auto 0 auto;
	border:2px solid; 
	border-color:#a5c579;
}

#header{
	width:100%;
	height:250px;
}

#topheader{
	background-image:url(/images/Header.png); 
	background-position:top; 
	background-repeat:no-repeat;
	height:215px;
}

#menu {
	overflow:hidden;
	width:100%;
	height:30px;
	margin:0;
	padding:1px; 
	background-color:#a5c579;
	border-top:1px solid #678262;
	border-bottom:1px solid #678262;
}

#menu li{
	display:inline;
}

#menu a{
	display:block;
	margin:0 5px 0 5px;
	padding:0 10px 0 10px;
	float:left;
	margin-left:1px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	line-height:25px;
}

#menu a:hover{
border-bottom:10px solid #678262;
background-color:#fff;
color:#666666;
} 
    
#lateral {
	width:250px;
	float:right;
	background-color:#fcf4cf;
	margin:2px;
	paddin:5px; 
}

#main{
	float:right;
	padding:10px;
}

#footer{
	width:100%;
	background-image:url(/images/Footer.png); 
	background-position:top; 
	background-repeat:no-repeat;
	height:395px;
}

.section {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #678262;
	border-bottom:2px solid #678262;
}

.page {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #678262;
}

p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
