body {
	background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#mycontainer {
	float: left;
	width: 890px;
	position: relative;
	height: auto;
}


#vow {
	float:right;
	width:207px;
	height:236px;
	background-image:url(images/car-of-the-week.jpg);
	padding-top: 42px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	margin-top: 0px;
	margin-right: 20px;
}

#topbar {
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 170px;
	width: 890px;
	left: 0px;
	top: 0px;
}
#main {
	position: relative;
	height: auto;
	width: 620px;
	left: 0px;
	top: 180px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#myflash {
	position: relative;
	height: 200px;
	width: 600px;
	float:left;
	background-color: #CCCCCC;
}

#maintext {
	float: left;
	width: 615px;
	position: relative;
	height: auto;
	margin-top: 20px;
}
#maintext h1 {
	font-size: 14px;
}
#maintext a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


#navigation {
	height: 850px;
	width: 240px;
	position: absolute;
	left: 650px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 168px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 6px;
	line-height: 28px;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
#navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#navigation #address {
	line-height: normal;
	position: absolute;
	height: 160px;
	width: 150px;
	left: 30px;
	top: 170px;
}
