body {
	background-color: #aaaaaa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}

h1 {
	font-size: 1.4em;
	color: #009;
}

a {
	color: #03C;
	text-decoration: none;
}

a:hover {
	color: #06F;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}

#title {
	
}

#content {
	background-color: #ffffff;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	width: 900px;
}

#left_content {
	width: 580px;
	margin: 10px;
	float: left;
}

#right_content {
	width: 279px;	/* -1 to account for left border */
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	float: left;
	padding: 10px;
	line-height: 1.5em;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	padding-top: 15px;
	height: 25px;
	width: 900px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #666;
}

#navbar{
	width: auto;
	height: 36px;
	background-color: #006;
}
#navbar ul, #navbar ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
	padding-left: 10px;
	padding-right: 10px;
} 
#navbar ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#navbar ul li a:hover {
	text-decoration: underline;
	color: #CCC;
}

table.pricecompare {
	/*
	border-collapse: collapse;
	width: 50%;
	margin: 24px;
	font-size: 1.1em;
	*/
	border: 1px solid #aaaaee;
}

th.pricecompare {
	background-image: url(images/tables/price_compare_th.png);
	background-repeat: repeat-x;
	height: 24px;
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-align: left;
}

td.pricecompare {
	background-image: url(images/tables/price_compare_td.png);
	background-repeat: repeat-x;
	background-color: #e9efff;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding: 5px;
}

td.best_deal {
	background-image: url(images/tables/price_compare_td_best_deal.png);
	background-repeat: repeat-x;
	background-color: #f6f6d3;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding: 5px;
}
