body {
	background-color: #79908A;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
}
#right {float:right; padding:5px;}
#left {float:left; padding:5px;}
#head {
	background-image: url(../img/car.jpg);
	position: absolute;
	z-index: 2;
	height: 381px;
	width: 600px;
	left: 0px;
	top: 0px;
}
#headline {
	position: absolute;
	z-index: 3;
	height: 75px;
	width: 60%;
	left: 20px;
	top: 310px;
	background-image: url(../img/radius.gif);
	background-repeat: no-repeat;
	background-position: right;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
}
#headline #text {
	height: 75px;
	margin-right: 75px;
	background-color: #FFFFFF;
}
#headline #text h1 {
	font-size: 20px;
	color: #999999;
	padding: 25px;
	font-weight: normal;
}
#content {
	position: absolute;
	z-index: 3;
	width: 60%;
	left: 20px;
	top: 386px;
	background-color: #FFFFFF;
}
#content #text {padding: 10px; 
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;}
#content #text img {padding:5px;}
#content #bottom {
	padding: 10px;
	color: #999999;
	font-size: 12px;
}
#content #bottom a{
	color: #999999;
	text-decoration: underline;
}
#nav {
	position: absolute;
	z-index: 3;
	height: 150px;
	width: 20%;
	top: 385px;
	right: 15%;
}
#nav h1 {
	font-size: 18px;
	color: #112220;
	font-weight: normal;
}
.blink { color: red !important; }

#freetable {
	border: 0px;
}

