*
{
	color: #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html
{
	background: transparent url(../images/bg_wood.jpg);
}

a
{
	color: #efefef;
}

a.none
{
	color: #cdcdcd;
	text-decoration: none;
}

img
{
	border: none;
}

h1
{
	color: #efefef;
	font-size: 36px;
}

h2
{
	color: #efefef;
	font-size: 30px;
}

h3
{
	color: #efefef;
	font-size: 24px;
}

h4
{
	color: #af9580;
	font-size: 18px;
}

p
{
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0 0 0;
}

ul li, ol li
{
	font-size: 12px;
	line-height: 18px;
}

#mainBody
{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;	
}

/* Nav */
#navigation
{
	position: relative;
	background: transparent url(../images/topbar.png) no-repeat;
	width: 799px;
	height: 50px;
}

#navigation ul
{
	position: absolute;
	top: 6px;
	left: 26px;
}

#navigation ul li
{
	position: relative;
	top: -6px;
	float: left;
	height: 31px;
	margin: 0 7px;
	/*margin: 0 4px;*/
	padding: 6px 3px 0 3px;
	list-style: none;
}

#navigation ul li a
{
	font-size: 16px;
	text-decoration: none;
}

#navigation ul li.selected
{
	background: transparent url(../images/nav_selected.png) repeat-x;
}

/* Header */
#mainHeader
{
	background: transparent url(../images/mainheader.png) no-repeat;
	height: 149px;
	margin: 0 0 0 14px;
	position: relative;
	width: 772px;
}
#mainHeader h1, #mainHeader h2
{
	display: none;
}

/* Body */
#mid
{
	/* background: transparent url(../images/mainbody_over.png) 5px 3px no-repeat; */
	margin: 10px 0 0 14px;
	position: relative;
}

#midImgTop
{
	background: transparent url(../images/mainbody_top.png) no-repeat;
	height: 11px;
	width: 773px;
}

#midContent
{
	background: transparent url(../images/mainbody_mid.png) repeat-y;
	height: auto;
	position: relative;
	width: 773px;
}

#midImgBottom
{
	background: transparent url(../images/mainbody_bottom.png) no-repeat;
	height: 18px;
	width: 773px;
}

#midContentInner
{
	padding: 12px 24px 12px 24px;
}

#midContentInnerLeft
{
	border-right: 1px solid #936746;
	float: left;
	padding: 0 18px 0 0;
	position: relative;
	width: 423px;
}

#midContentInnerRight
{
	float: right;
	position: relative;
	width: 267px;
}

#midContentInnerLeft h3, #midContentInnerLeft h4
{
	color: #efefef;
}

#midContentInnerRight h3, #midContentInnerRight h4
{
	color: #af9580;
}

#location #midContentInnerLeft
{
	width: 467px;
}

#location #midContentInnerRight
{
	width: 223px;
}

#ie6hack, #ie6sux
{
	display: none;
}

/* Footer */
#footer
{
	text-align: center;
}

#footer ul
{
	margin-top: 10px;
}

#footer ul li
{
	list-style: none;
	display: inline;
	margin: 0 1px;
}

#footer ul li, #footer ul li a
{
	font-size: 14px;
	text-decoration: none;
}

#footer span
{
	display: block;
	margin: 6px 0 24px 0;
	font-size: 11px;
	clear: both;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.validator ul li
{
	color: #FF0000;
	list-style: none;
}