* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
ul, ol {list-style: none;}
input.button {cursor: pointer; cursor: hand;}
img, fieldset {border: none;}
table {border-collapse: collapse; border: none;}

body {
    background: #460000 url("../img/html-bg.png") repeat-x 0 0;
    color: #463C48;
    font: 11px/14px Tahoma, Verdana, sans-serif;
}

#container {
    width: 738px;
    padding-top: 79px;
    margin: 0 auto;
    position: relative;
}

#header {height: 59px;}
#header h1 img {position: relative; margin-left: -5px;}

#login {
	height: 41px;
	background: url("../img/login-bg.png");
	color: #FFF;
	padding-left: 17px;
	margin-bottom: 4px;
}
#login form {
	padding: 11px 0 0;
}
#login label {
	margin: 0 0 0 8px;
	font-weight: bold;
}
#login .inp {
	background: #FFF;
	border: 1px solid #FFF;
	padding: 1px 0;
	width: 112px; 
}
#login * {vertical-align: middle;}
#login a {color: #FFF; margin-left: 8px;}
#login .btn {margin-right: 5px;}

#main {
    height: 393px;
    overflow: hidden;
    background: #FFF url("../img/main-bg.jpg");
    position: relative;
}
#stats {
    position: absolute;
    top: 75px;
    left: 244px;
    font-weight: bold;
    color: #F00;
}
#stats strong {color: #565656;}

#join {
    float: right;
    display: inline;
    margin: 110px 52px 0 0;
    width: 280px;
    color: #FFDAE3;
}
#join h2 {margin-bottom: 15px;}
#join table {width: 100%;}
#join td, #join th {
    text-align: left;
    padding-bottom: 3px;
    font-weight: normal;
}
#join input, #join select {
    width: 100%;
    font-size: 10px;
    color: #585858;
    position: relative;
    background: #FFF;
    font-family: Tahoma, Verdana, sans-serif;
}
#join .nb input, #join .nb select {
    width: auto;
}
#join input.button {
    width: auto;
    border: none;
    background: none !important;
    font-size: 11px !important;
    margin: 5px 0 0;
}
#join a {color: #FFDAE3;}
#join .nbc td {
    font-size: 10px;
}
#join .nbc input {
    width: auto;
    border: none;
}
#join .np {
    font-size: 10px;
    padding-bottom: 0;
}
#join .np a {color: #5A5B4A;}
#join .np input {
    width: auto;
    border: none;
}

#menu {
    position: absolute;
    top: 6px;
    right: 8px;
}
#menu ul li {
	float: left;
	display: inline;
	padding-left: 48px;
	margin: 0 15px 0 10px;
	line-height: 50px;
	font-weight: bold;
}
#menu ul li a {color: #202020;}
#m1 {background: url("../img/m1.gif") no-repeat 0 50%;}
#m2 {background: url("../img/m2.gif") no-repeat 0 50%;}
#m3 {background: url("../img/m3.gif") no-repeat 0 50%;}
#m4 {background: url("../img/m4.gif") no-repeat 0 50%;}

#search {
    height: 41px;
    margin: 5px 0 4px;
    background: url("../img/search-bg.png");
    padding-left: 27px;
}
#search form {padding-top: 7px;}
#search * {vertical-align: middle;}
#search select {margin-right: 15px; background: #FFF; font-size: 10px;}


#members {
    height: 132px;
    overflow: hidden;
    background: url("../img/members-bg.png");
}
#members ul {padding: 12px 0 0 30px;}
#members ul li {
	float: left;
	background: #FFF url("../img/members-bg.gif") repeat-x 0 0;
	display: inline;
	width: 72px;
	height: 104px;
	margin: 0 3px 0 0;
}
#members a {color: #494545;}
#members ul li img {
	display: block;
	border: 1px solid #D1CFCF;
	margin: 3px 0 2px 3px;
}
#members ul li span {
	display: block;
	padding: 0 5px;
}
#members em {
    color: #898989;
    font-style: normal;
}

#footer {
    height: 51px;
    margin: 5px 0;
    overflow: hidden;
    line-height: 51px;
    padding: 0 27px;
    background: url("../img/footer-bg.png");
}
#footer a {color: #463C48; text-decoration: none;}
#footer p.links {float: left;}
#footer p.cop {float: right;}

#td {
    position: absolute;
    top: 125px;
    right: 7px;
}
