@charset "UTF-8";

#wrapper{
	position:relative;
	width:900px;
	margin:0 auto;
	line-height:160%;
	color:#666;
	font-size:12px;
}

#header {
    position: relative;
    width : 900px;
    height : 87px;
	/*---_height : 70px;---*/
    margin:  0px;
    padding: 0px;
	/*---background:url(../img/header_top.gif) top center no-repeat;---*/
    background:url(../img/header_top_v2.png) top center no-repeat;
	border-bottom:solid #e4251f 4px; 
}


#main {
    float : left;
    width : 900px;
    margin: 0 0 8px 0;
    padding: 0px;
    text-align: left;
    background: #ededed;
	border-top:solid #e0e0e0 1px;
	border-bottom:solid #e0e0e0 1px;

}

#footer {
    clear : both;
    width: 900px;
	height:70px;
	text-align:center;
}

