html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2a21;
	}

body { background-color: #352513; }

#container {
	width: 960px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../i/Back.jpg)
}

#header {
	padding: inherit;
	background-image: url(../i/Header.jpg);
	background-repeat: no-repeat;
	height:525px;
}

#body {
	padding-left: 95px;
	padding-right: 95px;
	padding-top: 0px;
	padding-bottom: 536px; /* Height of the footer */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 536px; /* Height of the footer */
	background-image: url(../i/Footer.jpg);
	margin-bottom: auto
}

/* other non-essential CSS */

#header p,	#header h1 {
	margin: 0;
	padding: 10px 0 0 10px;
}

#footer p {
	margin: 0;
	padding: 0px;
}

#Sub {
	position: absolute;
	left: 971px;
	top: 2px;
	width: 120px;
}

#content {  }

h2 { font: small-caps 42px Georgia, "Times New Roman", Times, serif; color: #cd3202;}

a { color: #4784be; }

a:hover { text-decoration:none; color: #345f88; }

.float-left { float:left; margin:0 15px 15px 0 }
.float-right { float:right; margin:0 0 15px 15px }

.browse-bar { background: #bc210c; font-variant: small-caps; font-family: Georgia, "Times New Roman", Times, serif;}
.browse-bar ul { list-style:none; margin: 0; padding: 5px; }
.browse-bar li { float: left; font-size: 22px;}
.browse-bar li a { color: #ffffff; display: block; padding: 0 10px ; text-decoration:none }

.browse-bar ul:after { display: block; content:" "; clear: both; }

hr { visibility:hidden; clear:both; }

#join-us { background: #666; height: 100px; width:100px; position:absolute; right:0; top: 50%; display:none; }
