/** STYLE FOR INNER PAGES **/
body {
	background-color: #b99679;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:0;
	text-align:center;
}
html {
	min-height:100%; 
	margin-bottom:1px;
}
h1{
	font-size:13px;
}
div#wrapper{
	width:760px;
	border:1px solid #6F4A2F;
	margin:10px auto;
}

div#header{	
	width:760px;
	height:131px;
	background-image:url(images/header.jpg);
	clear: both;
}
div#enclose{
	float:left;
	width:760px;
	background-image:url(images/innersidebarimg.jpg);
	background-repeat:no-repeat;
}

div#left{
	width:189px;
	float:left;
	border-right:1px solid #6F4A2F;
}
div#center{
	background-image:url(images/centerimg.jpg);
	background-repeat:no-repeat;
	float:left;
	border-right:1px solid #6F4A2F;
}
div#center img{
	margin-top:182px;
	text-align:left;
}
div#right{
	float:right;
	width:358px;
}
div#content{
	z-index:0;
}
div#content h1, div#content p{
	margin:10px;
	text-align:left;
} 
div#footer2{
	clear:both;
	text-align:center;
	height:24px;
	background-color:#9d7d64;
	width:760px;
	font-weight:bold;
	padding-top:.5em;
	color:#000000;
	border-top:1px solid #521922;
} 
div#footer2 a{
	color:#000000;
	text-decoration:none;
}  
div#footer2 a:hover, div#footer2 a:active{
	text-decoration:underline;
}
div#footer{
	clear:both;
	padding-top:1em;
	text-align:center;
	height:76px;
	color:#fff7ec;
	background-color:#521922;
	width:760px;
}
div#copyright{
	float:left;
	text-align:left;
	font-weight:bold;
	width:33%;
	padding-left:5px;
}
div#copyright a{
	text-decoration:none;
	color:#fff7ec;
}
div#copyright a:hover, div#copyright a:active{
	text-decoration:underline;
}
div#bottomLink{
	float:left;
	text-align:center;
	width:25%;
	font-weight:bold;
}
div#bottomLink a{
	color:#fff;
	text-decoration:none;
}
div#bottomLink a:hover, div#bottomLink a:active{
	color:#fff;
	text-decoration:underline;
}

div#quote{
	float:right;
	text-align:right;
	font-weight:bold;
	width:40%;
	padding-right:5px;
}
/*  SCROLL STYLING */

.container {
	width:320px; 
	position:relative; 
	margin:0 auto; 
	text-align:center; 
	background-color:#E6CEBF;
	font-size:10px;
}
.textBody {
	text-align:left;
	padding:0 5px 10px 5px;
	width:320px; 
	height:350px;
	overflow: scroll;
}
h1.headline {
	padding:5px 0 5px 0; 
	font-size:13px;
}
a:link, a:visited{
	color:#521922;
}
