@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.homelk {
	font-size: 0.8em;
}
.main #container {
	width: 770px;  /* using 30px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.main #header {
	padding: 0;
	background-color: #4D2B22;
	background-image: url(images/header-bg.jpg);
	height: 74px;
	margin: 0px;
	float: left;
}
.main #container #header img {
	float: left;
	padding-left: 0px;
}
.main #nav {
	font-size:0.7em;
	float: right;
	margin: 0px;
	padding: 0;
	background-image: url(images/nav-bg.jpg);
}
.main #nav ul {
	list-style: none;
	width: 510px;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main #nav li {
	float: left;
}
.main #nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.main #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.main #container #contentedit {
	margin: 0px;
	width: 770px;
}
.main #pagetop {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 58px;
	width: 770px;
	background-image: url(images/pagebg-top.jpg);
	background-repeat: no-repeat;
}
.main #pagebott {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 770px;
	background-image: url(images/pagebg-bot.jpg);
}
.main #pageleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}
.main #pageright {
	float: right;
	width: 500px;
	margin-left: 60px;
}
.main #container #contentpage #pagecontent #pageright p {
	padding-right: 30px;
	font-size: 0.9em;
}

.main #pageleft img{
	padding: 7px;
	float: left;
    border-style: none;
}
img
{  border-style: none;
}
.main #pagecontent {
	background-image: url(images/pagebg-tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 770px;
}

.main #container #contentpage {
	margin: 0px;
	width: 770px;
}
.main #homel {
	float: left;
	width: 225px;
	height: 347px;
	margin: 0px;
}
.main #homer {
	float: right;
	width: 545px;
	height: 347px;
	margin: 0px;
	background-image: url(images/home-toprght.jpg);
}
.main  h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5B2802;
	padding: 5px;
}
.main  h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5B2802;
	padding: 5px;
}
.main #homer #hmcont {
	float: right;
	width: 480px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 10px;
}
.main #homer #home3 {
	float: left;
	width: 160px;
}
.main #homebl {
	float: left;
	width: 385px;
	height: 226px;
	margin: 0px;
	background-image: url(images/home-bottom.jpg);
	background-repeat: no-repeat;
}
.main #homebr {
	float: right;
	width: 385px;
	height: 226px;
	margin: 0px;
	background-image: url(images/home-bottom.jpg);
	background-repeat: no-repeat;
}
.main #homebr .btcont {
	float: right;
	width: 340px;
	margin-right: 10px;
	margin-top: 10px;
}
.btcont2 {
	float: left;
	width: 340px;
	margin-left: 15px;
	margin-top: 10px;
}
.main #container #contentedit #homebr .gal3 {
	padding: 1px;
	float: left;
	width: 110px;
}
.gal4 {
	padding: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.picleft {
	float:left;
	margin-right: 5px;
	border: 1px solid #351A07;
}
.main #footer {
	color: #FFFFFF;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}
.homelk {
	font-size: 0.8em;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.designer {
	color: #FFFFFF;
}
