*{
	margin: 0;
	padding: 0;
}
html{
	background: #fff;
	padding: 85px 0;
}
body{
	margin: 0 auto;
	width: 820px;
	font: normal normal normal .79em/1.7em Helvetica, Arial, sans-serif;
	color: #1a112b;
	position:relative;
	border: 1px solid #c7c7c7;
}
#wrapper{
	position: relative;
	clear: both;
}
#header{
	overflow: hidden;
	position: relative;
	background: url(images/bg-header.jpg) no-repeat;
	height: 197px;
	width: 820px;
}
#header ul {
	list-style:none;
	overflow: hidden;
	height: 60px;
	margin: 136px 0 0 0;
	padding: 0 0 0 148px;
	border-top: 1px solid #c7c7c7;
	background: url(images/bg-menu.gif) repeat-x;
}
#header li {
	display:inline;
	float: left;
	line-height: 30px;
	height: 30px;
}
#header ul a {
	float: left;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	height: 19px;
	color: #333366;
	margin: 4px 0 0 10px;
	padding: 0 10px 0 0;
	border-right: 1px dotted #333366;
}
#header ul a:hover{
	color: #3399FF;
}
#header ul li#current a {
	color: #3399FF;
}


#header #logo{
	display: none;
}

#navigation{
	float: left;
	width: 230px;
	display: inline;
}
#menu{
	list-style: none;
	margin: 15px 0 0 25px;
}
#menu li{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#menu a{
	float: left;
	display: inline;
	text-decoration: none;
	color: #333366;
	font-weight: bold;
	padding: 0;
	line-height: 21px;
	font-size: 12px;
	width: 202px;
}
#navigation a:hover{
	color: #3399FF;
}
#navigation .active{
	color: #3399FF;
}
#contact{
	padding: 50px 0 0 25px;
	width: 200px;
	font-size: 11px;
	line-height: 14px;
}
#contact ul{
	padding: 0;
	margin: 0;
}
#contact ul li{
	line-height: 14px;
	list-style: none;
}
#contact a{
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	display: inline;
	color: #1a112b;
}
#contact fieldset{
	border: 0;
	width: 200px;
	padding: 25px 0 0 0;
	margin: 0;
}
#contact fieldset p{
	padding: 0 0 14px 0;
	margin: 0;
}
#contact label{
	display: block;
	width: 200px;
}
#contact .contactinput{
	width: 190px;
}

#contentwrapper{
	float: right;
	width: 420px;
	margin: 38px 80px 0 0;
	display: inline;
	border-left: 1px dotted #3399FF;
}
#content{
	padding: 0 0 0 20px;
}
#content h1{
	font-size: 13px;
	padding: 0 0 21px 0;
	color: #3399FF;
	font-weight: bold;
}
#content h2{
	font-size: 13px;
	padding: 0;
	color: #3399FF;
	font-weight: bold;
}
#content h3{
	font-size: 13px;
	padding: 21px 0 0 0;
	color: #3399FF;
	font-weight: bold;
}
#content p{
	padding: 0 0 21px 0;
}
#content img{
	margin: 0 10px 0 10px;
}
#content ol, #content ul{
	margin: 0 0 0 20px;
	padding: 0 0 21px 0;
}
#content a{
	color: #666699;
}
#content a:hover{
	color: #3399FF;
	text-decoration: none;
}

#footer{
	clear:both;
}
#loginform{
	position: absolute;
	width: 310px;
	height: 100px;
	margin: 230px 0 0 400px;
	z-index: 1000;
}
#loginform fieldset{
	display: block;
	border: 2px solid black;
	background: #fff;
	padding: 10px;
}
#loginform legend{
	padding: 1px 5px;
	border: 2px solid black;
	background: #fff;
}
#loginform label{
	clear: both;
	display: block;
	float: left;
	width: 100px;
}
#loginform input{
	float: right;
	width: 180px;
}
#loginform #login{
	clear: both;
	width: 80px;
}