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


#header{
	height:157px;
	margin:auto;
	background-color:#ffffff;
}
.header{
	width:800px;
	height:157px;
	margin:auto;
	text-align:left;
}
#image_bar{
	background-color:#ca8f55;
	height:400px;
	width:100%;
	margin: auto;
	text-align:center;
}

#body_main {
	background: url('images/bg_body.gif') repeat-y;
	background-position:center;
}	
h1 {
    font-family:sans-serif;
    font-size:25px;
    color:#101314;
}	
h2 {
    font-family:sans-serif;
    font-size:16px;
    color:#3B1F17;
}	
#text_place{
	width:840px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:auto;
	margin-top:0px;
	position:realative;
}
.mid{
	width:820px;
	height:100%
	margin:auto;
}
	
.left{
	width:380px;
	height:100%;
	float:left;
	position:relative;
}
.right{
	width:380px;
	float:right;
	position:relative;
}
#footer{
	background-color:#4A5673;
	height:70px;
	width:100%;
	margin: auto;
	text-align:center;
}
