body {  
        font-size: 12px;
        color: #000000;
        font-family: 'Trebuchet MS',Arial,sans-serif;
        background: #ea0 url(../pix/fw/background.jpg) no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
#fw_container {
        width: 85%;
        min-width: 960px;
	margin: 0;
	padding: 0;
}

#fw_head {
	width: 100%;
	height: 180px;
}

#fw_head-menu {
	clear: both;
	height: 54px;
	width: 100%;

}
#fw_menu-container {
	background: #eee url(../pix/fw/topmenu-bg.png) repeat-x;
	background-position: top;
	margin-left: 167px;
	margin-right: 18px;
	height: 54px;
}
#fw_menu-right {
	background: transparent url(../pix/fw/topmenu-right.png) no-repeat;
	background-position: top right;
	width: 18px;;
	height: 54px;
	float: right;
}
#fw_search {
	background: transparent url(../pix/fw/search-bg.png) no-repeat;
	height: 54px;
	width: 167px;
	float: left;
}

#fw_textbox {
	width: 100%;
	background: #fff url(../pix/fw/main-bg.png) repeat-x;
	background-position: top;
	clear: both;
	min-height: 600px;
}
#fw_textbox-inner {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	border: 1px solid #888;
	background-color: #fff;
	-moz-border-radius: 10px 10px 10px 10px;
}

#searchInput {
	margin-top: 15px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #444;
	color: #444;
	width: 124px;
	-moz-border-radius: 12px 12px 12px 12px;
}
#fw_breadcrumbs {
	margin-bottom: 7px;
	font-style: italic;
}
#fw_subhead {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	text-align: left;
}
#fw_subhead h2, #fw_subhead h3 {
	padding: 0;
	margin: 0;
}
#fw_subhead h3 {
	font-weight: normal;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
ul#menu li {
	float: left;
}
ul#menu li:hover {
	background: #eee url(../pix/fw/topmenu-bg-press.png) repeat-x;
}
ul#menu li a, ul#menu li a:visited {
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	background: transparent url(../pix/fw/topmenu-trenner.png) no-repeat;
	height: 26px;
	background-position: left;
	display: block;
	white-space: nowrap;
}
ul#menu li a span, ul#menu li a:visited span {
        position: relative;
	top: -8px;
}

#fw_footer {
	background: #aaa url(../pix/fw/footer-bg.png) repeat-x;
	background-position: top;
	height: 130px;
	width: 100%;
}
#fw_footer-inner {
	background: transparent url(../pix/fw/footer-right.png) no-repeat;
	background-position: top right;
	height: 130px;
	width: 100%;
}
#fw_footer-content {
	padding-top: 70px;
}

a, a:visited {
	color: #000;
}
a:hover, a:visited:hover {
	text-decoration: none;
}

img {
	border: 0;
}

