@charset "utf-8";

/* block */
@media screen{
	
#wrapper{
	width:900px;
	min-height:100%;
	margin:0 auto 0 auto;
	background:url(/images/wrapper_bg.jpg) no-repeat 0 128px;
}

#png_bg{
	width:900px;
	min-height:100%;
	background:url(/images/navi_bg.png) repeat-y 20px 0;

}

#header{
	width:900px;
	height:91px;
	margin:0 auto 0 auto;
	background:url(/images/header_bg.gif) repeat-x left top;
	border-bottom:3px solid #C63;
}

#flash{
	width:900px;
	height:247px;	
}

#menu{
	width:900px;
	height:37px;
	background:url(/images/menu_bg.gif) repeat-x left top;
	border-top:1px solid #cd7979;
	border-bottom:1px solid #333;
}

#contenair{
	width:860px;
	margin:20px auto 0 auto;
}


#navigation{
	width:173px;
	float:left;

}

#main{
	width:665px;
	float: right;
}

#info{
	width:474px;
	float:left;
	margin-left:20px;
}

#banner{
	width:173px;
	margin-top:10px;
	float:right;
}


#footer{
	padding-top:80px;
	padding-bottom:30px;
	clear:both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

}
