BODY{
	margin:0;
	padding:10px;
	background-color: #808080; /* 50% Grey */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#837769;
	}

.cleaner {
	clear:both;
	height:1px;
    line-height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
    background:transparent;
	}

#wrapper {
	width:1000px;
	min-height:675px;
	margin:0 auto;
	background-color: #000000;
	}
#top{
	width: 100%;
	height: 343px;
	background: url(../images/masterTop.jpg) no-repeat;
	}

#body{
	width:100%;
	min-height:300px;
	background:#13100d url(../images/masterBody.jpg) repeat-x;
	border-top:1px solid #2c2723;
	border-bottom:1px solid #2c2723;
	}
	
#bodyContainer{
	width:90%;
	margin:0 auto;
	}
	
#menu{
	width:100%;
	height:22px;
	margin:0 auto;
	padding:5px 0;
	}
	
#content{
	position:relative;
	width:100%;
	margin:30px 0 42px;
	}
	
#footer {
	margin:0;
	padding:10px;
	font-size:10px;
	}
	