<!--
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #900;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited{
	border-bottom: 1px dotted #666;
	text-decoration: none;
	color: #666;
}
a:hover{
	text-decoration: underline;
	border: 0px;
	color: #666;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 10px;
	color: #666;
}
#center{
	position: relative;
	margin: auto;
	width: 708px;
}
#main{
	position: absolute;
	width: 455px;
	left: 259px;
	top: 30px;
}
#main .cell{
	background-image: url(images/list.png);
	background-repeat: repeat-y;
	margin: 5px 0px 0px 0px;
	width: 455px;
}
#main .info{
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 5px 5px 5px;
	line-height: 15px;
}
#main .top{
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}
#copyright{
	margin: 5px 0px 5px 0px;
	text-align: center;
	width: 455px;
	color: #fff;
}
#copyright a:link, #copyright a:visited{
	text-decoration: none;
	border: 0px;
	color: #fff;
}
#copyright a:hover{
	text-decoration: underline;
	color: #fff;
}
#menu_background{
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 280px;
	width: 259px;
	left: 0px;
	top: 58px;
}
#menu{
	margin: 40px 0px 0px 60px;
	font-weight: bold;
	font-size: 13px;
}
#menu a:link, #menu a:visited{
	color: #666;
	text-decoration: none;
	border-bottom: 0px;
}
#menu a:hover{
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}
.submenu{
	margin-left: 10px;
	font-size: 11px;
	display: none;
	padding: 5px;
}
.archive{
	position: relative;
	height: 15px;
	top: 10px;
}
.archive_left{
	position: absolute;
	left: 5px;
}
.archive_center{
	position: absolute;
	left: 90px;
}
.archive_right{
	position: absolute;
	left: 310px;
	width: 130px;
	text-align: right;
}
.content_top{
	border-top: 1px solid #c00;
	padding: 5px;
	width: 455px;
}
.content_topgb{
	border-top: 1px solid #c00;
	padding: 5px;
}
.content_top li{
	position: relative;
	left: -20px;
}
.content_img_border{
	border: 1px solid #c00;
	margin-right: 5px;
}
.content_img_blank{
	border: 0px;
	margin-right: 5px;
}
.content_img_layout{
	border: 1px solid #c00;
	margin-left: 5px;
}
.content_img_banner{
	border: 1px solid #c00;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p{
	margin: 0px;
	padding: 0px;
}
#adminmenu{
	background-color: #dbdbdb;
	border: 1px solid #fff;
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	padding: 0px;
	width: 140px;
}
#adminmenu b{
	font-size: 11px;
	color: #c00;
}
.forum_user{
	text-transform: capitalize;
}
-->