html, body {
	margin: 0;
	padding: 0;
	height: 100%;

}
body {
	background-color: #bd0926;
	height: 100%;
	background-image: url(images/sunrisegraphicbk.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
	background-attachment:fixed;
}

#container {
   min-height:100%;
   position:relative;
}

#container {
   height:100%;
}


#header {
	height: 100px;

	left top;
	background-image: url(images/logbk.jpg);
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	padding: 10px;
	vertical-align: text-top;
	background-position: top;
}

#nav {
	margin-bottom: 0px;
	position: relative;
	top: 20px;
	left: 370px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}
#content {
	margin-left: 10px;
	top: 150px;
	color: #FFFFFF;
	margin-right: 10px;
	position: absolute;
	left: 400px;
	padding-right: 30px;
	float: none;
	width: 750px;
	margin-top: 30px;
	padding-top: 30px;
}




#sidebar-a {
	width: 400px;
		float: left;

	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: absolute;
	top: 120px;
	left: 0px;
	}

#footer {
	bottom: 0;
	height: 20px;
	background-color: #FFCC00;
	text-tposition: absolute;
	bottom: 0;
	text-transform: uppercase;
	text-shadow: 10;
	width: 110%;
	position: absolute;
	clear: both;
}

