html, body, div, td, img, ul, li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	background-color: #f1f7e8;
	background-image: url( '../images/layout/bg.gif' );
	background-repeat: repeat-x;
}

body, div, span, td, li {
   font-family: Verdana, Arial, sans;
   font-size: 11px;
   letter-spacing: -0.5px;
   color: #000000;
   line-height: 17px; 
}

div {
	background-color: transparent;
}

#body {
	width: 901px;
	margin: 20px auto 5px auto;
	overflow: hidden;
}

#body #body_header {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

#body #body_header #header_top {
	position: absolute;
	width: 901px;
	height: 280px;
	overflow: hidden;
}

#body #body_header #header_logo {
	position: absolute;
	width: 200px;
	height: 53px;
	overflow: hidden;
}

#body #body_header #header_curves {
	position: absolute;
	width: 901px;
	height: 120px;
	overflow: hidden;
}

#body #body_header #header_menu {
	position: absolute;
	width: 650px;
	height: 60px;
	overflow: hidden;
	margin-left: 75px;
	margin-top: 220px;
}

#body #body_header #header_menu .menuitem {
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 48px;
	float: left;
}

#body #body_content_container {
	width: 901px;
}

#body #body_content_container #body_content {
	padding-top: 35px;
	margin-left: 56px;
	margin-right: 46px;
	padding-bottom: 10px;
	background-color: #eeeeef;
}

#body #body_footer {
	width: 100%;
	height: 15px;
}

#footer {
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
}

#footer a {
	color: #009ee0;
}

#htvoverlay {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:  9999;
	overflow: hidden;
}
#htvoverlay_content {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 10000;
}
#htvoverlay, x:-moz-any-link {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
}
#htvoverlay_content, x:-moz-any-link {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
}
.htvcontainer {
	background-color: #ffffff;
	padding: 5px;
}
.htvscreen {
	width: 420px;
	background-color: #c3c3c3;
	padding: 30px;
}

