#conthead {
	position:relative;
	width:700px;
	height:60px;
	margin:0 auto 0px auto;
}

#conthead H2{
	font-size:12px;
	position:absolute;
	left:0px;
	top:10px;
}
#conthead H1{
	font-size:12px;
	position:absolute;
	right:0px;
	top:25px;
}
#conthead .headbar{
	right:0px;
	position:absolute;
	top:42px;
}
#setarea{
	width:700px;
	margin:0px auto 10px auto;
}
#content{
	width:700px;
	position:relative;
	background: url(../img/sidecont_bg.gif) repeat-y;
	overflow:hidden !important;
	overflow/**/:hidden;
}


#sidecont{
	float:left;
	width:120px;
}
#sidecont H1{
	width:120px;
	background:#FFFFFF;
	text-align:right;

}
#sidecont ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
list-style-type:none;
}
#sidecont li{
	padding:0 0 0 0;
	background:url(../img/listmark.gif) left center no-repeat;
}
#sidecont .sidecontact{
	background:url(../img/listmark_contact.gif)  left center no-repeat;
}
#sidecont li a{
	padding:5px 0 5px 15px;
	display:block;
	border-width:0;
	width:100px !important;
	width/**/:100px;
	background:url(../img/listmark_off.gif) left center no-repeat;
}
#sidecont .sidecontact a{
	background:url(../img/listmark_contact_off.gif) left center no-repeat;
}

#sidecont li a:hover{
	background:none;
}
#sidecont .active{
	padding:5px 0 5px 15px;
	display:block;
	width:90px !important;
	width/**/:90px;
	background:url(../img/listmark.gif) left center no-repeat;
	color:#CCCCCC;
	font-weight:bold;
}

#mainbody{
	text-align:right;
	float:left;
	width:580px;
}
#mainbody H1{
	width:540px;
	margin-top:10px;
}
#maincont{
	width:560px;
	text-align:left;
	margin:0px  0px 0px auto;
	text-align:left;
}
