* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Calibri, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 13px;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #000;
}
h1, h2, h3, h4, h5, strong em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #7B2E00;
	font-size: 30px;
	border-bottom: 3px solid #CEBBAF;
	border-bottom-style: double;
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
h2, strong em {
	color: #403730;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px;
}
ul {
	font-size: 12px;
}
ul li {
	margin: 5px 0 5px 10px;
	list-style-position: outside;
}
p {
	margin: 0 0 20px;
}
a {
	color: #7B2E00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#banner img {
	padding: 10px 0 0;
}
#page {
	text-align: left;
	width: 764px;
	margin: 0 auto;
	background: #252525;
}
#page .z {
	background: url(images/border_repeat_v.png) repeat-y center top;
}
#page .y {
	background: url(images/border_top.png) no-repeat center top;
}
#page .x {
	padding: 7px;
	background: url(images/border_bottom.png) no-repeat center bottom;
}
#page .w {
	background: #534741 url(images/columns_bg.png) repeat-y center top;
}
#main-nav {
	font: italic 18px/30px Georgia, "Times New Roman", Times, serif;
	height: 43px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	background: #7B2E00 url(images/main-nav_bg.png) repeat-x left center;
}
#main-nav li {
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
#main-nav a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 37px;
	height: 37px;
	margin: 3px 0;
	display: block;
}
#main-nav a:hover {
	border-left: 1px solid #B3724B;
	border-right: 1px solid #B3724B;
	background: #995025 url(images/main-nav_bg_hover.png) repeat-x left center;
}
#nav {
	color: #BAB5B3;
	margin: 0 1px 0 0;
	width: 149px;
	float: left;
	background: #534741;
}
#nav ul {
	margin: 0 0 20px 0;
}
#nav ul li {
	margin: 0;
	list-style: none;
}
#nav h2 {
	color: #FFF;
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #857C78;
}
#nav a {
	font-weight: normal;
}
#page .nav-alt {
	font-family: Calibri, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	background: #534741;
	float: none;
}
#page .nav-alt li {
	float: none;
}
#page .nav-alt a {
	color: #bab5b3;
	text-decoration: none;
	line-height: normal;
	height: auto;
	padding: 3px 10px;
	display: block;
}
#page .nav-alt a:hover {
	color: #FFF;
	padding: 2px 10px;
	border-top: 1px solid #857C78;
	border-bottom: 1px solid #857C78;
	border-left: none;
	border-right: none;
	background: #675C57;
}

#content {
	width: 600px;
	float: left;
	background: #EAEAEA;
}
#content .padding {
	padding: 15px;
}
#contact {
	width: 150px;
	margin: 0 0 0 15px;
	float: right;
}
#contact h2 {
	color: #7B2E00;
	font-size: 20px;
}
#contact h3 {
	color: #555;
	font-size: 16px;
	font-style: italic;
}
#footer {
	color: #BAB5B3;
	font-size: 12px;
	padding: 5px 0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.inset-left {
	float: left;
	margin: 0 15px 5px 0;
}
.inset-right {
	float: right;
	margin: 0 0 5px 15px;
}
.fine-print {
	color: #666666;
	font-size: 11px;
}
.clear {
	clear: both;
}

.li{
	font-family: Calibri, Helvetica, "Trebuchet MS", sans-serif;
}