﻿body {
	font-family: Verdana, Crescent, Arial, Helvetica;
	font-size: 0.8em;
	color: #800000;
	background-color: #95561C;
	background-image:url('../images/back_body.jpg');
	background-repeat:repeat-x
	
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
	background : #fbefcf;
	background-image:url('../images/wrr_topline_moyo.jpg');
	background-repeat:no-repeat;
	border: 2px solid #95561C;
	border-collapse : separate;
}

#header {
	width : 1000px;
	height : 250px;
}

#menu {
}
#sidebar {
	float: right;
	width: 220px;
	height: 200px;
	max-height:200px;
	margin-right:10px;
	margin-top:5px;

}
#content {
	background-image: url('../images/back_content.png')!important;
	background-image: url('../images/back_content.jpg');
	background-repeat: repeat;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	width : 96%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #95561C;
	overflow: inherit;

}
#footer {
	position: relative;
	text-align : center;
	width : 1000px;
	height : 25px;
	background-image:url('../images/back_footer.jpg');
	background-repeat:repeat
	
}



