html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fcfae3;
	color: #c7a84e;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-serif;	
	height: 100%;
}
	
p {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	padding-left: 10px;
}


#page {
	position:relative;
	margin: 0;
	float: right;
	width:750px;	
	height:auto !important;
	height:100%;
	min-height:100%;
	background: url('images/contentbg2.jpg') repeat-y;
}

#header {
 	background-image: url('images/header.jpg');
	width: 100%;
	height: 344px;}

	
#pagebody {
	width: 750px;
	text-align: left;

	}

#sandrockfeet {
	width: 750px;
	height: 73px;
	background: url('images/contentbg.jpg') no-repeat;
	}


#main {
	width: 380px;
	float: right;
	padding: 5px;
	margin-right: 22px;
	margin-top: -70px;
	
	}


#sidebar {
	width: 280px;
	float: left;
	padding: 5px;
	margin-top: -70px;
	margin-left: 40px;
	
}

#sidebar ul {
	width: 280px;
	margin: 0px;
	padding: 0;
	list-style-type: none;

}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #eae4aa;
	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: #c6cc68;}

#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: 750px;
	height: 57px;
	bottom: 0px;
	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: #ccb14a; }

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

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



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

h2:first-letter {
color: #c6cc68;
font-size: 27px;
}

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

}

h4 {
	color: #f7f4a5;
	font-size: 14pt;
	font-family: 'Times New Roman', Georgia, Serif;
	text-align: center;
	letter-spacing: 4px;
	border: 1px solid #f7f4a5;
	background-color: #c6cc68;
	margin-top: 15px;
	margin-bottom: 5px;
}


img {
	border: 0px;
}
