/* TWO COLUMN LAYOUT */


body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#00513C
	}
#main_wrapper {
	width:955px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	
	background-color:#7D654B;
	border:hidden;
	border-left: 5px solid #A6A181;
background-repeat:repeat-y;
	}
#header {
	
	}


	

#nav {
	width:195px;
	float:left;
	background-color:#7D654B;


	}
#content {
	width:760px;
	float:left;
	background-color:#d5d0ba;

	}


#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em .5em; /* creates space between the box and the content */
	}
#content_inner { 
	padding:0em 1em 1em 1.5em; 
	
	/* creates space between the box and the content */
	
	}
	
	
	#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	width:953px;
	overflow:hidden;
	border:1px solid #A6A181;
	}
	
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	
	border:1px solid #A6A181;
	background-color:#7D654B;
	width:953px;
	}
	
	
	.style1 {font:"script mt bold"; font-size:18px}
	.style2 {font:"Lucida Calligraphy";}
a:link {
	color: #FFFF66;
}
a:visited {
	color: #FFFF66;
}

.style30
{
	font-family:"Times New Roman", Times, serif;
	font-color:#FFFFFF;
	font-size:16px;
	color: #FFFFFF;
}

.style35
{
	font-family:"Lucida Calligraphy";
	font-color:ffffff;
	font-size:18px;

color: #ffffff:
; 	color: #FFFFFF;
}

