body {
	margin: 0px;
	font-family: verdana;
}
#page {
	
}

#page #header {
	background: url(../images/header-tile.jpg);
}
#page #header #logo {
	background: url(../images/header-bg.jpg) no-repeat;
	height: 72px;

}
#page #menubar {
	background-color: #FDBA02;
	height: 34px;
}

#page #menubar #spacer {
	width: 233px;
	float: left;
	height: 34px;
}

#page #menubar #buttons img {
	float: left;
	border: 0px;
}

#page #mainimagebar #msgbox {
	width: 234px;
	height: 212px;
	background-color: #636A72;
	float: left;
}
#page #mainimagebar {
	background: url(../images/tile.gif);
	width: 100%;
	height: 212px;
}
#page #mainimagebar #homeleftimage  {
	float: left;
	width: 198px;
	height: 212px;
	background: url(../images/home-left.jpg) no-repeat;
}
#page #mainimagebar #homerightimage {
	float: left;
	background: url(../images/home-right.jpg) no-repeat;
	width: 198px;
	height: 212px;
}
#page #contentArea {
	background: url(../images/tile-left.gif) repeat-y;
	padding-left: 234px;
	height: auto;

}


#page #contentArea #content {
	background: url(../images/3d-corner.gif) no-repeat;
	width: 100%;
	float: left;
}

#page #contentArea .homeImageBlock {
	float: left;
	width: 132px;
	font-size: 8pt;
	margin: 10px;

}

#page #contentArea .homeImageBlock .title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #036c99;
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#page #contentArea .homeImageBlock .title a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	background-color: #636A72; 
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 236px;
	font-size: 10pt;
	color: #FFFFFF;
}
#footer a, #page #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFF00;
}

#carContent {
	padding: 20px;
}


TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.Title
{
	font-weight: bold;
	background-color: #DDDDDD;
	text-align: right;
}

.PageTitle
{
	font-size: 12pt;

}

.Sold
{
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

A:visited, a:active, a:link {
	color: #3490EC;
	text-decoration:underline;
}
A:hover {
	color: #AA0000;
	text-decoration:underline;
}

A.back:visited, a.back:active, a.back:link {
	color: #3490EC;
	text-decoration:none;
}
A.back:hover {
	color: #AA0000;
	text-decoration:underline;
}
