
	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: 870px;
	margin: 0 auto;
	background: transparent;
	border-bottom: #7a6652 1px solid;
	}
	
	#header{
	height: 592;
	background: transparent;
	text-align: center;
	}
	
	#left {
	float: left; 
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px;
	}
	
	#left img {
	float: left;
	padding: 0px 10px 5px 0;/*padtop padright padbottom padleft*/
	}
	
	#right {
	float: right;
	width: 412px;
	border-left: 1px solid #7a6652;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px 12px 12px 20px;/*padtop padright padbottom padleft*/
	}
	
	#right img {
	float: right;
	padding: 0px 0 5px 10px;/*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;
	}
	
	#footer img {
	clear: left;
	margin-left: 20px;
	margin-right: 6px;
	}
	
	p {
	font-size: 70%;
	font-weight: bold;
	}
	
	#left p{
	font-size: 70%;
	font-weight: bold;
	}
	
	#right p {
	font-size: 70%;
	font-weight: bold;
	}
	
	.title {
	font-style: italic;
	color: #996633;
	}
		
	.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;}	