.overall_forum_head {
	min-width: 930px;
	height: 170px;
	padding-left: 10px;
	padding-right: 12px;
	background: url(images/header.png) left top repeat-x;
}
.overall_forum_head2 {
	height: 170px;
	background: url(images/head2.gif) left top repeat-x;
}
.overall_forum_head_left {
	float: left;
}
.overall_forum_head_right_top {
	float: right;
	margin-top: 16px;
}
.nav {
	background: url(images/nav_bg.gif) repeat-x;
	height: 69px;
	margin-top: 5px;
	margin-bottom: 10px;
	min-width: 952px;
}
ul.topnav {
	width: 952px;
	height: 38px;
}
ul.topnav li {
	float: left;
	list-style: none;
}
ul.topnav li a {
	display: block;
	background: none;
	font: bold 14px/38px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
}
ul.topnav li a:focus { outline: none }
ul.topnav li a:hover, ul.topnav li a.hover {
	background: url(images/nav_bg2.gif) repeat-x;
}
ul.topnav li a.ahome:hover {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}