body
{
	margin: 0;
	background: #000000;
	font-family: arial;
	font-size: 12px;
}

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

a
{
	text-decoration: none
}

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 900px;
	margin: 0 auto;
}

#header_top
{
	height: 58px;
	width: 800px;
	margin: 0 auto;
	background: url(images/header1.jpg) center no-repeat;
}

#header_bottom
{
	height: 203px;
	width: 900px;
	background: #b79e76 url(images/header2.jpg) center no-repeat;
}

#main
{
	width: 870px;
	padding: 15px;
	background: #b79e76;
	color: #000000;
}

#footer
{
	text-align: center;
	color: #ffffff;
	font-size: x-small;
	padding: 15px;
}

#left, #right
{
	width: 208px;
	float: left;
}

#middle
{
	width: 443px;
	padding: 5px;
	float: left;
	margin-top: 28px;
}

.column_header
{
	height: 46px;
	width: 208px;
	background: url(images/column_top.jpg) center no-repeat;
}

#content_right, #content_left
{
	border-left: 10px #000000 solid;
	border-right: 10px #000000 solid;
	border-bottom: 10px #000000 solid;
	width: 182px;
	padding: 3px;
}

