body
{
	margin: 0;
	font-family: Times New Roman;
	font-size: 10pt;
	background: url(images/front_bg.jpg) top repeat;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}

#logo
{
	margin: 5px auto 2px;
	height: 67px;
	width: 288px;
	background: url(images/logo2.jpg) no-repeat center;
}

#topnav
{
	background: url(images/brass2.png) no-repeat top center;
	height: 40px;
	width: 976px;
	margin: 0 auto;
}

#top
{
	width: 976px;
	margin: 0 auto;
	position: relative;
}
#buttons1
{
	position: absolute;
	top: 38px;
	left: 10px;
	width: 300px;
	height: 38px;
}
#buttons2
{
	position: absolute;
	top: 51px;
	right: 72px;
	width: 63px;
	height: 38px;
}

#content_sliders
{
	width: 1000px;
	margin: 0 auto;
}

#content_container
{
	height: 100%;
}

#content_top_front
{
	width: 1024px;
	height: 420px;
	
}

#content_bottom_left
{
	/*background: url(images/front_left.png) no-repeat center;*/
	float: left;
	margin-top: 20px;
	width: 668px;
}

#content_bottom_right
{
	/*background: url(images/front_right.png) no-repeat center;*/
	float: right;
	margin-top: 20px;
	width: 235px;
}

#footer
{
	text-align: center;
	padding: 15px;
	font-size: 8pt;
	height: 25px;
	color: #000;
}

#footer a
{
	color: #000;
}

#footer a:hover
{
	color: #000;
}