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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:#f7ffe7;
}
/*typograhy*/
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#ed1c24;
	font-style:italic;
}
h2, h3 {
	font-size:22px;
	color:#ed1c24;
	margin:0 0 10px 10px;
}
h3 {
	color:#6f6f6f;
	margin:0 0 10px 10px;
}

/*main*/
#warp {
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
}
#main {
	width:809px;
	overflow:hidden;
	margin:0 auto;
}
#header_top {
	width:100%;
	background:url(../images/header.jpg) no-repeat top center;
	clear:both;
	overflow:hidden;
	height:376px;
}
#header {
	width:100%;
	height:80px;
	line-height:80px;
}
#logo {
	float:left;
	width:500px;
}
#already_member {
	float:right;
	width:300px;
	font-size:14px;
	text-align:right;
	color:#ed1c24;
}
#already_member a, #already_member a:visited{
	font-weight:bold;
	color:#ed1c24;
}
#top_content {
	width:100%;
	clear:both;
}
.left_column {
	width:390px;
	float:left;
	padding:25px 0 0 25px;
}
#login_form {
	background:#fff;
	border: 11px solid #ebebeb;
	padding:10px 10px 0;
	font-size:14px;
	width:325px;
}
#login_form span{
	float:left;
	text-align:right;
	width:60px;
}
#login_form li{
	line-height:35px;
	float:left;
}
#login_form select {
	background-color:#FFF;
	border:1px solid #cdcdcd;
	margin:0 10px;
}
.long_field {
	width:240px;
	background-color:#FFF;
	border:1px solid #cdcdcd;
	margin:0 10px;
}
.short_field {
	width:50px;
	background-color:#FFF;
	border:1px solid #cdcdcd;
	margin:0 10px;
}

.login_btn {
	border: none;
    background: url('../images/enter_btn.jpg') no-repeat top left;
	width:223px;
	height:45px;
	cursor:pointer;
	margin:5px 70px;
}
.right_column {
	float:right;
	width:370px;
	padding: 25px 0;
}
#most_recent {
	font-weight:bold;
	color:#06455e;
	float:left;
	clear:both;
	margin:0 0 10px;
}
#most_recent img {
	margin:5px 0;
	border:1px solid #104b61;
}
#most_recent li{
	float:left;
	text-align:center;
	margin:8px;
}
#content {
	background:url(../images/content_bg.jpg) repeat-y;
	width:100%;
	overflow:hiden;
	float:left;
}
#text_block p{
	line-height:15px;
	margin:10px 0;
}
#footer {
	background:url(../images/footer_bg.jpg) repeat-y;
	height:50px;
	float:left;
	line-height:65px;
	width:760px;
	padding:0 30px;
	font-size:11px;
	color:#737373;
}
#footer a, #footer a:hover {
	color:#737373;
}
#footer_bg {
	background:url(../images/footer_bottom.jpg) no-repeat top center;
	height:50px;
	width:100%;
	float:left;
}
#bottom_menu {
	float:right;
}
#bottom_menu ul {
	display:inline;
}
#bottom_menu li{
	float:left;
	margin:0 5px;
}
#bottom_text{
	margin: 0 25px 25px 25px;
	clear: both;
	line-height: 15px;
}
