@charset "UTF-8";
	
/*********//*********//*********
FONTS
/*********//*********//*********/
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	letter-spacing:-1pt;
	}
	
/*********//*********//*********
MAINSTAGE CONTENT
/*********//*********//*********/

/*dropshadow box*/
.center #container {
	position:static;
	width: 700px;
	height:auto;
	margin: 0 auto;
	padding-bottom:0px;
	text-align: left; 
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#542714;
	background-image:url(../img/bg_tile.jpg);
	background-repeat:repeat-x;
	text-align: center;
	}
	
.mainstage {
	position:static;
	width: 700px;
	height:auto;
	margin-left:0px;
	background-color:#FFF; /** MATCH RIGHTBAR **/
	text-align: left;
	}
	
/**************************
HEADER
***************************/

#header {
	width:700px;
	height:850px;
	background-color:#000; /* tan */
	}
	
/*********//*********//*********
FOOTERS
/*********//*********//*********/
	
#footer {
	position:static;
	padding-bottom:5px;
	padding-top:5px;
	width:700px;
	height:auto;
	color:#CCCC99;
	background-color:#542714;
	font-size:9px;
	font-family:serif;
	text-align:right;
	}
	
#footer a {
	text-decoration:none;
	color:#996633;
	}
#footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}