body {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../images/paintBG.jpg) repeat;
}
.oneColFixCtrHdr #container {
	width: 800px;  
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	
}
.oneColFixCtrHdr #header {
	background: url(../images/dogdaysBanner3.jpg) no-repeat;
	height: 150px;
	clear: both;
}

.oneColFixCtrHdr #mainContent {
width: 800px;
height: 418px;
background: url(../images/blueBackground.gif) no-repeat 
}
img a{
	border: none;
}

img.scrapQuote{
	float: left;
	border: 0;
	margin: 79px 0 0 38px;
}
img.journal{
	float: left;
	border: 0;
	margin: 30px;
}
img.tornPaper{
	float: left;
	margin: 12px 0 0 16px;
	z-index: 0;
	}
img.Lulu {
	float: left;
	border: 0;
	margin: -75px 0 0 38px;
}
#charThumbs{
float: left;
margin-left: 82px;	
}

img.thumbs{
	float: left;
	padding: 5px;
	border: none;
}

#contentRight{
	float: right;
	margin: -390px 25px 0 0;
	
}
#contentRightBio{
	float: right;
	margin: -335px 25px 0 0;
	
}

/* My Comment */
#contentLeft{
	float: left;
	margin: -390px 0 0 0;
}	
#contentLeftPoly{
	float: left;
	margin: -335px 0 0 50px;
		
	
}
img.map{
	margin: 23px 0 0 34px;
	
}
img.meet{
	margin: 47px 0 18px 222px;
	float: left;
}
img.nextBtn
{
float: right;
margin-right: 25px;
border: none;	
}
img.prevBtn
{
float: right;
border: none;	
}



img.mapEnlarge{
	float: left;
	margin: 8px 0 0 0;
	border: none;
}

.clear{
	clear: both;
}
/********* NAVIGATION ************/

#navContainer ul{
list-style-type: none;
font-family: "Courier New", Courier, mono;
font-size: 14px;
text-align: center;
height: 32px;
background-color: #d89728;
line-height: 32px;
margin: 0;
padding:0;

}
#navlist li {
display: inline;
margin: 0 5px 0 0; 
padding-right: 12px;
border-right: 1px solid #fff;
}

#navlist li.last{
	border-right: 0;
}

#navlist li a {
text-decoration: none;
color: #fff;
}
#navlist a:hover{
	color: #274b71;
}

#navlist a:active{
	color: #274b71;
}

/********* NAVIGATION ENDS ************/




