@charset "UTF-8";
/* CSS Document */

#container {
	width: 900px;
	backgroung: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #466931;
	border-right-color: #466931;
	border-bottom-color: #466931;
	border-left-color: #466931;	
}

#banner {
	background-image: url(Images/Headed.jpg);
	height: 288px;
	width: 900px;
}
#footer {
	background-image: url(Images/Footer.jpg);
	height: 120px;
	width: 900px;
	float:right;
}
#left_sider {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #466931;
	height: 456px;
	width: 490px;
	padding-left: 50px;
	padding-top: 20px;
	line-height: normal;
	float:left;
}
	

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	
}

#right_sider {
	float: right;
	height: 456px;
	width: 330px;
	font-size:13px;
	color: #466931;
	padding-top: 10px;
	padding-top: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: right;
	text-align: left;
}

#container #right_sider p a {
	color: #633;
}
}
