/* CSS Document */
@charset "utf-8";
@import url("menu.css");
@import url("main.css");
/*D]w*/
body{
	margin:0px;
	text-align:center;
	background-color:#D2E5E8;
	top:0px;
}
all {
	width:922px;
	text-align:left;
	background: url(../images/bg.jpg);
}
#padding_box{
	margin:0px;
	padding:10px;
}
#content {
	width:922px;
	height:100%;
	background-color:#fff;
	/*overflow: hidden;*/
	margin:0px;
	padding:0px;
}
#header{
	width:922px;
	height:254px;
	display:block;
	/*background: url(../images/header.jpg) no-repeat;*/
}
#header span{
	display:none;
}
#sub_col{
	float:right;
	height:100%;
	width:225px;
	margin:0px;
	padding:0px;
	text-align:center;
	display:block;
	background:url(../images/sub_col_bg01.jpg) repeat-y;
}
#sub_col span{
	display:none;
}
#footer{
	width:922px;
	height:113px;
	color:#f10e5e;
	text-align:center;
	vertical-align:text-bottom;
	clear:both;
	background: url(../images/footer.jpg) no-repeat;
}
#footer a:link {
	text-decoration: none;
	color:#f10e5e;
}
#footer a:visited {
	text-decoration:none;
	color:#f10e5e;
}
#footer a:active {
	text-decoration:none;
	color:#f10e5e;
}
#footer a:hover {
	text-decoration:underline;
	color: #FF6600;
}
#main_col{
	float:left;/*right*/
	width:696px;
	height:100%;
	color:#333333;
	/*display:block;*/
	text-align:left;
	background:url(../images/bg.jpg) repeat center;
}
#main_content{
	float:left;
	width:100%;
	margin:0px;
	padding:10px;
	color:#333333;
	text-align: justify;
	float:left;
	background:url(../images/bg.jpg)
}