body 
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial;	
}

#container
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img_new/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 600px;
	padding-left: 99px;
}

#header
{
	height: 73px;
	padding-top: 35px;
}

#main
{
	width: 800px;
	height: 550px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#bgimages
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 800px;
	height: 550px;
}

#content
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	color: #FFF;
	width: 800px;
}

#content>div
{
	position: absolute;
}

#content h1
{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
#content h2
{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: normal;
}
#content h3
{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 13px;
	font-weight: normal;
}
#content p
{
	font-size: 11px;
}
#content a
{
	color: #000;
	text-decoration: underline;
}
#content a:hover
{
	color: #000;
	text-decoration: underline;
}

.separator
{
	font-size: 0px;
	height: 0px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: dashed 1px #CCC;
}


#menu
{
	width: 135px;
	float: right;
	color: #333;
	padding-left: 10px;
}
.menuitem
{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.menuitem a
{
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #333;
}
.menuitem a.active
{
	/* background-color: #EEE; */
	border-left: double 3px #CCC;
}
.menuitem a:hover
{
	background-color: #F4F4F4;
	color: #000;
}

#footer
{
	clear: both;
	width: 800px;
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	text-align: right;
}
#footer a
{
	color: #999;
	text-decoration: none;
}
#footer a:hover
{
	color: #555;
	text-decoration: underline;
}