* {
	margin: 0px;
	padding: 0px;
}

DIV {
	border: none;
}

BODY {
	background: #006699;
}

#page {
	width: 985px;
	margin: 20px auto 20px auto;
	background: #F2F2F2;
	border: 2px solid #DDD;
	color: #333;
}

#logo {
	height: 80px;
}

	#logo IMG {
		width: 985px;
		height: 80px;
		border: none;
	}

#navigation {
	height: 30px;
	background: url('images/navbg.jpg');
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
	#navigation ul li {
		list-style-type: none;
		margin: 4px 30px auto 30px;
		float: left;
		font-size: 1.1em;
	}
	
	#navigation ul li a {
		text-decoration: none;
		color: #333;
	}
	
	#navigation ul li a:hover {
		color: #F8F8F8;
	}

#ad-product {
	width: 600px;
	height: 300px;
	float: left;
	margin: 10px 5px 10px 20px;
}

	#ad-product .ad {
		width: 300px;
		height: 250px;
		float: left;
		margin: 0px;
	}
	
	#ad-product .product {
		width: 296px;
		height: 250px;
		float: right;
		margin: 0px;
		background: #FFF;
	}
	
		.product #producttitle {
			text-align: center;
			padding-top: 2px;
		}
		
		.product #productimage {
			width: 200px;
			height: 150px;
			margin: 3px auto 3px auto;
		}
		
		.product #productdescription {
			margin: 0px 5px 0px 5px;
		}
		
	#ad-product .bannerad {
		width: 600px;
		height: 50px;
		clear: both;
		background: #EEE;
	}

#productlist {
	width: 344px;
	height: 300px;
	float: right;
	margin: 10px 10px 10px 0px;
	background: #FFF;
}

	#productlist .productinfo {
		height: 90px;
		margin: 7px;
	}
	
		.productinfo #productimage {
			width: 86px;
			height: 86px;
			float: left;
			margin: 2px 10px 2px 5px;
		}
		
		.productinfo #producttitle {
			width: 220px;
			float: left;
			margin-top: 36px;
		}

#products {
	width: 744px;
	height: 620px;
	float: left;
	margin: 0px 5px 10px 20px;
	background: #FFF;
}

#skyscraperad {
	width: 200px;
	height: 620px;
	float: right;
	margin: 0px 10px 10px auto;
	background: #FFF;
}

#content {
	width: 700px;
	margin: 10px 5px 10px 10px;
	padding: 10px;
	float: left;
	background: #FFF;
}

	#content P {
		padding: 10px;
	}
	
	#content ul, #content li, #content ol {
		margin-left: 15px;
	}
	
	H1, H2, H3, H4, H5, H6 {
		line-height: 2em;
	}
	
	#content h1 {
		font-size: 1.4em;
	}
	
	#content h2 {
		font-size: 1.3em;
	}
	
	#content IMG {
		border: none;
	}

#sidebar {
	width: 240px;
	margin: 10px 5px 10px auto;
	float: right;
	background: #FFF;
}

	#sidebar .topad {
		width: 230px;
		height: 150px;
		margin: 5px;
	}
	
	#sidebar .products {
		text-align: center;
	}
	
	#sidebar .products ul li {
		margin: 5px;
		list-style-type: none;
		text-align: left;
	}

#footer {
	clear: both;
	margin: 5px;
	background: #FFF;
	text-align: center;
}