/** 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/headerinner.jpg);
	clear: both;
}
div#enclose{
	float:left;
	width:760px;
	height : auto;
	background-color:#704F33;	
}

div#left{
	width:190px;
	float:left;
	height : auto;
}
div#right{
	float:right;
	width:569px;
	background-color: #b99679;
	height : auto;
}
div#content h1{
	margin:10px;
	text-align:center;
	height : auto;
	} 

div#content p{
	margin:10px;
	text-align:left;
	height : auto;
}    
div#footer{
	clear:both;
	padding-top:1em;
	text-align:center;
	height:56px;
	color:#fff7ec;
	background-color:#521922;
	width:760px;
}
div#copyright{
	float:left;
	padding:0 10px;
	text-align:left;
	font-weight:bold;
}
div#copyright a{
	text-decoration:none;
	color:#fff7ec;
}
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:#3E131A;
	
}
/** button style **/

div.buttonStyle{
	height: 32px;
	text-align:center;
	margin:0 auto;
	margin-left:124px;
}
div.buttonStyle ul{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	float: left;
	width:320px;
	background-image:url(images/buttonoff.gif);
	text-align:center;
	}

div.buttonStyle ul li a{
	width:320px;
	text-decoration:none;
	display : block;
	height:32px;
	line-height:32px;
	vertical-align:middle;	
	border-top:1px solid #6F4A2F;
	border-right:1px solid #6F4A2F;
	border-left:1px solid #6F4A2F;
	font-weight:bold;
}
div.buttonStyle ul li a:visited, div.buttonStyle ul li a:link{
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/buttonoff.gif);
	width:320px;
}
div.buttonStyle ul li a:hover, div.buttonStyle ul li a:active{
	text-decoration:none;
	color:#FEED8F;
	background-image:url(images/buttonon.gif);
	width:320px;
}

div.buttonStyle2{
	height:28px;
	text-align:center;
	margin:0 auto;	
	margin-left:204px;
}
div.buttonStyle2 ul{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	float: left;
	width:160px;
	background-image:url(images/buttonoff.gif);
	text-align:center;
}

div.buttonStyle2 ul li a{
	width:160px;
	text-decoration:none;
	display : block;
	height:28px;
	line-height:28px;
	vertical-align:middle;	
	border-top:1px solid #6F4A2F;
	border-right:1px solid #6F4A2F;
	border-left:1px solid #6F4A2F;
	font-weight:bold;
}
div.buttonStyle2 ul li a:visited, div.buttonStyle2 ul li a:link{
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/buttonoff.gif);
	width:160px;
}
div.buttonStyle2 ul li a:hover, div.buttonStyle2 ul li a:active{
	text-decoration:none;
	color:#FEED8F;
	background-image:url(images/buttonon.gif);
	width:160px;
}
