@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.body_font_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.link_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB5E00;
	text-decoration: none;
}

#wrapper {
	background-color: #FF702B;
	height: 1489px;
	width: 950px;
	border: medium solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	white-space: normal;
}
#contents {
	width: 930px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: none;
	margin-top: 10px;
}

#header {
	height: auto;
	width: 930px;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 5px;
}
#banner {
	background-color: #FFA76C;
	height: 150px;
	width: 920px;
	border: medium none #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.border_white {
	border: 3px solid #FFFFFF;
}

#logo {
	background-color: #FFA76C;
	height: 150px;
	width: 920px;
	float: left;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#left_side {
	height: 994px;
	width: 150px;
	float: left;
	background-color: #FFA76C;
	margin-right: 10px;
	margin-bottom: 10px;
	border: medium solid #FFFFFF;
}
.white_border {
	border: medium solid #FFFFFF;
}

#right_side {
	height: 994px;
	width: 200px;
	float: right;
	background-color: #FFA76C;
	border: medium solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
#middle {
	height: 994px;
	width: 525px;
	background-color: #FFFFFF;
	border: medium solid #FFFFFF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2px;
}
#footer {
	background-color: #FFA76C;
	height: 100px;
	width: 920px;
	border: medium solid #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: bottom;
}
.bg {
	background-color: #FFD8B0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.table_bg {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

.body_font_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.border {
	border: 1px solid #999999;
}
.body_font_14_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
}

.line_top_down {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
