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

body {
	background: #E6E6E6 url(../images/bg.png) repeat-x;
	margin: 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
p, td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
h1{
	font-size:14px;
	color:#000;
	margin: 0px;
	padding: 0px;
	}
h2{
	font-size:12px;
	color:#0574BD;
	margin: 0px;
	padding: 0px;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	}	
form {
	font-size:11px;
	}
a:link {
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0574BD;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
}
#wrapper{
	width:900px;
	margin:0px auto 0px auto;
	background: url(../images/wrapper_bg.png) no-repeat #FFF;
	}

#header{
	width:900px;
	height:200px;
	}
#login{
	width:360px;
	height:150px;
	float:right;
	margin:10px 40px 0px 0px;
	text-align:right;
	}
#navigation{
	float:right;
	width:550px;
	height:35px;
	margin-top:5px;
	}
#navigation ul{
	margin:0px;
	padding:0px;
}
#navigation ul li{
	margin:0px;
	padding:0px;
	display:inline;
	}
#main{
	width:900px;
	min-height:200px;
	clear:both;
	}
#main_top{
	width:900px;
	height:16px;
	background:url(../images/main_top_bg.png);\
	float:left;
	}
#main2{
	width:800px;
	background:url(../images/main_bg.png) repeat-y;
	padding:25px 50px 0px 50px;
	float:left;
	}
#feature_image{
	width:259px;
	height:175px;
	background: url(../images/great_decision.png) no-repeat;
	margin:0px 0px 0px 8px;
	padding:25px 400px 50px 125px; 
	}
#feature_image_about{
	width:259px;
	height:175px;
	background: no-repeat;
	margin:0px 0px 0px 8px;
	padding:25px 400px 50px 125px; 
	}
#feature_image_login{
	width: 459px;
	height:250px;
	margin:0px 0px 0px 8px;
	padding:0px 300px 0px 25px;
}
#form_page{
	width: 764px;
	min-height:250px;
	margin:0px 0px 0px 8px;
	padding:0px 10px 0px 10px;
}
#main_bottom{
	width:900px;
	height:32px;
	background:url(../images/main_bottom_bg.png);
	float:left;
	}
#columns{
	width:900px;
	clear:both;
	min-height:200px;
	}
#column_left{
	float:left;
	margin:0px 0px 0px 58px;
	width:240px;
	height:260px;
	background:url(../images/column_bg.png) no-repeat;
	padding:10px 10px 0px 10px;
	}
#column_middle{
	float:left;
	width:240px;
	height:260px;
	background:url(../images/column_bg.png) no-repeat;
	margin: 0px 2px 0px 2px;
	padding:10px 10px 0px 10px;	
	}
#column_right{
	float:right;
	width:240px;
	height:260px;
	background:url(../images/column_bg.png) no-repeat;
	margin: 0px 58px 0px 0px;
	padding:10px 10px 0px 10px;	
}
#footer{
	width:900px;
	height:50px;
	background:#FFF;
	text-align:center;
	clear:both;
	padding-top:25px;
	}
#eng{
	background:#CCC;
	}
#red{
	color:#C1272D;
	}
.red{
	color:#C1272D;
}
.black{
	color:#000;
}
.clearer{
	clear:both;
	}
.input_text {
	font-size:10px;
	}
