/* CSS Document */

@charset "utf-8";


#wrapper{
	padding-top:20px;
}
#header{
	width:952px;
	margin:0 auto;
	padding-left:2px;
}
#menu{
	padding-top:8px;
}
#menu #me_left{
		float: left;
		width: 50%;
		margin-right: -477px;
}
#menu #me_left p{
		z-index:1;
		height:31px;
		margin-right: 477px;
}
#menu #me_center{
		z-index:1;
		float: left;
}
#menu #me_right{
		z-index:1;
		float: right;
		width: 50%;
		margin-left: -477px;
}
#menu #me_right p{
		height:31px;
		margin-left: 477px;
		background-image:url(../img/m_right_repe.gif);
		background-repeat:repeat-x;
}

#menu ul{
	z-index:999;
	position:relative;
	width:954px;
}
#menu ul li{
	width:180px;
	float:left;
}
#menu ul li a{
	width:180px;
	display:block;
}

#content{
	width:952px;
	padding-left:2px;
	margin:0 auto;
	min-height:300px;
	margin-top:8px;
}
h1{
	font-size:16px;
	line-height:24px;
	color:#AC1717;
	margin-bottom:3px;
}



#footer{
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}