BODY {
	margin: 0;
	padding: 0;
	background: #FDFDF1 url(../img/bg.png) repeat-x;
	font: 9pt Verdana;
	text-align: center;
}

#container {
	width: 952px;
	margin: 0 auto;
	min-height: 500px;
	background: url(../img/bgContainer.png) repeat-y;
	text-align: left;
	padding: 0 10px;
}

* html #container {
	width: 972px;
}

#header {
	height: 138px;
	background: url(../img/header.jpg) no-repeat top;
}

#main_nav {
	margin: 0;
	padding: 100px 15px 0 0;
	list-style-type: none;
	float: right;
}

#main_nav LI {
	float: left;
  position: relative;
}

#main_nav LI A {
	display: block;
	width: 125px;
	line-height: 39px;
	text-align: center;
	background: url(../img/mainNav.png) no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#main_nav LI:hover A,
#main_nav LI A.active {
	background: url(../img/mainNavHover.png) no-repeat;
	color: #E94D10;
}

#main_nav LI:hover UL {
  display: block !important;
}

#main_nav LI UL {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
  border: 3px solid #FFF;
}

#main_nav LI UL LI {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}

#main_nav LI UL LI A {
  display: block;
  width: auto;
  padding: 0 10px;
	line-height: 30px;
	background: url(../img/subNav.png) repeat-x bottom !important;
	text-decoration: none;
	color: #B64700;
	font-weight: normal;
  text-align: left;
}

#main_nav LI UL LI A:hover {
  background: url(../img/subNavHover.png) repeat-x bottom !important;
}

#left {
	width: 193px;
	margin: 10px 0 0 14px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

#sub_nav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#sub_nav LI A {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	background: url(../img/subNav.png) repeat-x bottom;
	text-decoration: none;
	color: #B64700;
	font-weight: normal;
}

#sub_nav LI A:hover,
#sub_nav LI A.active {
	background: url(../img/subNavHover.png) repeat-x bottom;
}

#content {
	width: 513px;
	margin: 10px 0 0 14px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

#right {
	width: 190px;
	margin: 10px 0 0 14px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

#footer {
	width: 972px;
	height: 40px;
	padding-top: 15px;
	font-size: 8pt;
	color: #FFF;
	margin: 0 auto;
	background: url(../img/bgFooter.png) no-repeat left;
}

* html #footer {
	height: 55px;
}

#footer A {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#footer A:hover {
	color: #B64700;
}

#footer_nav A {
	margin: 0 4px;
}

.clear {
	clear: both;
}
