body {
	margin: 0px auto;
	background-color: #a97c40;
	text-align: center;
	color: #986b24;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-serif;}
	
p {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
}

#page {
	margin: 0px auto;
	width: 700px;
	background: #fff4d7 url('images/contentbg.jpg') repeat-y;
	}
#h1 {
 	background-image: url('images/header1.jpg');
	width: 100%;
	height: 128px;}
#h2 {
 	background-image: url('images/header2.jpg');
	width: 100%;
	height: 58px;}
#h3 {
 	background-image: url('images/header3.jpg');
	width: 100%;
	height: 89px;}
#h4 {
 	background-image: url('images/header4.jpg');
	width: 100%;
	height: 64px;}
	
#pagebody {
	width: 700px;
	text-align: left;}


#main {
	width: 500px;
	float: right;
	padding: 5px;
	
	}

	

#sidebar {
	width: 180px;
	float: left;
	padding: 5px;
	margin-top: -80px;
	
}

#sidebar ul {
	margin-right: 10px;
	padding: 0;
	list-style-type: none;

}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #6f4a11;
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Serif;
	padding-left: 6px;
	letter-spacing: 4px;
	height: 17px;
	display: block;
	margin-bottom: 2px;
	background-color: #fff2bb;}

#sidebar ul li a:hover {
	color: #a97c40;
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Serif;
	padding-left: 10px;
	letter-spacing: 4px;
	display: block;
	background-color: #fff2bb;}
#footer {
	width: 700px;
	height: 121px;
	background: #fff4d7 url('images/footer.jpg') no-repeat;
	text-align: center;
	clear: both;}



a:link, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #a97c40;
}

a:visited {
	font-weight: bold;
	color: #e89e51; 
	cursor: help;
}

a:hover {
	color: #e89e51;
	cursor: help;
}


b, u, i, strong, em {
	color: #ebb555; }

blockquote
{
	background-color: #fff2bb;
	width: 60%;
	padding: 4px;
	padding-left: 20px;}

input, textarea, select, td, th {
	background-color: #fff2bb;
	border: 0px;
	padding: 2px;
	margin: 2px;}



h2 {
	color: #6f4a11;
	font-size: 17pt;
	font-family: 'Times New Roman', Georgia, Serif;
	margin-top: -1px;
	margin-bottom: -10px;
	font-weight: bold;	
	padding-left: 5%;
	font-variant: small-caps;
	margin-left:15px;
	}

h2:first-letter {
color: #e89e51;
font-size: 27px;
font-style: italic;
}

h3 {
	color: #6f4a11;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', Serif;
	text-align: center;
	letter-spacing: 4px;
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: 1px dotted #6f4a11;

}

h4 {
	color: #ebb555;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', Serif;
	text-align: center;
	letter-spacing: 4px;
	border-bottom: 1px solid #ebb555;
	margin-top: -2px;
}


img {
	border: 0px;
}
