body {
	margin: 0px;
	margin-top: 20px;
	background-color: #F7F4A7;
	background-repeat: repeat-x;
}

#wrapper {
	width: 970px;
	padding-top: 90px;
	margin-left: -485px;
	position: absolute;
	left: 50%;
}

	#header {
		width: 970px;
		height: 35px;
		background-image: url("../images/header.jpg");
		background-repeat: no-repeat;
	}
	
		#logo {
				width: 242px;
				height: 135px;
				position: absolute;
				top: -8px;
				left: 0px;
				z-index: 11;
		}
		
		#secondary {
			position: absolute;
			top: 80px;
			right: 50px;
				font-family: Tahoma, Geneva, sans-serif;
				font-size: 11px;
				font-weight: normal;
		}
		
			#secondary a {
				font-family: Tahoma, Geneva, sans-serif;
				font-size: 11px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
			}
			
			#secondary a:hover {
				text-decoration: underline;	
			}
		
		#nav1 {
			position: absolute;
			top: 103px;
			left: 325px;
			z-index: 300;
		}
		
		#nav2 {
			position: absolute;
			top: 104px;
			left: 490px;
			z-index: 300;			
		}
		
		#nav3 {
			position: absolute;
			top: 104px;
			left: 637px;
			z-index: 300;			
		}
		
		#nav4 {
			position: absolute;
			top: 103px;
			left: 766px;	
			z-index: 300;		
		}
		
		#nav5 {
			position: absolute;
			top: 104px;
			left: 880px;	
			z-index: 300;		
		}
	
	#body {
		width: 970px;
		padding-left: 9px;
		padding-top: 0px;
		background-image: url("../images/body.jpg");
		background-repeat: repeat-y;
	}
	
	#body2 {
		width: 970px;
		min-height: 330px;
		padding-left: 9px;
		padding-top: 0px;
		background-image: url("../images/body.jpg");
		background-repeat: repeat-y;
	}
	
	#mustang {
		width: 440px;
		height: 227px;
		position: absolute;
		right: -19px;
		top: 220px;
		z-index: 0;
	}
	
	#IMGS {
		width: 305px;
		float: left;
		margin: 10px;
		position: relative;
	}
	
	#pageTitle {
		width: 600px;
		height: 30px;
		position: absolute;
		top: 140px;
		left: 340px;
	}
	
	#couponTitle {
		width: 600px;
		height: 30px;
		position: absolute;
		top: 170px;
		left: 340px;
	}
	
	#pageContent {
		width: 285px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		font-weight: normal;
		padding-top: 85px;
		padding-bottom:20px;
		z-index: 32;
		margin-left: 331px;
	}
	
		#pageContent li {
			margin-left: -18px;	
		}
		
		#pageContent ul {
			list-style-image: url("../images/bullet.jpg");
		}
	
	#footer {
		width: 970px;
		height: 54px;
		background-image: url("../images/footer.jpg");
		background-repeat: no-repeat;
	}