@charset "utf-8";
* { 
    margin:0; padding:0; 
}
#content {
	width: 627px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 250px;
	background-color: #FFF;
	margin-top: -125px;
	margin-left: -313px;
	z-index: 100;
	padding: 10px;
}
#stripe{
    width: 100%;
    height: 345px;
    position: absolute;
    top: 50%;
    background-color: #663333;
    margin-top: -172px;
}
#spacer{
	  width: 100%;
    height: 15px;
	background-color: #663333;	
}

html,body {
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	background-image: url(../images/pattern.gif);
	color: #000;
}
.wood{
    height: 55px;
    width: 100%;
    background-image: url(../images/wood.jpg);
    background-repeat: repeat-x;
}
#news{
	float: right;
	position: relative;
	width: 300px;
	padding: 0px;
	margin: 10px;
}
#menu {
	width: 300px;
	margin-top: 25px;
}
