@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d1cfc9 url(images/page_bg.jpg) center top repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
}
#container {
	background: url(images/container_bg.png) center repeat-y;
	width: 940px;
	margin: auto;
}
#header {
	background: url(images/header_bg.jpg) center repeat-y;
	height: 170px;
}
#topnav {
	background: url(images/topnav_bg.jpg) center no-repeat;
	height: 50px;
	text-align: left;
	padding-left: 30px;
}
#topnav a {
	color: #fff;
	font-size: 90%;
	padding: 15px;
	display: block;
	float: left;
	text-decoration: none;
}
#topnav a:hover{
	text-decoration: underline;
}
#topnav img {
	display: block;
	float: left;
}
#topnav #contactlink {
	margin-left: 750px;
}
#mainwrapper{
	background: url(images/mainwrapper_bg.jpg) center top no-repeat;
	overflow: auto;
}
#maincontent{
	padding: 20px 0 20px 40px;
	text-align: left;
	width: 540px;
	float: left;
	line-height: 1.5;
	font-size: 80%;
}
#sidebar2 {
	width: 300px;
	background: url(images/sidebar2_bg.jpg) repeat-y left;
	margin-left: 625px;
	text-align: left;
}
#quote {
	background: url(images/quote_bg.jpg) no-repeat top left;
}
#latestnews {
	padding-left: 55px;
	padding-right: 20px;
}
#footer {
	background: url(images/footer_bg.png) center bottom no-repeat;
	padding: 10px 40px;
	font-size: 70%;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #244a1d;
	font-weight: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.5;
}
hr {
		color: #CCC;
		border: none;
		border-bottom: 1px solid #ccc;
}

	