BODY {
	margin: 0;
	padding: 0;
	font: 9pt Verdana;
	background: #C4DBE9 url(../img/bg.jpg) repeat-x;
	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;
}

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

#main_nav LI {
	float: left;
}

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

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

#left {
	width: 193px;
	margin: 10px 0 0 14px;
	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) no-repeat bottom;
	text-decoration: none;
	color: #980A1A;
	font-weight: normal;
}

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

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

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

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

* html #footer {
	height: 60px;
}

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

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

.footer_nav A {
	margin: 0 4px;
}

.clear {
	clear: both;
}
