html {
	background:url(../grfx/backgrounds/header-bg.jpg) repeat-x #7ac2cc;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 60px 0;
	background:url(../grfx/backgrounds/footer-bg.jpg) repeat-x;
	background-position: bottom;
}

#container {
	width: 1050px;
	margin: 0 auto;
}

	#banner {
		width: 850px;
		text-align: center;
	}
	
	#header img {
		float: left;
	}

#content {
	color: #fff;
	width: 780px;
	margin: 0 auto;
	line-height: 140%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#content_internals {
	color: #ffffff;
	width: 780px;
	margin: 0 auto;
	line-height: 140%;
	background: #7ac2cc url(../grfx/backgrounds/bg_content.jpg) top no-repeat;
	line-height: 170%;
	text-align: justify;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

	

#footer {
	text-align: center;
	color: #3d848e;
	font-size: 10px;
	margin-top: 50px;
}

	#footer a {
		color: #3d848e;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 5px 0 5px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer .ftcopy {
		margin-left: 50px;
	}


	