/* CSS Document */
body {
	margin: 0px 2px;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: left;
	font-size:1em;
}

/* layout */
#page {
 	position: relative;
 	width: 776px;
  	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack - sets all text back to default left align*/
}

#wrap {
	position: relative;
	min-height: 100%;
	background-color: #cac696;
}

#content {
	position: relative;
	width: 776px;
	height:100%;
	margin: 0px 0px;
	border-left: 2px solid #e5e2b8;
	border-right: 2px solid #e5e2b8;
	border-bottom: 2px solid #e5e2b8;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 772px;
}
html>body #content{
	width: 772px;
}

/* FLOAT CLEARING FIX ---------------------------------------------*/
/* Apply [class]:after to float containers */
.clearfix:after {color:#FFFFFF;content:"";display:block;height:0;clear:both;}
/* APPLIED FOR FIXING IE/MAC RENDER AND IE7/WIN */	
.clearfix{display: inline-table;zoom:1;} 
/* Hides from IE Mac and Applied to IE/WIN Only \*/ 
* html .clearfix {height: 1%;}
.clearfix {display:block;} 
/* FLOAT CLEARING FIX ---------------------------------------------*/

/*----- SPACER FOR SHORT CONTENT -----*/
#shim150{
	margin: 0px 0px;
	padding: 0px 0px;
	clear: both;
	height: 150px;
}
#shim200{
	margin: 0px 0px;
	padding: 0px 0px;
	clear: both;
	height: 200px;
}
#shim250{
	margin: 0px 0px;
	padding: 0px 0px;
	clear: both;
	height: 250px;
}
