
	body {
	text-align:center;
	color: Black;
	background-color: #ad9985;
	background-image: url(imgbacks/parchment_b_010.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	letter-spacing: 0.01em;
	line-height: 1.2em;
	margin: 10px 0;
	}
	   
	#wrapper {
	text-align: left;
	width: 880px;
	margin: 0 auto;
	border-bottom: #7a6652 1px solid;
	}
	
	#header {
	height: 118px;
	margin-left: 6px;
	margin-bottom: 0;
	text-align: left;
	}
	
	.img {
	border: none;
	}
	
	#left {
	float:left;
	width: 190px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0 10px 0 6px;/*padtop padright padbottom padleft*/
	}
	
	.imageleft {
	float: left;
	padding: 4px 14px 8px 0;/*padtop padright padbottom padleft*/
	}
	
	#right {
	float:right;
	width: 622px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 6px;
	border-left: 1px solid #7a6652;
	padding: 0 4px 0 22px;/*padtop padright padbottom padleft*/
	}
	
	.rightbloc {
	float: left;
	border-bottom: 1px solid #7a6652;
	margin-bottom: 12px;
	padding: 0 0 16px 0;
	}
	
	p {
	font-size: 70%;
	font-weight: bold;
	}
	
	.pagemark {
	margin-bottom: 12px;
	}
	
	.left p {
	float: left;
	font-size: smaller;
	font-weight: normal;
	}
	
	#right p {
	font-size: 70%;
	font-weight: bold;
	}
	

	.imageright {
	clear: left;
	float: right;
	padding: 8px 0 8px 14px;/*padtop padright padbottom padleft*/
	}
	
	#footer {
	clear:both;
	height:41px;
	text-align: center;
	border-top: 1px solid #7a6652;
	}
	
	#footer p {
	margin-top: 10px;
	font-size: 60%;
	font-weight: normal;
	color:#3d3129;
	background-color: transparent;
	}
	
	.icon {
	float: right;
	padding: 0 12px 8px 0;/*padtop padright padbottom padleft*/
	}
	
	.heading {
	margin-top: 0;
	margin-bottom: 0;
	}
	
	.title {
	font-style: italic;
	color: #996633;
	}
	
	.slant {
	font-style: italic;
	}
	
	.h1 {
	color: #7a6652;
	font-size: 110%; 
	border-bottom: 2px solid #7a6652;
	background-color: transparent;
	}
	
	.h2 {
	font-size: 105%;
	color: #7a6652;
	margin: 12px;
	background-color: transparent;
	}
	
	.h3{
	font-size: small; 
	color: #996633;
	background-color: transparent;
	}
	
	.validbutton {
	border: 1px solid #3d3129;
	padding: 4px;
	margin-left: 20px;
	}
	
	
	a:link {color:#663333; 	background-color: transparent; }
	a:visited {color:#663333; 	background-color: transparent; }
	a:active {color:#663333; 	background-color: transparent; }
	a:hover {color: #7a6652; text-decoration:none; 	background-color: transparent; }	