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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dfdfdf;
	font-weight:normal;
	background:#06050e;
}

/*Typographic*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#8badb5;
	font-style:italic;
	font-weight:normal;
	padding:20px 0;
}
h2 {
	font-size:18px;
	color:#dfdfdf;
	font-weight:normal;
}

/*main*/
#warp {
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
#header {
	clear:both;
	background:url(../images/top_bg.jpg) no-repeat top center;
	height:490px;
	width:100%;
}
#already_member {
	float:left;
	width:300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:320px;
	margin:430px 0 0;
	text-align:right;
	line-height:25px;
}
#already_member p {
	font-style:italic;
}
#already_member a, #already_member a:visited {
	font-weight:bold;
	color:#c69c62;
	text-decoration:underline;
}
#already_member a:hover {
	color:#c69c62;
	text-decoration:none;
}
#login_form {
	float:right;
	width:400px;
	margin:190px 0 0 0;
}

#login_form li{
	margin:14px 0 0 100px;

}
#login_form select {
	float:left;
	background-color:#FFF;
	border:1px solid #7c7c7c;
	margin:0 10px;
}
.long_field {
	width:180px;
	height:20px;
	background-color:#FFF;
	border:1px solid #7c7c7c;
	margin:0 10px;
}
#login_btn {
}
.login_btn {
	border: none;
    background: url(../images/enter_btn.jpg) no-repeat top center;
	width:220px;
	height:55px;
	cursor:pointer;
	margin:28px 80px 0;
}
#line {
	background:url(../images/line.jpg) center top no-repeat;
	margin:0 auto;
	height:2px;
	width:100%;
	clear:both;
}
#content {
	background:url(../images/bg_shadow.png) center top no-repeat;
	overflow:hidden;
	width:100%;
	margin:0 0 20px;
}
#left_clmn {
	float:left;
	width:540px;
}
#left_clmn ul {
	display:inline;
}
#left_clmn li {
	background:url(../images/pic_frame.png) no-repeat left top;
	overflow:hidden;
	height:60px;
	display:inline;
	float:left;
	margin:2px;
	width: 170px;
}
.users_online {
	font-size:10px;
}
.users_online img {
	float:left;
	padding:9px 0 0 11px;
}
.online {
	font-weight:bold;
	font-size:11px;
	color:#d54313;
}

.online_signature {
	float:left;
	margin: 0 16px;
	line-height:12px;
}
#right_clmn {
	float:right;
	width:420px;
	line-height:30px;
}
#features {
	width:920px;
	margin:0 auto;
	display:inline;
}
.float_l {
	float:left;
}
.circle_m {
	background:url(../images/bg_shadow.png) no-repeat top center;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #323043;
	border-bottom-color: #323043;
	width:910x;
	height:110px
}
.group_chat {
	background:url(../images/icons.png) no-repeat;
	background-position:0 0;
	margin:25px 0;
	height:30px;
	height:60px;
	float:left;

}
.cleric {
	background:url(../images/icons.png) no-repeat;
	background-position:0 -68px;
	margin:18px 0;
	height:30px;
	height:75px;
	float:left;
}
.friend {
	background:url(../images/icons.png) no-repeat;
	background-position:0 -161px;
	margin:25px 0;
	height:30px;
	height:60px;
	float:left;
}
#text_box {
	clear:both;
	margin:10px auto;
	width:720px;
	line-height:20px;
}
#footer {
	margin:10px 0 0;
	clear:both;
	background:url(../images/footer.jpg) no-repeat center bottom;
	height:120px;
	line-height:120px;
	color:#FFF;
}
#footer a, #footer a:hover, #footer a:visited {
	color:#FFF;
}
#bottom_menu {
	float:right;
}
#bottom_menu li{
	float:left;
	margin:0 5px;
}
