/* Layers */

div#container {
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
	/** border: 1px solid black; **/
}

div#nav {
	display: none;
	position: relative;
	width: 767px;
	height: 83px;
	margin: auto;
	background-image: url(assets/images/logo.jpg);
	padding-top: 27px;
	padding-left: 33px;
}

div#content {
	position: relative;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
}

div#footer {
	display: none;
	position: relative;
	width: 800px;
	height: 36px;
	background-image: url(assets/images/footer-bg.gif);
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	color: white;
}

div#submenu {
	display: none;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/* Body Styles */

body {
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #663300;
}

img {
	border: 0px;
}

div#content p {
	line-height: 20px;
}

table#images {
	border: 3px solid #AC2622;
	background: #AC2622;
	width: 614px;
	margin: auto;
}

table#images td {
	padding: 3px;
}

.floatleft {
	position: relative;
	float: left;
	padding-right: 10px;
}

.floatright {
	position: relative;
	float: left;
	padding-left: 10px;
}

h1 {
	font-size: 18px;
	color: #b12723;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetic, Sans Serif;
	color: #584e44;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 4px;
}

table.center {
	width: auto;
	margin: auto;
	position: relative;
}

table.center td {
	padding: 0px 25px 0px 25px;
	vertical-align: top;
	margin: 0px;
}

/* Link Styles */

div#footer a {
	font-size: 13px;
	color: white;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

div#footer a:hover {
	color: #e3d5a5;
}

div#submenu a, a.:visited, a:active {
	font-family: Verdana, Arial, Helvetic, Sans Serif;
	color: #584e44;
	font-weight: bold;
	font-size: 10px;
}

a {
	color: #b12723;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #884c05;
}

a:hover {
	text-decoration: underline;
}