body
{
	margin: 0;
	background: #ffffff url(images/bg.jpg) top center no-repeat;
	font-size: 12px;
	font-family: tahoma;
}

a
{
	text-decoration: none;
}

a:hover
{
	/*text-decoration: underline;*/
	border-bottom: 2px solid white;
}

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

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

#header
{
	width: 700px;
	height: 156px;
	background: url(images/logo.jpg) center no-repeat;
}

#nav_upper
{
	height: 36px;
	width: 680px;
	background: #000000 url(images/nav-left.jpg) left no-repeat;
	text-align: center;
	padding-left: 20px;
}

#nav_lower
{
	height: 36px;
	width: 680px;
	background: url(images/subnav-left.jpg) center no-repeat ;
	margin-top: 3px;
	padding-left: 20px;
}

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

#content_left
{
	width: 423px;
	float: left;
	padding: 15px;
}

#content_right
{
	width: 225px;
	float: right;
	padding: 15px 0;
}


#msgbar
{
	width: 685px;
	height: 54px;
	padding-top: 62px;
	padding-right: 15px;
	color: #ffffff;
	text-align: right;
	
	background: url(images/msgbar.jpg) no-repeat top center;
}

#content_bottom
{
	background: #a8be2b;
	width: 680px;
	padding: 1px 10px;
}

#content_bottom_style
{
	width: 700px;
	height: 24px;
	background: url(images/contentbottom.jpg) bottom no-repeat
}

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

#mainmenu .title, #subnav .title
{
	display: none;
}

#mainmenu, #subnav
{
	height: 36px;
}

#mainmenu ul, #subnav ul
{
	margin: 0;
	padding: 0;
	height: 36px;
}

#mainmenu ul li, #subnav ul li
{
	list-style-type: none;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	height: 30px;
	float: left;
}

#mainmenu ul li a, #subnav ul li a
{
	color: #ffffff;
	font-size: 14pt;
}

#mainmenu .highlight
{
	background: #a8be2b;
}

p.postmetadata
{
	margin: 0;
}

#content_right h2
{
	margin-bottom: 0px;
	margin-top: 5px;
}

#content_right ul
{
	margin: 0;
	padding: 0;
	text-align: right;
}

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