body {
	font-family:  Arial, Helvetica, sans-serif;
	background: #311616 url(../images/woodBG.jpg) center 0 repeat-x;
}
a {
	text-decoration: underline;
}



/* main container blocks */
#container {
	background: #B31717;
	width: 100%;
	padding: 0 0 20px 0;
}
#subcontainer {
	width: 1000px;
	text-align: center;
	margin:  0 auto;
	overflow: hidden;
}
#footer {
	background: #311616 url(../images/footerBG.png) repeat-x;
	border-top: 3px solid #ac763d;
	text-align: center;
}
#footerInt {
	padding: 20px 20px 100px 100px;
	font-size: 12px;
	color: #c79883;
	width: 900px;
	text-align: left;
	margin: 0 auto;
}


/* popup */
#pop {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
}
#pop h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#pop p {
	margin: 0 0 20px 0;
}



/* clear fix for floats */
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */