﻿/* The .menu section must remain at the top */
.menu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu ul {
	background: #27140A;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	padding: 0px;
}
.menu li a {
	background: #27140A url("images/seperator.gif") bottom right no-repeat;
	color: #cccccc;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a {
	background: #68432F url("images/hover.gif") bottom center repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li ul {
	background: #27140A;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 225px;
	z-index: 200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul {
	display: block;
}
.menu li li {
	background: url('images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 225px;
}
.menu li:hover li a {
	background: none;
}
.menu li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a {
	background: #68432F url('images/hover_sub.gif') center left no-repeat;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}
.menu p {
	clear: left;
}
h2 {
	background: url('images/underline.gif') repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #27140A;
}
p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #27140A;
	margin-top: 3px;
}
div.content {
	padding-left: 5px;
	min-height: 400px;
}
div.layout {
	border: 3px #27140A solid;
	width: 900px;
	top: 15px;
	margin: 0 auto 0 auto;
	height: 100%;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFF6EC;
}
div.header {
	height: 142px;
	background-color: #FFDAAE;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	background-color: #090000;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
div.footer {
	position: relative;
	width: 100%;
	height: 15px;
	background-color: #27140A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #27140A;
	background: url('images/footer.jpg');
	left: 0px;
	top: 0px;
	height: 19px;
	padding-top: 6px;"
}
div.posts {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #FFDAAE;
}
div.image-rotator {
	position: relative;
	float: right;
}
img.rightpad {
	margin-right: 5px;
}
img.padleft {
	margin-left: 10px;
}
