@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5,h6, p, form, input, select, textarea, ul, li {
	margin:0; 
	padding:0;
}
ul {
	list-style-type:none;
}
	
.spacer {
	clear:both; 
	line-height:0px; 
	font-size:0;
}
#structure {
	width: 1132px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------HEADER------------------------------------*/
#header {
	height: 234px;
	width: 1132px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*-----------------------------Top Nav-----------------------------------*/
#topnav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 40px;
	padding-left: 65px;
}
#topnav ul {
}
#topnav ul li {
	float: left;
	background-color: #d8542f;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	background-image: url(../images/navtab-left.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#topnav ul li a {
	padding-right: 18px;
	padding-left: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navtab-right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#topnav ul li a:hover {
	color: #000000;
}
#casing-top {
	background-image: url(../images/content-top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#featured-hd {
	height: 47px;
	width: 675px;
	background-image: url(../images/featured-hd.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-left: 5px;
	padding-top: 10px;
}
#footer-new {
	background-color: #ff744d;
	height: 75px;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
}
#footer-new a {
	color: #FFFFFF;
}