* { 
	margin-top: 0;
	behavior: url(/assets/css/iepngfix/iepngfix.htc);  
}

h1{
	font-size: 18px;
	font-weight:normal;
}
body{
	background: #231f20 url(/assets/img/bg.jpg) 50% -40px repeat-x;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	line-height:130%;
}

img{
	border:0;
}

#shell{
	background: url(/assets/img/bg_shell.png) no-repeat;
	width:852px;
	height:650px;
	margin: 20px auto 0 auto;
}

#left{
	margin:0;
	float:left;
	width:209px;
	height:600px;
	background: url(/assets/img/bg_left.jpg)  36px 19px no-repeat;
}

#name{
	margin:200px 0 0 36px;
	padding:0 0 0 10px;
	font-size:16px;
	line-height:26px;
	background:#fff;
	
}

#subMenu{
	padding: 30px 0 0 0;
}

#navlist{
	width:173px;
	list-style-type:none;
	padding:0 0 0 36px;
	margin:0;
}

#navlist li{
	padding:0;
	margin:0;
	border:0;
	height:20px;
}

#navlist a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 3px 0 3px 7px;
	margin:0;
	font-size:11px;
}

#navlist a:hover{
	color:#ff9933;
	background:#fff;
}


#right{
	width:607px;
	float:left;
	margin-top:19px;
}

#navi{
	width:607px;
	height:116px;
	background: url(/assets/img/home/menu.jpg) no-repeat; float:left; 	
}

#dmenu {
	list-style-type:none;
	padding:0;
	margin:94px 0 0 0;
}

#dmenu a{
	color:#000;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenuli a:hover{
	text-decoration:underline;
}

.topmenuli a{
	text-decoration:none;
}

.topmenutitle{
	display:block;
	padding: 0;
	height: 22px;
	margin: 0;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

.topmenutitleActive{
	display:block;
	padding: 0;
	height: 22px;
	margin: 0;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

#content{
	margin:0;
	float:left;
	width:607px;
	height:442px;
}

#footer{
	width:607px;
	height:11px;
	float:left;
}

.credits{
	width:800px;
	float:left;
	padding: 5px 0 0 50px;
	font-size:9px;
	color:#999;
}

.zenport{
	color:#999;
	border-bottom:1px dotted #999;
	text-decoration:none;
}

.zenport:hover{
	border:0;
}

label{
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	display: block;
}