body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	width: 900px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	position: absolute;
	width: 900px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 175px;
}
#main_content {
	background-image: url(../images/bg_main_content.jpg);
	width: 425px;
	padding-top: 20px;
	padding-right: 260px;
	padding-bottom: 450px;
	padding-left: 215px;
	position: absolute;
	height: auto;
	left: 0px;
	top: 175px;
	z-index: 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0033;
	font-weight: normal;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	z-index: 3;
}
#navcontainer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 4;
}
#navcontainer a
{
	display: block;
	color: #FFFFFF;
	width: 150px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin: 0px;
	padding-right: 0px;
	background-image: url(../images/bg_button_under.jpg);
	background-repeat: no-repeat;
}
#navcontainer a:hover
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_button_over.jpg);
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	width: 160px;
	position: absolute;
	left: 25px;
	top: 195px;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	position: absolute;
	left: 680px;
	top: 195px;
	z-index: 2;
}
#footer {
	background-image: url(../images/footer.jpg);
	margin: 0px;
	padding: 25px 0px 0px;
	height: 75px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	visibility: visible;
	z-index: 2;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

#footer a {
	color: #CC0000;
}
a {
	color: #CC0000;
}
#board_images {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#social {
	position: absolute;
	height: 48px;
	width: 48px;
	left: 665px;
	top: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
