/*

Author: Kyle Gilbert
Author URI: http://kylegilbertdesign.com/

*/

html {
	background: #719291 url('images/background.jpg');
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/container6.gif') no-repeat top center;
	color: #01224A
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}

#container {
	margin: 0px auto;
	padding: 55px 0 0 0;
	width: 760px;
	height: 939px;
	text-align: center;
}

#page {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url('images/page.jpg') repeat-y top center;
	text-align: left;
	width: 760px;
}

#header {
	background: url('images/header.jpg') no-repeat top center;
	height: 498px;
}

#frame {
	position:relative;
	left:86px;
	top:117px;
}

#content {
	margin: -50px 0 0 0;
	padding: 0 75px 10px 50px;
	font-size: 1.2em;
	color: #01224A;
	text-align: justify;
	line-height: 150%
}

#content a {
	color: #01224A;
	text-decoration: underline;
}

#content h1 {
	background: url('images/welcome_heading.gif') no-repeat top left;
	width: 522px;
	height: 52px;
	font-size: 200%;
	text-align: left;
	margin: 0 0 -10px 0;
}

#content span {
	display: none;
}

#footer {
	background: url('images/footer.jpg') no-repeat bottom center;
	height: 109px;
}

#subfooter {
	text-align: right;
	padding: 0px 50px 0 0;
}

#subfooter a, #subfooter a:visited, #subfooter a:hover {
	color: #01224A;
	font-weight: bold;
}
