body{
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, verdana;
}

#container{
	background-color:#ffffff;
	border-left:1px solid #009017;
	border-right:1px solid #009017;
	border-top:1px solid #009017;
	padding:19px;
	height:100%;
	width:878px;
	margin: 0 auto;
}

#header{
	background-image:url(images/header.png);
	height:150px;
	width:836px;
	border:1px solid #009017;
}

#content{
	height:100%;
}

#footer{
	background-color:#0079a8;
	color:#ffffff;
	border-top:5px solid #d5d5d5;
	height:175px;
	width:980px;

}

#container #content  {	
	font-size: 14px;
	color: #008f17;
	font-weight:bold;
	}

#footer_rss{
height:150px;
width:360px;
padding:12px 12px 19px 12px;
float:left;
text-align:left;

}
#footer_rss a{
color:#ffffff;
text-decoration:none;
font-size: 14px;
}
#footer_rss a:visited{
color:#ffffff;
text-decoration:none;
font-size: 14px;
}
#footer_rss a:hover{
color:#ffffff;
text-decoration:underline;
font-size: 14px;
}
#footer_banner{
height:150px;
width:360px;
padding:12px 12px 19px 12px;
float:left;
font-size: 14px;
}
#footer_helpdesk{
height:150px;
width:180px;
padding:12px 12px 19px 12px;
float:left;
}