@charset "utf-8";

/* Top Block */

#contenair{
width:800px;
min-height:100%;
margin:0 auto 0 auto;
border-left:1px solid #666;
border-right:1px solid #666;
background:#ffffff url(/images/bg_cont.gif) repeat-y center top;
}

#menu_cont{
	width:800px;
	height:40px;
	margin:0 auto 0 auto;
}



#flash{
	margin:0 auto 0 auto;
	background-color:#FFF;
}

#contents{
width:760px;
padding-bottom:40px;
margin:10px auto 0 auto;

}


#info{
width:542px;
float:left;
}

#banner_area{
width:190px;
float:right;
padding:10px 5px 0 5px;
background-color:#eee;
}


#footer{
width:780px;
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
}


