
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#4a4a4a;
	background: url(../images/top_bg.jpg) repeat-x;
	background-color:#f2f5f7;
}
/*typography*/
h1, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:italic;
	color:#e20303;
}
h2 {
	font-size:28px;
	color:#838383;
	font-weight:normal;
}
h3 {
	font-size:24px;
	color:#7d7d7d;
	font-style:italic;
	margin:0 0 10px;
}
h4 {
	font-size:24px;
	margin: 20px 0;
}

/*main*/
#wrap {
	width:800px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/photo_bg.jpg) no-repeat top right;
}
#header {
	clear:both;
	width:100%;
	height:90px;
	padding: 35px 0;
}
#logo {
	float:left;
	width:400px;
}
#already_member {
	float:right;
	width:300px;
	font-size:18px;
	color:#868789;
	font-style:italic;
	font-weight:bold;
	text-align:right;
}
#already_member a, #already_member a:hover, #already_member a:visited {
	color:#f72d43;
	text-decoration:underline;
}

#login_form {
	float:left;
	width:100%;
	height:286px;
}
#login_form span{
	float:left;
	text-align:right;
	width:60px;
	font-size:12px;
}
#login_form li{
	line-height:35px;
	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;
}
#shadow {
	background:url(../images/shadow.jpg) no-repeat top center;
	height:20px;
	clear:both;
}
#left_side_most_recent {
	background:url(../images/left_side_b.jpg) no-repeat top left;
	float:left;
	width:6px;
	height:75px;
}
#right_side_most_recent {
	background:url(../images/right_side_b.jpg) no-repeat top left;
	float:left;
	width:17px;
	height:75px;
}
#middle_side_most_recent {
	background:#77787a;
	height:75px;
	float:left;
}
#most_recent {
	float:left;
	clear:both;
	margin:0 0 15px;
	width:100%;
	color:#FFF;
}
#most_recent li {
	font-size:11px;
	display:inline;
	margin:10px 25px 0 0;
	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%;
	margin:0 0 10px 0;
}
#footer {
	float:left;
	width:100%;
	clear:both;
	height:40px;
	line-height:40px;
	font-size:11px;
	border-top:1px dotted #CCC;
	margin:10px 0 0 0;
}
#footer a, #footer a:visited {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
#bottom_menu {
	float:right;
}
#bottom_menu ul {
	display:inline;
}
#bottom_menu li{
	float:left;
	margin:0 5px;
}
