body {
	background: url(../images/bg.png) 0 0 repeat-x #72b8f0;
	text-align: center;
}

a img {
	border: none;
}

#wrapper {
	margin: 5px auto;
	width: 837px;
	text-align: left;
	padding: 0;
}

#header {
	background: url(../images/header-bg.png) 0 0 no-repeat;
	height: 203px;
	position: relative;
	width: 837px;
}

	#mainnav {
		margin-left: 10px;
	}

	#subnav {
		width: 310px;
	}

	#header #subnav a {
		color: #033881;
		font-size: 15px;
		font-weight: normal;
	}
	
	.home #ffbody {
		background: url(../images/content-bg.jpg) 0 0 no-repeat;
		height: 477px;
		text-align: center;
		width: 837px;	
	}
	
	#skinbg {
		background-image: none;
	}
	
	#header #logo {
		background: url(../images/logo.png) 0 0 no-repeat;
		height: 86px;
		position: absolute;
		top: 10px;
		width: 480px;
		left: 20px;
	}
		#header #logo span {
			display: none;
		}
		
		
	#feature {
		position: absolute;
		left: 180px;
		top: 15px;
	}
		#feature .product {
			background: url(../images/feature-product-bg.png) 0 0 no-repeat;
			cursor: pointer;
			float: left;
			height: 281px;
			margin-left: 34px;
			width: 174px;
		}
		
			#feature .product .name a {
				color: #033881;
				font-family: "Arial Black", Arial, sans-serif;
				font-size: 22px;
				line-height: 26px;
				font-weight: 900;
				height: 48px;
				position: relative;
				top: 5px;
			}

	#sub-feature {
		background: #fef9ff;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 160px;
	}
	
		#sub-feature .name a {
			color: #033881;
			font-family: "Arial Black", Arial, sans-serif;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
		}
		
		#sub-feature .product {
			float: left;
			margin-left: 5px;
			width: 159px;
		}

#footer {
	background: url(../images/footer-bg.jpg) 0 0 no-repeat;
	width: 835px;
	height: 134px;
	position: relative;
}
	
	#footer a,
	#footer a:link,
	#footer a:visited {
		color: #033881;
		font-size: 13px;
		text-decoration: none;
		margin: 0 5px;
	}
	
#footer-links {
	position: absolute;
	right: 15px;
	top: 18px;
}

#site-links {
	position: absolute;
	left: 15px;
	top: 4px;
}

#publisher {
	color: #033881;
	position: absolute;
	left: 25px;
	top: 40px;
}

#promotion {
    background: #fff;
    padding: 4px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 250px;
}
