/** STYLE FOR INNER PAGES **/
body {
	background-color: white;
	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:780px;
	border:2px solid gray;
	margin:10px auto;
}

div#header{	
	width:780px;
	height:131px;
	background-image:url("images/headerinner.jpg");
	clear: both;
}
div#enclose{
	float:left;	
	width:780px;
	background-color: Gray;
		
}

div#left{
	width:190px;
	float:left;
	height:400px;
	background-image:url("images/innersidebarimg.gif");
	font: normal bold;
}
div#right{
	float:right;
	width:590px;
	height:400px;
	background-color: #b99679;
	height : auto;
	
}
div#content h1{
	text-align:center;
	height : auto;
	} 

div#content p{
	text-align:left;
	height : auto;
	text-indent : 10px;
}    
div#footer{
	clear:both;
	padding-top:1em;
	height:50px;
	color:black;
	background-color: #C0C0C0;
	width:780px;
}
div#copyright{
	float:center;
	padding:0 10px;
	font-weight:bold;
}
div#copyright a{
	text-decoration:none;
	color:#580a15;
}
div#copyright a:hover, div#copyright a:active{
	text-decoration:underline;
}
div#quote{
	float:right;
	padding:0 10px;
	text-align:right;
	font-weight:bold;
}
a:link, a:visited{
	color: black;
	text-decoration:none;
}




