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

DIV#container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 895px;
	min-height: 723px;
	background: url(../img/background_container.png) repeat-y;
	text-align: left;
}

DIV#header {
	position: relative;
	padding: 29px 0 0 22px;
	margin: 0 0 12px 0;
	height: 232px;
	background: url(../img/background_header.png) no-repeat;
}

* HTML DIV#header {
	height: 261px;
}

IMG#logo {
	position: absolute;
	top: 35px;
	left: 35px;
}

DIV#left,
DIV#right {
	float: left;
	display: inline;
	margin: 0 0 0 22px;
	width: 191px;
}

DIV#right {
	margin: 0;
}

DIV#content,
DIV#content-two-col {
	float: left;
	display: inline;
	width: 440px;
	margin: 0 14px;
}

DIV#content-two-col {
	width: 645px;
	margin-right: 0;
}

DIV#finder {
	height: 85px;
	padding: 40px 0 0 15px;
	margin-bottom: 10px;
	background: url(../img/background_finder.jpg) no-repeat;
}

* HTML DIV#finder {
	height: 125px;
}

UL#menu,
UL#menu UL {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

UL#menu UL {
	margin: 5px 0;
}

UL#menu LI A {
	display: block;
	padding: 0 10px;
	margin: 0 0 3px 0;
	line-height: 35px;
	color: #D9241B;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/background_menu_item.png) no-repeat;
}

UL#menu LI A.active,
UL#menu LI A:hover {
	color: #E39205;
}

UL#menu UL LI A {
	padding-left: 30px;
	font-size: 8pt;
	line-height: 20px;
	color: #E39205;
	background: #FFF url(../img/disc_menu_item.png) no-repeat 10px 7px;
}

UL#menu UL A.active,
UL#menu UL A:hover {
	color: #D9241B;
}


DIV#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 895px;
	height: 55px;
	background: url(../img/background_footer.png) no-repeat;
	font-size: 8pt;
	color: #FFF;
}

* HTML DIV#footer {
	height: 65px;
}

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

DIV#footer A:hover {
	color: #E39205;
}

DIV#footer DIV#copyright,
DIV#footer DIV#copyright A {
	color: #FC9993;
	font-size: 8pt;
}

DIV#footer DIV#copyright {
	padding-top: 5px;
}

DIV#footer DIV#copyright A:hover {
	color: #FFF;
}

DIV.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}