.wrapper
{
	padding: 5px;
	/*background: #FFFFD9 url(images/bgContent.jpg) repeat-y center top;*/
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	min-height:100%;

	/*
	border-bottom: 1px solid #888;
	*/
}
.photos
{
	position: absolute;
	
	/*
	float: left;
	overflow:hidden;
	width: 728px;
	*/
}

.navbar
{
	/* was sidebar 
	background-color: #CCCCD8;
	*/
	float: left;
	width: 11.1em; /*modifies gap to content text*/
	margin: 5px 5px 0px 0px;
	padding: 0px;

}
/*put a left margin in there for Mozilla*/
.wrapper>.navbar {margin-left:5px;}

.banner{
position:absolute;
top:0;
left:0;
width:100%;
height:110px;
/*overflow:hidden;*/

}
/*Positioning of elements based on this article: http://www.pmob.co.uk/temp/3colfixedtest_explained.htm by Paul O'Brien*/
#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/
#clearheader{height:120px;}/*needed to make room for header*/
html>body .wrapper{
	height:auto;
	padding: 0;
	
} /*for Mozilla*/
/*html>body .footer{margin-top: -71px;} Clears vertical scroll bar for Mozilla*/
html,body{height:100%;font-size:0.9em;} 

.footer
{
	clear: both;
	width: 728px;
	/*height: 20px;*/
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;

	
	padding: 15px 0px 0px 0px; /*adds 5px to bottom of footer closing the gap to the bottom of the page*/
	/*
	
	font-size: x-small;
	background: #D9D8CC
				#FBD76A orange
				#e7dbce brown
				#bdd7de pale green-blue
	*/
	
	/*border-bottom: 1px solid #663300;*/
}

body>.footer{padding:5px 0px 0px 0px;}

.footerLogo {
	padding:12px 0px 0px 0px;
	margin:0px 0px 0px 15px; /*top right bottom left - "mnemonic=true believers"*/
	float: left;
}

.wrapper>.content{	margin: 0px 10px 10px 175px;} /*IE and Mozilla have different ideas on box model so lining up requires different left margin settings*/
.content
{
	position: relative;
	margin: 0px 10px 10px 160px;
	padding: 0;

	/*height: 100%;*/
	/*	
	color: #FFFFFF;
	*/
}
hr
{
	display: block;
	clear: both;
	visibility: hidden;
}

body
{
	/*
	background: #ccd2de url(images/bg.jpg) repeat-y center top;
		#005000
		#cebaad
		ffec85
		fff4be cream
		fef9d3 paper
		F3EEE6 dirtworksclassic
		
	*/
	background: #fef9d3 url(image/bgMandala.gif) repeat-y center top;
	margin: 0;
	padding: 0;
	
	
}
