body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px;
	background-color:#25588E;
}
a, a:link, a:visited {
	color:#F49946;
	text-decoration: none;
}

a:hover {
	color:#A8CB3D;
	text-decoration: underline;
}

#container{
	border: 1px solid #fff;
	margin: auto;
	width: 900px;
}

.h{
	font-weight:bold;
}

/*---------------------------------------------Layout*/
#header{
	width: 900px;
	height: 210px;
	position:relative;
	top:-22px;
	left:-1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}

#contents{
	width: 900px;
	height: 490px;
	top: 210px;
	background-image: url(images/left_bg.jpg);
	background-repeat:no-repeat;
	background-color: #666666;
}

#content_right{
	float:right;
	width: 350px;
}

#bottom{
	clear:both;
	width: 900px;
	height:24px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size:12px;
	background-image: url(images/main_bottom.jpg);
	background-repeat:no-repeat;
}
/*--------------------------------------------contents left */
.content_left_top{
	float:left;
	position: relative;
	left: 23px;
	margin-top: 60px;
	width: 280px;
	height: 205px;
}

.content_right_top{
	float: left;
	position: relative;
	left: 28px;
	margin-top: 60px;
	width: 207px;
	height: 205px;
}

.content_bottom{
	float: left;
	position: relative;
	left: 23px;
	margin-top: 55px;
	width: 495px;
	height: 160px;
}
/*--------------------------------------------contents right */

.right_1{
	float: right;
	clear:both;
	position: relative;
	margin-top: 58px;
	font-size:10px;
	line-height: 1;
	right: 23px;
	width: 335px;
	height: 110px;
}

.right_2{
	float: right;
	position: relative;
	clear:right;
	right: 23px;
	margin-top:40px;
	font-size:10px;
	line-height: 1;
	width: 335px;
	height: 110px;
}

.right_3{
	float: right;
	position: relative;
	clear:right;
	right: 23px;
	margin-top:40px;
	font-size:10px;
	line-height: 1;
	width: 335px;
	height: 110px;
}

/*--------------------------------------------image float behavior*/

img.floatLeft { 
	float: left;
	clear:both;
	margin:4px 8px 5px 4px;
}

img.floatRight { 
	float: right;
	margin: 4px; 
}
