body
{
	margin: 0;
	background: #dedab7 url(images/bg.jpg) top repeat-x;
	font-family: "Times New Roman";
	font-size: 14px;
}

p, h1, h2, h3, form
{
	margin: 0;
}
h1
{
	font-weight: normal;
	font-size: 32px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

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

#header
{
	width: 798px;
	height: 216px;
	background: url(images/header.jpg);
}

#content
{
	width: 798px;
	background: url(images/content_bg.jpg) repeat-y;
}

#left
{
	float: left;
	width: 200px;
}

#right
{
	float: left;
	width: 510px;
	padding-left: 26px;
}

#content_bottom
{
	width: 798px;
	height: 60px;
	background: url(images/content_bottom.jpg); 
}

#footer
{
	text-align: center;
	font-size: 8pt;
	margin-bottom: 25px;
	margin-top: 25px;
}

#site_nav
{
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

#site_nav .title
{
	display: none;
}

#site_nav ul
{
	margin: 0;
	padding: 0;
	
	background: #751C06;
	padding: 10px;
}

#site_nav ul li
{
	margin: 0;
	margin-left: 9px;
	margin-right: 9px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#site_nav ul li a
{
	color: #ffffff;
	font-size: 12pt;
}

#overlay
{
	position: absolute; 
	display: none; 
	width: 900px; 
	height: 400px; 
	background: #ffffff;
	border: 2px #000000 solid;
}
