@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	
	margin: 0px;
	color: #CCCCCC;
	font-size: 14px;
	font-family: "Trebuchet MS";
	background-color: #660000;	
	background-position: center top;	
	background-repeat: repeat-x;
}

a { color: #FF0000; }
a:visited  { color: #CC0000; }
a:hover    { color: #FF0000; }

.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;
}
.left_image {
	float: left;
	width:305px;
	margin: 0px 0px 10px 10px;
}
.left_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #bfdcf9;
}
.company_logo {
	display: block;
	width: 500px;
	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;
}
