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

#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: 194px;
	background: url(../img/header.jpg) no-repeat;
	margin: 0 -10px;
}

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

#main_nav LI {
	float: left;
}

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

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

#left {
	width: 193px;
	margin: 5px 0 0 11px;
	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 0 13px;
	line-height: 30px;
	background: url(../img/subNav.png) no-repeat bottom;
	text-decoration: none;
	color: #0D4880;
	font-weight: normal;
}

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

#content {
	width: 520px;
	margin: 5px 0 0 12px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

#right {
	width: 193px;
	margin: 5px 0 0 12px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

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

* html #footer {
	height: 60px;
}

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

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

#footer_nav A {
	margin: 0 4px;
}

.clear {
	clear: both;
}
