@charset "UTF-8";
/* --- CSS Document by Fleet Maintenance of Texas --- */

body {
	
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS";
	background-image: url(images/sky.jpg);	
	background-color: #5792d9;	
	background-position: center top;	
	background-repeat: repeat-x;
}

a { color: #36C; }
a:visited  { color: black; }
a:hover    { color: #5872f4; }

.contentArea {
	position:absolute;
	width:100%;
	height:400px;	
	margin: 0px;
	padding: 0px;
	top: 20px;
}
.innerContent{
	position: relative;
	margin: 0px 0px 0px 120px;
	padding: 44px 0px 0px 0px;
	width: 840px;
	height: 400px;
}
.right_image {
	float: right;
	width:205px;
	margin: 0px 0px 10px 10px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #bfdcf9;
}
.company_logo {
	display: block;
	width: 415px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/our_company_logo.png) no-repeat 0px 0px;
}
.mountains_background {	
	position: absolute; 	
	background-color: blue; 	
	bottom: 0px; 
	left: 0px; 
	min-width: 980px;
	width: 100%; 
	height: 600px; 
	background: url(images/mountains_center.png) repeat-x center bottom;
}
.mountains_background .mountains_left {
	position: relative;
	float: left;
	width: 340px;
	height: 600px;
	background: url(images/mountains_left.png) no-repeat 0 0;
}
.mountains_background .mountains_right {
	position: relative;
	float: right;
	width: 620px;
	height: 600px;
	background: url(images/mountains_right.png) no-repeat right bottom;
}
