a:link {color: #B5B05B;}
a:visited {color: #B5B05B;}
a:hover {color: #C8C586;}

#footer a:link {color: #FFFFFF;}
#footer a:visited {color: #FFFFFF;}
#footer a:hover {color: #FFFFFF; text-decoration: none;}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background: url(Images/bg.jpg);
}
.oneColLiqCtr #container {
	width: 780px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainpic {
	border-top: 1px solid #FFFFFF;
	float: left;
}
#showroom {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	padding: 10px;
}
#text {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px;
	line-height: 15px;
	color: #666666;
}
.day {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	margin-left: 10px;
	float: left;
}
.time {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 150px;
}
#belt {
	width: 100%;
	height: 18px;
	background-color: #C8C586;
	border-bottom: 1px solid #FFFFFF;
}
#footer {
	width: 100%;
	height: 50px;
	background-color: #D9A055;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}

h1 {
	font-size: 12pt;
}