/* ############ */
#menubox{
	overflow: hidden;
	_height: 1%;
	background: black;
	padding: 0;
	margin: 0;
}
#menubox ul{
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}
#menubox ul li{
	float: left;
	font-size: 90%;
	font-family: arial, sans-serif;
	font-weight: bold;
}
#menubox ul li a{
	display: block;
	padding: 4px;
	color: white;
	border-bottom: solid 10px black;
	margin-left: 1px;
 }
#menubox ul li a:hover{
	padding: 4px;
	text-decoration: none;
	border-bottom: solid 10px orange;
}
#menubox ul li#chosen a{
	display: block;
	padding: 4px;
	color: #ffffe0;
	border-bottom: solid 10px orange;
}
#menubox ul li#chosen a:hover{
	padding: 4px;
	text-decoration: none;
	border-bottom: solid 10px orange;
}
#userbar{
	background: black;
	padding-right: 10px;
}
#userbar, #userbar a{
	color: #d0d0d0;
}
#userbar a:hover{
	color: orange;
	text-decoration: none;
}
#colorbar{
	background: orange;
	height: 16px;
	border-bottom: solid 1px black;
}
#leftarea{
	background: url(images/img/left.gif) repeat-y white;
	padding: 10px 20px 20px 20px;
}
#rightarea{
	background: url(images/img/right.gif) repeat-y top right #f6f6f6;
	padding: 10px 20px 20px 20px;
	border-left: solid 1px #a0a0a0;
}
#footersection{
	background: yellow;
	border-top: solid 2px black;
	padding: 5px;
}
#footersection, #footersection a{
	color: black;
}
#forum_name{
	font-size: 180%;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #808080;
	padding-top: 40px;
}