@charset "utf-8";
/* made by Alexander Bothe (alexanderbothe.com) */

body, html{
	margin:0;
	padding:0;
	text-align:center;
	background-image:url('bg3.jpg');

	font-family:"Lucida Grande", Tahoma, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#414B56;
}

#cont hr{
	color:#A9AAAB;
	background-color:#A9AAAB;
	height:0;
	border:none;
	border-top:1px solid #A9AAAB;
}

img
{
border:none;
}

a{
	text-decoration:none;
	color:#4183A5;
}
a:hover{
	text-decoration:underline;
	color:#4183A5;
}

#mainwrap{
	height:1200px;
	width:922px;
	margin-left:  auto;
	margin-right:  auto;
	margin-top: 0;
	margin-bottom: 0;
	position:relative;
	clear:none;
	overflow:hidden;
}

#wrap_left{
	height:100%; float:left; width:20px; background-image:url('wrap_left.png'); background-repeat:repeat-y;
}
#wrap_right{
	height:100%; float:left; width:20px; background-image:url('wrap_right.png'); background-repeat:repeat-y;
}

#main{
	height:100%;
	width:880px;
	text-align:left;
	float:left;
	background-color:#FFF;

	border-left:1px solid #727a7d;
	border-right:1px solid #727a7d;
	z-index:1;
}

#head{
	width:100%;
	height:185px;
	text-align:center;
	position:relative;
}

#left{
	width:0px;
	float:left;
	height:100%;
}

#cont{
	width:615px;
	float:left;
	margin-top:20px;
	padding:0 30px;
	height:1040px;
	overflow:auto;

	line-height:1.5;
}

.submenu{
	border-style:solid;
	border-color:#727a7d;
	border-width:0 1px 1px 1px;
	width:193px;
	position:absolute;
	background-color:#FFF;
	z-index:1000;
	text-align:left;
}

.submenu a{
	line-height:18px;
	padding:2px 5px;

	display:block;
	margin:0 5px;
	border-top:1px solid #dfe4ea;
	font-family:"Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#414B56;
}
.submenu a:hover, .submenu .act{
	color:#66A2C0;
}

#cont h1{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	display:block;
	width:100%;
	border-bottom:1px solid #313154;
	font-size:14px;
	color:#313154;
}

#cont h2{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

#right{
	width:200px;
	background-image:url('hg_right.gif');
	height:1046px;
	float:right;
	padding-top:20px;

}

#right a{
	text-decoration:underline;
	font-size:10px;
	color:#414B56;
}

#right ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#right dl{
	padding:5px 0;
	margin:0;
	width:100%;
	text-align:left;
	border-bottom:1px solid #fff;
}

#right dt{
	margin:0px;
	padding:0 6px 6px 6px;
	font-weight:bold;
	font-size:10px;
	color:#414B56;
}

#right dd{
	padding:0px 6px;
	margin:0;
	font-size:10px;
	color:#414B56;
}

#menu{
	width:717px;
	background-color:#446785;
	line-height:24px;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	padding-left:163px;
}

#menu .active{
	background-image:url("menu_act.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
}

#menu a{
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	display:inline-block;
	position:relative;
	padding:0 18px;
	padding-bottom:2px;
}
#menu a:hover{
	text-decoration:underline;
}



#foot, #comments{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:10px;
	border-top:1px solid #A9AAAB;
	text-decoration:none;
	font-size:11px;
	float:left;
}


#comments dl{
	display:inline-block;
	border:1px solid #A9AAAB;
	padding:5px;
	margin:10px;
	text-align:left;
}
#comments dd{
	text-align:left;
	margin:0;
	padding:0;
}



input, select, textarea
{
	font-family:"Lucida Grande", Tahoma, sans-serif;
	font-size:11px;
	color:#414B56;
}
