body
{
	margin: 0;
	background: #d3e7c4 url(bg.jpg) top repeat-x;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, p
{
	margin: 0;
}

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

#header
{
	width: 724px;
	height: 154px;
	background: url(../../images/logo.jpg);
}

#nav
{
	margin-top: 25px;
	float: left;
	background: #578135;
	width: 200px;
}

#content
{
	margin-top: 25px;
	float: left;
	padding-left: 15px;
	width: 483px;
}

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

#main_menu
{
	width: 196px;
	padding: 10px;
}

#main_menu .title
{
	display: none;
}

#main_menu ul
{
	margin: 0;
	padding: 0;
}

#main_menu ul li
{
	list-style-type: none;
}

#main_menu ul li a
{
	color: #ffffff;
	font-size: 16pt;
}

#header_left, #header, #header_right
{
	float: left;
}
#header_left, #header_right
{
	width: 15px;
	height: 154px;
}
#header_left
{
	background: url(header_left.jpg);
}
#header_right
{
	background: url(header_right.jpg);
}

#content_bg
{
	background: url(content_bg.jpg) repeat-y;
	width: 754px;
	padding-left: 30px;
}

#content_bottom
{
	width: 754px;
	height: 84px;
	background: url(content_bottom.jpg);
}