@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #dfdfdf;
}
body {
	background: url(../images/bg.jpg) repeat-x;
	background-color: #a9033f;

}

/*typography*/
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff8605;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
h2 {
	font-size:17px;
	color:#dedede;
	line-height:33px;
}
h3 {
	font-size:18px;
	color:#ff8605;
}

/*main*/
#warp {
	width:800px;
	margin:0 auto;
}
#header {
	clear:both;
	width:100%;
	background:url(../images/top_bg.jpg) no-repeat top center;
	overflow:hidden;
	height:473px;
	padding:20px 0 0 0;
}
#logo {
	float:left;
	width:224px;
	background:url(../images/logo.png) no-repeat left top;
	height:81px;
	text-indent:-99999;
	margin:4px 0 0 10px
}
#already_member {
	float:right;
	clear:right;
	width:205px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#already_member a, #already_member a:visited, #already_member a:hover{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
#already_member a:hover {
	text-decoration:none;
}
#login_box {
	float:right;
	clear:both;
	width:300px;
	margin:95px 0 0 ;
}
.long_field {
	width:225px;
	height:21px;
	background:url(../images/form_bg.jpg) repeat-x bottom;
	border:1px solid #d0d0d0;
	margin:0 0 12px 0;
}
.login_btn {
	background:url(../images/enter_btn2.png) no-repeat;
	width:230px;
	height:60px;
	border:none;
	cursor:pointer;
}
#content {
	background:url(../images/glow.png) no-repeat top center;
	overflow:hidden;
	padding:30px 0;
}
#most_recent {
	float:left;
	width:370px;
}
#most_recent li {
	background:url(../images/avatar_bg.png) no-repeat left top;
	overflow:hidden;
	height:60px;
	display:inline;
	float:left;
	margin:10px 0;
	width:180px;
}
.users_online {
	font-size:10px;
}
.users_online img {
	float:left;
	padding:7px 0 0 7px;
}
.online {
	font-weight:bold;
	font-size:11px;
	color:#ff8605;
}

.online_signature {
	float:left;
	margin: 0 16px;
	line-height:12px;
}
#shadow {
	background:url(../images/shadow.png) no-repeat top right;
	height:200px;
	width:20px;
	float:left;
	margin:0 20px 0 0;
}
#features {
	float:left;
	width:330px;
	background:url(../images/icon.png) no-repeat top left;
	padding:0 0 0 60px;
}
#text {
	background:url(../images/text_boy.jpg) no-repeat top left;
	padding:0 0 0 125px;
	float:left;
	clear:both;
}
#text p {
	line-height:16px;
	margin:10px 0 0;
}
#footer {
	background:url(../images/footer.jpg) no-repeat bottom center;
	clear:both;
	float:left;
	width:100%;
	height:110px;
	line-height:110px;
	margin:40px 0 0;
	font-size:10px;
}
#footer a, #footer a:hover, #footer a:visited {
	color:#FFF;
}
#bottom_menu {
	float:right;
}
#bottom_menu li{
	float:left;
	margin:0 2px;
}
