@charset "utf-8";
#wrapper {
	float: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #5f0d19;
	height: 615px;
}
#wrapper_sub {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #5f0d19;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.topnav {
	float: left;
	height: 220px;
	width: 200px;
}
.bottomnav {
	float: left;
	height: 210px;
	width: 200px;
}
#nav_sub {
	width: 148px;
	float: left;
	background-image: url(images/Background-2.jpg);
	background-repeat: repeat;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5f0d19;
	height: auto;
}
#nav_sub li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f0d19;
	list-style-type: none;
}
#nav_sub ul {
	margin: 0px;
	padding: 0px;
}
#nav_sub li a:link, #nav_sub li a:visited {
	display: block;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: .75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f0d19;
	text-decoration:none;
}
#nav_sub li a:hover {
	color:#FFF;
}
#ribbon {
	height: 155px;
	width: 800px;
	float: left;
	background-color: #5f0d19;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ribbon_sub {
	background-color: #5f0d19;
	padding-bottom: 15px;
	height: 155px;
	width: 800px;
}
body {
	background-color: #fbecaa;
}
#content {
	margin-left: 150px;
	background-image: url(images/Background-3.jpg);
	background-repeat: repeat;
	padding-top: 0.5em;
	padding-left: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	height: auto;
	width: auto;
}
#footer {
	clear: both;
	height: 20px;
	background-color: #5f0d19;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	float: none;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
}
#wrapper_sub #content p a {
	text-decoration: underline;
	color: #5f0d19;
}
#wrapper_sub #content p a:hover {
	color:#FFF;
}
#middle_sub {
	background-image: url(images/bkg_content.gif);
	background-repeat: repeat-y;
}
#img_sub {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.topnav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottomnav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color:#00F
}
