body
{
	margin: 0;
	font-family: tahoma;
	font-size: 10pt;
	background: #a48ba5;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

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

#top
{
	margin: 0 auto;
	height: 263px;
	width: 900px;
}

#logo
{
	height: 223px;
	width: 900px;
	background: url(images/top.jpg) no-repeat;
}

#topnav
{
	height: 40px;
	width: 597px;
	background: url(images/top_nav_bg.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
}

#topnav h1
{

}

#content_container
{
	margin: 0 auto;
	margin-top: -23px;
	background: url(images/content_bg.jpg) top repeat-y;
	width: 763px;
	min-height: 500px;
}

#left_nav
{
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
	float: left;
}

#content
{
	margin-top: 30px;
	width: 580px;
	float: left;
}

#footer
{
	background: url(images/content_bg.jpg) top repeat-y;
	width: 763px;
	height: 20px;
	margin: 0 auto;
}

#footer a
{
	color: #000000;
}

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