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

body{
	margin:0;
	padding:0;
	border:0;
	background-color:#bee3f3;
	}
.main_wrap{
	background:url(../images/mainpage_bg.jpg) repeat-x;
	height:auto;
	width:auto;
	}
.center_wrap{
	width:815px;
	margin:0 auto;
	}
.clear{
	clear:both;
	}
.logo_wrap{
	float:left;
	width:815px;
	height:145px;
	padding:100px 0 0 0;
	text-align:center;
	}
.wsm_wrap{
	height:auto;
	width:305px; 
	float:left;
	text-align:center;
	padding:0 0 50px 0;
	}
.wsm_wrap p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#323232;
	clear:both;
	padding:10px 0 0 0;
	}
.separator{
	height:auto;
	width:200px;
	text-align:center;
	float:left;
	}
.llm_wrap{
	height:auto;
	width:305px; 
	float:left;
	text-align:center;
	padding:0 0 50px 0;
	}
.llm_wrap p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#323232;
	clear:both;
	padding:10px 0 0 0;
	}
.footer{
	background:url(../images/footer_bg.jpg) no-repeat;
	background-position:top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#0099FF;
	text-align:center;
	padding:20px 0 25px 0;
	margin:20px 0 0 0;
	}
.footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:11px;
	color:#323232;
	text-align:center;
	}