BODY {
	margin: 0;
	padding: 0;
	background: #96BFC5 url(../img/background.png) repeat-x;
	font: 10pt Arial;
	text-align: center;
}

DIV#container {
	width: 969px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background_container.png) repeat-y;
}

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

DIV#finder {
	width: 181px;
	padding: 49px 0 0 7px;
}

DIV#left {
	width: 188px;
	padding: 0 7px;
	margin-top: 10px;
	float: left;
}

UL#menu {
	margin: 0 -7px 10px -7px;
	padding: 0;
	list-style-type: none;
	padding-bottom: 2px;
	background: url(../img/border_menu.jpg) no-repeat bottom;
}

UL#menu LI UL {
	list-style-type: none;
	margin: 0;
}

UL#menu LI {
	padding-top: 2px;
	background: url(../img/border_menu.jpg) no-repeat top;
}

UL#menu LI A {
	display: block;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #117076;
	line-height: 26px;
	font-weight: bold;
}

UL#menu LI A:hover,
UL#menu LI A.active {
	background: #FAF6C9 url(../img/border_menu_link_over.png) repeat-y right;
}

UL#menu LI UL LI A {
	font-weight: normal;
	padding-left: 30px;
}

DIV#content {
	float: left;
	display: inline;
	width: 554px;
	padding: 0 10px;
	margin-top: -20px;
}

DIV#right {
	width: 179px;
	padding: 0 7px;
	margin-left: 776px;
	margin-top: -35px;
}

DIV#footer {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 969px;
	clear: both;
	height: 22px;
	background: url(../img/background_footer.png) no-repeat;
	font-size: 8pt;
	line-height: 22px;
	color: #117076;
}

DIV#footer A {
	font-weight: normal;
}
