
body {

	background: url(../images/background.jpg) #d6bf63 repeat-x top;
	
	margin: 0;
	padding: 0;
	
	text-align:center;
	
	font: 12px Helvetica, Arial, sans-serif;
	color: white;
	line-height: 20px;

}

#container {

	width: 900px;
	
	margin: 0 auto;

}

#header {
	
	width:800px;
	
	background: url(../images/header_bg_fade.png) top center;

	padding: 50px 50px 0 50px;

}

#menu {

	width: 800px;
	height: 40px;


	background: #b69510;

}

#content {

	width:700px;
	padding: 20px 100px 20px 100px;
	
	text-align:left;

	background: url(../images/content_bg_fade.png) repeat-y;

}

#footer {

	width:700px;
	height:90px;
	padding: 60px 100px 0 100px;
	
	text-align:left;

	background: url(../images/footer.png) repeat-y;

}

span.news_title {

	font-size: 20px;
	color: #b69510;

}

a {

	color: white;

}