body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: top;
	background-color: #ffffff;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}

#page_container {
	height: 900px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:106px;
	z-index:1;
	background-image: url(images/header.jpg);
}
#flash_bg {
	position:absolute;
	left:0px;
	top:106px;
	width:800px;
	height:193px;
	z-index:1;
	background-image: url(images/flash_bg.jpg);
}
#main_bg {
	position:absolute;
	left:0px;
	top:299px;
	width:800px;
	height:602px;
	z-index:1;
	background-image: url(images/maintext_bg.jpg);
}
#flash_nav {
	position:absolute;
	left:0px;
	top:33px;
	width:149px;
	height:154px;
	z-index:2;
}
#flash_cars {
	position:absolute;
	left:162px;
	top:108px;
	width:457px;
	height:180px;
	z-index:2;
}

#footer_nav {
	position:absolute;
	left:161px;
	top:881px;
	width:458px;
	height:20px;
	z-index:2;
	text-align: center;
}

#titles {
	position:absolute;
	left:160px;
	top:302px;
	width:459px;
	height:43px;
	z-index:2;
}
#address {
	position:absolute;
	left:4px;
	top:312px;
	width:141px;
	height:157px;
	z-index:2;
	text-align: right;
}
#mainText {
	position:absolute;
	left:168px;
	top:353px;
	width:446px;
	height:514px;
	z-index:3;
}.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
.border {
	border: 1px solid #cc0000;
}
