
body {
	text-align: center;
    background: #c5c8cf url(../images/page-bg.gif) repeat-x;
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #8b8b8e;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

#page {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	height: 400px;
}

#header {
	margin: 135px 0 0 0;
	height: 47px;
}

#header #logo {
	float: left;
}

#header #menu {
	float: right;
	padding-top: 18px;
	font-family: "times new roman", times, serif;
	font-size: 13px;
}

	#header #menu li {
		float: left;
		padding-left: 14px;
		margin-left: 13px;
		background: url(../images/menu-divider.gif) no-repeat 0 50%;
	}
	
	#header #menu li.first {
		padding: 0;
		margin: 0;
		background: none;
	}

	#header #menu a {
		color: #fff;
	}
	
#footer {
	position: relative;
	margin-top: 65px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

	#footer #fb {
		position: absolute;
		left: 50%;
		margin-left: -13em;
		width: 29px;
		height: 29px;
		background: url(../images/facebook-icon.gif) no-repeat;
		text-indent: -9999px;
		
	}

	#footer .minor {
		margin-top: 5px;
		font-size: 10px;
	}

#content {
	background: #fff;
}

#content p, #content ul {
	margin: 15px 0;
}

#content li {
	margin: 5px 0 5px 20px;
	list-style: disc;
}

#content h1 {
	margin-bottom: 7px;
	font-size: 20px;
	font-family: "times new roman", times, serif;
	color: #4e70b6;
}

#content h2 {
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #4e70b6;
}


/*** [ Home Styles ] ***/

.home {
	padding: 4px;
}

.home .left {
	width: 391px;
}

.home .right {
	width: 330px;
	padding-top: 100px;
}


/*** [ History Styles ] ***/

.history {
	padding: 60px 60px 45px 60px;
}

.history .left {
	width: 300px;
}

.history .right {
	width: 300px;
}
		

/*** [ Services Styles ] ***/

.services {
	height: 387px;
	padding: 0 64px 0 64px;
}

.services .left img {
	display: block;
}

.services .right {
	width: 290px;
	margin-top: 60px;
	padding-bottom: 15px;
}


/*** [ Rentals Styles ] ***/

.rentals {
	padding: 50px 100px;
}

.rentals table {
	margin-top: 20px;
	width: 100%;
}

.rentals th {
	padding-bottom: 8px;
	border-bottom: 1px solid #4e70b6;
	font-weight: bold;
	color: #4e70b6;
}

.rentals td {
	padding-top: 8px;
}


/*** [ Contact Us Styles ] ***/

.contact {
	padding: 4px;
}

.contact .left {
	width: 490px;
}

.contact .left #google-map { 
	border: 1px solid #aaa8a8;
	height: 370px;
}

.contact .right {
	width: 215px;
	padding-top: 60px;
}

