body {
	background: #d6d6d6; /* Old browsers */
	font-family: 'Raleway', Times New Roman;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#header {
	border-bottom: 3px solid #d6d6d6;
	background-color: #ffffff;
}

#meta {
	position: absolute; 
	top: 5px;
	width: 800px;
	float: right;
	text-align: right;
	font-size: .8em;
	color: #999999;
	text-transform: uppercase;
	z-index: 20;
}

#meta a {
	color: inherit;	
	text-decoration: none;
}

#contact {
position: absolute;
top: 55px;
float: right;
text-align: right;
width: 800px;	
}


			#container {
				width: 834px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 0px;
				padding-top: 0px;
			}
            .slides_container {
                width:834px;
                height:270px;
            }
            .slides_container div {
                width:834px;
                height:270px;
                display:block;
            }
			
			ul#test {
				position: absolute;
				top: 315px;
				z-index: 100;
			}
			.pagination li {
				list-style-type: none;
			}
			.pagination li {
				float: left;
				padding-right: 10px;
			}
			
			#filler {
				margin-top: 3px;	
			}
			
			#content {
				background-image: url(image/background.png);
				background-position: top center;
				background-repeat: no-repeat;
				background-color: #ffffff;	
				clear: both;
				margin-top: 0px;
			}
			
			#callout {
				float: right;
				color: #ffffff;
				width: 300px;
				padding-top: 23px;
				font-size: 15px;
				line-height: 1.4em;
				margin-left: 50px;
			}
			
			#callout p, #callout li {
				padding-right: 55px;
			
			}
			
			#callout ul {
				padding-left: 25px;	
			}
			
			#callout .emphasis {
				font-weight: bold;
				font-size: 16pt;	
			}
			
			#buttons {
				padding-top: 2em;
				padding-left: 30px;
			}
						
			#main {
				padding-left: 60px;
				padding-top: 85px;
				color: #4c4b4b;
				padding-bottom: 20px;
				line-height: 1.5em;
			}
			
			#main p {
				padding-left: 20px;	
			}
			
			h1 {
				font-weight: normal;
				font-size: 1.75em;
				padding-top: 5px;	
			}
			
			.letecorehelp {
				background-image:url(image/letecorehelp.png);
				background-repeat: no-repeat;
				min-height: 50px;
			}
			
			.whatweoffer {
				background-image:url(image/whatweoffer.png);
				background-repeat: no-repeat;
				min-height: 50px;
				margin-top: 50px;
				padding-right: 60px;
			}
			
/* Footer */

#footer {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: .8em;
	line-height: 1.5em;
	clear: both;
	border: 1px solid #ffffff;
}

#footer p {
	padding: 3.5em 3.5em 1em 3.5em;	
}

#footer a {
	color: #179aa4;	
}

.right {
	float: right;	
}