body
{
	background:#797776 url('../images/bg_pattern.gif') fixed;
	margin:0;
	text-align:center;
	font-family:arial;
	font-size:10pt;
}

div#bg1
{
	position:fixed;
	right:0;
	left:0;
	top:0;
	bottom:0;
	width:auto;
	height:auto;
	background:transparent url('../images/bg_deco.gif') repeat-y top center;
	z-index:1;
}


div#wrapper
{
	text-align:left;
	margin:auto;
	width:840px;
	position:relative;
	z-index:2;
}
div#header
{
	height:145px;
	background:url('../images/header.png') no-repeat top left;
}
div#menu
{
	float:left;
	margin:94px 0 0 40px;
	width:575px;
	padding:10px;
	overflow:hidden;
	text-align:center;
	max-height:16px;
}
div#menu a
{
	font-size:16px;
	color:#dadada;
	font-weight:bold;
	text-decoration:none;
	margin:0 10px 0 10px;
}
div#menu a:hover
{
	color:#fff;
}
div#copybar, div#page
{
	margin-left:30px;
	float:left;
}
div#page
{
	background:url('../images/contentbg.png') repeat-y top left;
}
div#contentwrap
{
	width:770px;
	padding:10px;
	min-height:500px;
	background:url('../images/pagebg.jpg') no-repeat top left;
}
div#copybar
{
	width:770px;
	padding-right:20px;
	padding-top:4px;
	background:url('../images/contentbottom.png') no-repeat top center;
	min-height:35px;
	color:#dadada;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}
div#content
{
	width:595px;
	min-height:468px;
}
div#content img
{
	max-width:591px;
}
div#sidebar
{
	float:right;
	margin-top:-48px;
	width:165px;
	margin-left:10px;
	font-size:11px;
}
#sidebar img {
	border:0;
}
#sidebar a {
	text-decoration:none;
}
#sidebar h3
{
	background-color:#000;
	color:#eee;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px 3px 10px;
	margin-top:5px;
	margin-bottom:5px;
}
#sidebar ul
{
	list-style-image:url('../images/icon_ul.gif');
	margin-left:16px;
	padding-left:0px;
}
#sidebar span
{
	padding:0 10px 0 10px;
}