*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font: 12px Verdana;
	color: rgb(106, 121, 158);
	margin: 15px 15px 30px 15px;
	background-color: black;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

ul, ol
{
	padding: 0.5em 0em 1.5em 2.5em;
}

a:link, a:visited, a:active
{
	color: rgb(112, 139, 195);
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

a.aselected
{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

#menu
{
	width: 934px;
	height: 47px;
	margin: 160px auto 40px auto;
	background-image: url('images/content.png');
	background-position: 0px -113px;
}

#menu div
{
	float: left;
	margin: 8px 0px 0px 12px;
	width: 170px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

#menu div a
{
	display: block;
	width: 170px;
	height: 31px;
	color: #CCC;
	font-weight: normal;
	background-image: url('images/content.png');
	background-position: -160px -77px;
}

#menu div a:hover
{
	background-image: url('images/content.png');
	background-position: -490px -77px;
}

.content
{
	width: 960px;
	margin: 0px auto 0px auto;
}

.top
{
	height: 37px;
	background-image: url('images/content.png');
	background-position: 0px -20px;
	padding: 20px 22px 0px 30px;
	color: white;
	font-weight: bold;
}

.top a
{
	color: white;
}

.top a:hover
{
	color: #CCC;
}

.body
{
	background-image: url('images/content_body.png');
}

.innerbody
{
	width: 890px;
	padding: 3px 35px 12px 35px;
	min-height: 170px;
	background-image: url('images/content_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.bottom
{
	height: 20px;
	background-image: url('images/content.png');
	background-position: 0px 0px;
}

.footer
{
	padding: 20px 35px 0px 35px;
	text-align: center;
	color: #CCC;
}

.footer a
{
	color: #CCC;
	font-weight: normal;
}

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

.divider
{
	width: 100%;
	height: 5px;
	margin: 20px 0px 20px 0px;
	background-image: url('images/divider.png');
	background-repeat: no-repeat;
	background-position: center;
}

.dividerforum
{
	width: 100%;
	height: 1px;
	margin: 8px 0px 8px 0px;
	background-image: url('images/divider_forum.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.btnform
{
	float: left;
	font-family: Verdana;
	font-size: 12px;
	border: none;
	background: transparent;
	cursor: pointer;
	width: 160px;
	height: 24px;
	text-align: center;
	color: #CCC;
	background-image: url('images/content.png');
	background-position: 0px -77px;
}

.btnform:hover
{
	background-image: url('images/content.png');
	background-position: -330px -77px;
}

a.btnlink
{
	float: left;
	display: block;
	width: 160px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #CCC;
	font-weight: normal;
	background-image: url('images/content.png');
	background-position: 0px -77px;
}

a.btnlink:hover
{
	background-image: url('images/content.png');
	background-position: -330px -77px;
}

a.btnreply
{
	float: right;
	display: block;
	width: 83px;
	height: 18px;
	background-image: url('images/content.png');
	background-position: -737px -77px;
}

a.btnreply:hover
{
	background-image: url('images/content.png');
	background-position: -737px -95px;
}

a.btnnewthread
{
	float: right;
	display: block;
	width: 77px;
	height: 18px;
	background-image: url('images/content.png');
	background-position: -660px -77px;
}

a.btnnewthread:hover
{
	background-image: url('images/content.png');
	background-position: -660px -95px;
}

a.btnaccount
{
	float: right;
	display: block;
	width: 80px;
	height: 18px;
	background-image: url('images/content.png');
	background-position: -820px -77px;
}

a.btnaccount:hover
{
	background-image: url('images/content.png');
	background-position: -820px -95px;
}

a.btnlogout
{
	float: right;
	display: block;
	width: 51px;
	height: 18px;
	background-image: url('images/content.png');
	background-position: -900px -77px;
}

a.btnlogout:hover
{
	background-image: url('images/content.png');
	background-position: -900px -95px;
}

a.btnsignup
{
	margin-right: 8px;
	float: left;
	display: block;
	width: 51px;
	height: 18px;
	background-image: url('images/content.png');
	background-position: -655px -160px;
}

a.btnsignup:hover
{
	background-image: url('images/content.png');
	background-position: -655px -178px;
}

.input
{
	font-family: Verdana;
	font-size: 12px;
	background-color: rgb(21, 25, 40);
	border-color: rgb(26, 33, 54);
	border-style: solid;
	border-width: 2px;
	color: #CCC;
	padding: 5px;
}

.select
{
	font-family: Verdana;
	font-size: 12px;
	background-color: rgb(21, 25, 40);
	border-color: rgb(26, 33, 54);
	border-style: solid;
	border-width: 2px;
	color: #CCC;
}


.headline
{
	color: #CCC;
	font-weight: bold;
	margin-bottom: 12px;
}

.forum
{
	width: 100%;
	text-align: center;
}

.forum tr td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.forum a
{
	color: rgb(106, 121, 158);
	font-weight: bold;
}

.forum a:hover
{
	color: white;
}

.forum .amember
{
	color: #CCC;
	font-weight: normal;
}

.forum .amember2
{
	font-weight: normal;
}

.forum .asort
{
	color: #CCC;
}

.thread
{
	width: 100%;
}

.thread tr
{
	vertical-align: top;
}

.thread .avatar
{
	width: 120px;
	min-height: 155px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	background-image: url('images/bg_avatar.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.thread .avatar img
{
	margin-top: 15px;
	margin-bottom: 6px;
	border: none;
}

.thread .text
{
	color: #CCC;
	line-height: 18px;
}

.thread .space
{
	height: 20px;
	background-color: rgb(13, 16, 26);
}

.account
{
	background-image: url('images/side_trooper.png');
	background-repeat: no-repeat;
	background-position: 12px 0px;
	min-height: 287px;
	padding-left: 190px;
}

.account .acccontent
{
	background-image: url('images/cap_mid.png');
	width: 655px;
}

.account .acctop
{
	background-image: url('images/content.png');
	background-repeat: no-repeat;
	background-position: 0px -160px;
	width: 655px;
}

.account .accbottom
{
	background-image: url('images/cap_bot.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 615px;
	min-height: 150px;
	padding: 20px;
}

.account .avatarlist tr td
{
	width: 90px;
	text-align: center;
	padding-right: 11px;
}

.atton
{
	background-image: url('images/side_atton.png');
	background-repeat: no-repeat;
	background-position: 8px 0px;
	min-height: 236px;
	padding-left: 200px;
	padding-top: 8px;
}