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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #d4d4d4;
	background-color:#0c0000;
}
/*typogrphy*/
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff9e3a;
	font-size:45px;
	font-style:italic;
}
h2 {
	font-size:28px;
	color:#fff;
}
h3 {
	font-size:24px;
	color:#fff;
	margin: 0 0 10px;
}
h4 {
	font-size:24px;
	color:#ff8416;
	margin:20px 0;
}

/*main */
#wrap {
	width:800px;
	margin:0 auto;
	overflow:hidden;
	background: url(../images/bg.jpg) no-repeat top right;
}
#header {
	height:115px;
	width:800px;
}
#logo {
	height:90px;
	padding:25px 0 0 0;
	float:left;
	width:300px;
}
#already_member {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	height:115px;
	line-height:115px;
	float:right;
	width:320px;
	font-size:24px;
	color:#fff;
	text-align:right;
}
#already_member a, #already_member a:visited {
	color:#ff8416;
	text-decoration:underline;
}
#already_member a:hover {
	text-decoration:none;
}

#login_form {
	padding:90px 0px 30px 20px;
	float:left;
	width:100%;
}
#login_form span{
	float:left;
	text-align:right;
	width:60px;
	font-size:12px;
}
#login_form li{
	line-height:30px;
	float:left;
	clear:both;
}
#login_form select {
	background-color:#FFF;
	border:1px solid #7c7c7c;
	margin:0 10px;
}
.long_field {
	width:200px;
	background-color:#FFF;
	border:1px solid #7c7c7c;
	margin:0 10px;
}
.short_field {
	width:100px;
	background-color:#FFF;
	border:1px solid #7c7c7c;
	margin:0 10px;
}
.login_btn {
	border: none;
    background: url('../images/enter_btn.jpg') no-repeat top left;
	width:201px;
	height:45px;
	cursor:pointer;
	margin:5px 70px;
	float:left;
	clear:both;
}
#left_side_most_recent {
	background:url(../images/left_side_most_recent.png) no-repeat top left;
	float:left;
	width:17px;
	height:77px;
}
#right_side_most_recent {
	background:url(../images/right_side_most_recent.png) no-repeat top left;
	float:left;
	width:17px;
	height:77px;
}
#middle_side_most_recent {
	background:url(../images/middle_side_most_recent.png) repeat-x;
	height:77px;
	float:left;
}
#most_recent {
	float:left;
	clear:both;
	margin:0 0 15px;
	width:100%;
}
#most_recent li {
	font-size:11px;
	display:inline;
	margin:10px;
	float:left;
}
#most_recent p, #most_recent img {
	float:left;
	margin:0 5px;
	line-height:17px;
}
#text_block {
	clear:both;
	line-height:15px;
	float:left;
	width:100%;
}
#footer {
	clear:both;
	height:25px;
	line-height:40px;
	font-size:11px;
	margin:20px 0px;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#bottom_menu {
	float:right;
}
#bottom_menu ul {
	display:inline;
}
#bottom_menu li{
	float:left;
	margin:0 5px;
}