* {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: #8C0E00 url("../img/body-bg.png") repeat-x;
    font: 11px/14px Tahoma, Verdana, sans-serif;
    color: #4E4E4E;
}

#container {
    width: 920px;
    margin: 0 auto;
    padding: 10px 0;
}

#header {}
#header h1 img {display: block;}
#menu {
    color: #390600;
    height: 33px;
    background: url("../img/menu-bg.jpg") no-repeat;
    line-height: 30px;
    margin-bottom: 10px;
}
#menu p {
    float: left;
    padding: 0 0 0 60px;
    font-weight: bold;
}
#menu a {
    color: #390600;
    text-decoration: none;
    margin: 0 10px;
}
#menu ul {
    float: right;
    padding-right: 70px;
}
#menu ul li {
    float: left;
    display: inline;
    padding-left: 20px;
    margin-left: 35px;
}
#menu .total {background: url("../img/icn-total.gif") no-repeat 0 50%;}
#menu .online {background: url("../img/icn-online.gif") no-repeat 0 50%;}

#welcome {
    height: 410px;
    overflow: hidden;
    background: url("../img/welcome-bg.jpg") no-repeat;
}
#welcome p {
    padding: 275px 60px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #390600;
    line-height: 16px;
}

#ban {
    margin: 5px 0 10px;
    overflow: hidden;
    zoom: 1;
}
#ban img {
    float: left;
    display: block;
}

#main {
    overflow: hidden;
    height: 340px;
    margin-bottom: 10px;
}

#features {
    float: left;
    width: 305px;
    height: 340px;
    background: url("../img/features-bg.jpg") no-repeat;
}
#features h2 {padding: 35px 0 15px 50px;}
#features ul {padding-left: 50px;}
#features ul li {
  padding: 4px 0 4px 25px;
}
#f1 {background: url("../img/f1.gif") no-repeat 0 50%;}
#f2 {background: url("../img/f2.gif") no-repeat 0 50%;}
#f3 {background: url("../img/f3.gif") no-repeat 0 50%;}
#f4 {background: url("../img/f4.gif") no-repeat 0 50%;}
#f5 {background: url("../img/f5.gif") no-repeat 0 50%;}
#f6 {background: url("../img/f6.gif") no-repeat 0 50%;}
#f7 {background: url("../img/f7.gif") no-repeat 0 50%;}
#f8 {background: url("../img/f8.gif") no-repeat 0 50%;}
#f9 {background: url("../img/f9.gif") no-repeat 0 50%;}
#f10 {background: url("../img/f10.gif") no-repeat 0 50%;}


#search {
    float: left;
    display: inline;
    width: 290px;
    height: 340px;
    background: url("../img/search-bg.jpg") no-repeat;
    margin-left: 10px;
}
#search h2 {
    padding: 35px 0 15px 50px;
}
#search form {padding: 0 50px;}
#search .btn{width: auto !important; border: none !important; background: #51A0CF; color: #FFF;}
#search table {width: 100%;}
#search table td {padding: 3px 0;}
#search tr.nw td select {width: auto !important;}
#search select {
	width: 100%;
	padding: 1px 0;
	font: 10px Tahoma, Verdana, sans-serif;
	color: #696969;
}
#search .btn {margin: 5px 0;}

#members {
    height: 200px;
    background: url("../img/members-bg.jpg") no-repeat;
}
#members ul {
    padding: 43px 0 0 49px;
}
#members a {
	color: #433E34;
	font-weight: bold;
}
#members ul {
    overflow: hidden;
    zoom: 1;
}
#members li {
	float: left;
	display: inline;
	margin-right: 8px;
	padding-bottom: 10px;
}
#members .img {
	display: block;
	margin-bottom: 5px;
}
#members .img img {
	border: 3px solid #847440;
}
#members ul span {
	display: block;
	padding-left: 7px;
}
#members strong {
	display: block;
}

#footer {
    padding: 5px 30px;
    overflow: hidden;
    zoom: 1;
    color: #DDB7B2;
}
#footer a {
    color: #DDB7B2;
    text-decoration: none;
}
#footer p.links {float: right;}
#footer p.cop {font-size: 10px; float: left;}

#misc {
    float: right;
    width: 145px;
    padding: 6px 78px 0 0;
}
#misc img {display: block;}
#misc li {
    zoom: 1;
    padding-bottom: 34px;
}