body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 90%;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #041a2d;
	background-color: #e9e9e9;	
	background-color: #071833;
}

#page {
	width: 760px;
	margin: 0 auto 0 auto;
	background-color: #163870;
	background-image: url('/images/bg/page.gif');
	background-repeat: repeat-y;
	border: solid #9db9d1;
	border-width: 0 3px 3px 3px;
}

#header, #header_home {
	width: 760px;
	height: 140px;
}
#header_home {
	height: 302px;
}
#header h1, #header_home h1 {
	background-image: url('/images/header.jpg');
	width: 760px;
	height: 140px;
	margin: 0;
}
#header h1 span, #header_home h1 span {
	display: none;
}
#header_home h1 {
	background-image: url('/images/header_home.jpg');
	height: 302px;
}
#gas_prices {
	width: 202px;
	height: 52px;
	position: absolute;
	z-order: 1;
	background-image: url('/images/bg/fuel_prices.jpg');
	background-repeat: no-repeat;
	margin: 200px 0 0 10px;
	padding: 30px 10px 10px 8px;
	color: #000;
}
#gas_prices .price {
	font-family: 'Courier New', monospace;
	font-size: 120%;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #000;
	font-weight: bold;
	width: 79px;
}
#gas_prices .product {
	font-size: 80%;
	font-weight: bold;
}
#gas_prices p {
	font-size: 75%;
}

#nav {
	background-image: url('/images/bg/nav.gif');
	background-repeat: repeat-x;
	height: 31px;
}
#nav ul, #sidebar ul { 
	padding: 0; 
	margin: 0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	float: left;
}
#nav li img {
	margin-left: 6px;
}

#sidebar {
	width: 181px;
	height: 300px;
	float: left;
	padding-top: 4px;
}
#sidebar ul {
	margin-bottom: 23px;
	padding-top: 3px;
}
#sidebar li {
	margin: 0 0 4px 0;
}

#content {
	padding: 6px 10px 0 10px;
	margin-left: 181px;
	min-height: 812px;
}

#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-top: 20px;
	width: 760px;
	margin: 0 auto 0 auto;
}

h2, p {
	margin: 0 0 10px 0;
}

a img {
	border: 0;
}

a {
	color: #d4e8fa;
}
a:hover {
	color: #7bb5e7;
}

th {
	text-align: center;
}
td {
	text-align: center;
}

div.disabled {
	display: inline;
}

#alert {
	background-color: #fff;
	border: 2px solid #f00;
	padding: 6px 6px 0 6px;
	color: #000;
	margin-bottom: 14px;
}
#alert h3 {
	color: #f00;
	margin: 0 0 8px 0;
}

label {
	display: block;
	font-size: 90%;
}

form div {
	margin-bottom: 3px;
	border: 1px solid #163870;
}

form div.radio label, form div.checkbox label {
	display: inline;
}
form div.radio {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.picture {
	float: left;
	margin: 0 13px 13px 0;
	border: 1px solid #fff;
}

div.event {
	border: 8px solid #99cffe;
	border-width: 1px 0 1px 8px;
	padding: 1px 0 1px 3px;
}
div.event p {
	margin: 0;
}

.highlight {
	background-color: yellow;
	color: #000;
}

.highlight a {
	color: #00f;
}
