@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	border: 1px solid #000000;
}
#header {
	height: 109px;
}
#menucontainer {
	height: 26px;
	background-image: url(images/bkgMenu.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	text-align: left;
}
#mainPhoto {
	height: 280px;
	background-image: url(images/bkgWhiteDropShadow.jpg);
	background-repeat: repeat-x;
}
#contentContainer {
	text-align: left;
	background-image: url(images/bkg2Col.gif);
	background-repeat: repeat-y;
	background-position: 50%;

}

#leftCol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
#leftCol #text {
	padding: 20px 70px 20px 70px;
	font-size: 12px;
	line-height: 26px;
}

#leftCol #quote {
	background-image: url(images/bkgOrangeDropShadow.gif);
	height: 155px;
	background-repeat: repeat-x;
	text-align: center;
}
#leftCol #quote img {
	padding-top: 42px;
}


#rightCol {
	padding: 0px;
	width: 50%;
	margin: 0px;
	float: right;
}
#rightCol #quote {
	background-image: url(images/bkgRedDropShadow.gif);
	height: 155px;
	background-repeat: repeat-x;
	text-align: center;
}
#rightCol #quote img {
	padding-top: 42px;
}
#rightCol #text {
	background-color: #b9b7b8;
	margin: 0px;
	padding: 20px 50px 20px 50px;
	font-size: 12px;
	line-height: 26px;
}


#footer {
	background-color: #000000;
	height: auto;
	margin: 0px;
	width: 780px;
	clear: both;
	padding: 0px;
}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
}

.hiliteOrange {
	color: #BC4D10;
}
.boldOrange {
	font-size: 18px;
	color: #BC4D10;
}
.boldRed {
	font-size: 18px;
	color: #990000;
}
#headerRent {
	height: 109px;
	background-color: #000000;
	text-align: center;
}
#menucontainerRent {
	height: 26px;
	background-image: url(images/bkgMenu.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	text-align: left;
}
