

#head-top {
	text-align: left;
	background: #367d9a url(/static/images/header_bg.png) bottom center repeat-x;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#head-panel {
	height: 60px;
}
#head-panel-user {
	text-align: right;
	height: 45px;
	padding: 10px 10px 0px 0px;
	color: #ffffff;
}
#head-panel-user a {
	color: #ffffff;
	text-decoration: none;
}
#head-logo {
	float: left;
	margin-left: 20px;
}
#head-login-form {
	padding: 2px 5px;
	background-color: #5192ad;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	display: none;
}
#head-login-form a {
	color: #8fceda;
	text-decoration: none;
}
#head-login-form input.form {
	font-size: 12px;
	color: #ffffff;
	padding: 1px 2px;
	background-color: #4c4c4c;
	border-color: #333333;
}
#head-login-form input.bttn {
	font-size: 12px;
	width: 66px;
}
#main-search {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	background: #ded9ca url(/static/images/search_head_bg.png) bottom center no-repeat;
	padding: 2px;
	overflow: hidden;
}
#searchform input.form {
	color: #666666;
	width: 210px;
}
#main-body {
	padding-top: 10px;
	background: #ffffff url(/static/images/topic_head_bg.png) top center no-repeat;
}

#main-search div{
	float: right;
}

#main-search ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
}

#main-search li{
	float: left;
	padding: 2px 15px 2px 15px;
}
#main-search a{
	text-decoration: none;
	color: #000000;
	padding: 2px 15px 2px 15px;
}
#main-search a.selected:visited, #main-search a.selected:hover{
	padding: 2px 15px 2px 15px;
	background-color: #ffffff;
}
#main-search a:hover{
	background-color: #d2c9ae;
	padding: 2px 15px 2px 15px;
}

#head-panel-user .avatar {
	position:relative;
	top:-5px;
	vertical-align:middle;
}


#head-panel-misc {
	font-size: 0.8em;
	margin-right: 50px;
	margin-top: 15px;
	float: right;
}