@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main #container {
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D7C689;
}
.main #header {
	padding: 0;
	background-color: #eac76f;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
.main #container #header img {
	float: none;
	padding-left: 0px;
}
.main #nav {
	font-size:1.1em;
	margin: 0px;
	padding: 0;
	background-image: url(images/nav-bg.jpg);
}
.main #nav ul {
	padding-left: 0px;
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
	background-image: url(images/nav-bg.jpg);
}
.main #nav li {
	float: left;
}
.main #nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.main #container #contentcontainer {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-color: #d7c689;
	float: left;
}
.main #mainContent {
	background-color: #d7c689;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	width: 485px;
}
.main #container #sidebarrght {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 245px;
}

.main #homel {
	float: left;
	width: 525px;
	height: 310px;
	margin: 0px;
}
.main #homer {
	float: right;
	width: 245px;
	height: 310px;
	margin: 0px;
}
.main #homebt {
	margin: 0px;
	float: left;
	height: 219px;
	width: 100%;
	background-color: #2B1605;
	background-image: url(images/bottom-links.jpg);
}
.main #b1 {
	width: 190px;
	margin: 0px;
	float: left;
	height: 219px;
	color: #EFAA3D;
}
.homebottxt {
	float: left;
	width: 165px;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 15px;
}
.homebot2 {
	text-align: right;
	float: left;
	width: 170px;
	margin-top: 135px;
}

.homebotbig {
	font-weight: bold;
	font-size: 12px;
}

.main #b2 {
	width: 190px;
	margin: 0px;
	float: left;
	height: 219px;
	color: #EFAA3D;
	padding: 0px;
}
.main #b3 {
	width: 190px;
	margin: 0px;
	float: left;
	height: 219px;
	color: #EFAA3D;
}
.main #b4 {
	width: 190px;
	margin: 0px;
	float: left;
	height: 219px;
	color: #EFAA3D;
}
.main #b1  a {
	text-decoration: none;
	color: #EFAA3D;
}
.main #b2  a {
	text-decoration: none;
	color: #EFAA3D;
}
.main #b3  a {
	text-decoration: none;
	color: #EFAA3D;
}
.main #b4  a {
	text-decoration: none;
	color: #EFAA3D;
}

.main #pagel {
	float: left;
	width: 525px;
	height: 155px;
	margin: 0px;
}
.main #pager {
	float: right;
	width: 245px;
	height: 155px;
	margin: 0px;
}
.main #footer {
	background-color: #150B01;
	color: #D7C689;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 3px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 3px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
.designer {
	color: #D7C689;
}
.picleft {
	float:left;
}
.picright {
	float:right;
}
#hdlk {
	float: right;
	width: 210px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: right;
}
#hdlk a {
	color: #2E1806;
}
