body {
	background-image:url(images/background_image.jpg);
	background-repeat:repeat-x;
	background-color:#999933;
	margin:0px;
	padding:0px;
}
a {
	font-weight:bold;
	text-decoration:underline;
	color:#CC0000;
}
#container {
	width:900px;
	margin:0 auto;
}
#header {
	width:900px;
	height:222px;
	background-image:url(images/header_background.jpg);
	background-repeat:no-repeat;
}
#counter {
	width:195px;
	float:left;
	margin-top:155px;
	margin-left:145px;
}
.counter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
}
#newsletter {
	width:270px;
	float:right;
	text-align:center;
	margin-top:165px;
	margin-right:75px;
}
.newsletter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#navigation {
	width:900px;
	height:48px;
}
#masthead {
	width:900px;
	height:194px;
}
#page-title {
	width:900px;
	height:65px;
	background-image:url(images/page_title_background.jpg);
	background-repeat:repeat-y;
	padding-top:20px;
	padding-left:80px;
}
.page-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#CC0000;
	font-weight:bold;
}
#content {
	width:900px;
	background-repeat:no-repeat;
	background-image:url(images/page_title_background.jpg);
	background-repeat:repeat-y;
	padding-left:80px;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#footer {
	width:900px;
	height:50px;
	text-align:center;
	background-image:url(images/footer_background.jpg);
	background-repeat:no-repeat;
}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CC0000;
}