body {
	text-align: center;
	background-color: #2d3b4e;
}

#wrp {
	text-align: left;
	margin-left:  auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/wrp.gif);
	background-repeat: repeat-y;
	width: 1010px;
}

#homefeature {
	z-index: 1;
	position: absolute;
	width: 950px;
}
#homebar {
	z-index: 2;
	position: absolute;
}

#navmenu {
	text-align: left;
	margin-left:  auto;
	margin-right: auto;
	width: 1010px;
}

.invalid {
	margin-bottom: 10px;
}
.invalid li {
	margin-left: 15px;
}

.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Header Graphics */
#acls {
	background-image: url(../images/bg/acls-bg.jpg);
	height: 310px;
}
#authors {
	background-image: url(../images/bg/authors-bg.jpg);
	height: 400px;
}
#accolades {
	background-image: url(../images/bg/accolades-bg.jpg);
	height: 310px;
}
#blog {
	background-image: url(../images/bg/blog-bg.jpg);
	height: 310px;
}
#cast_of_characters {
	background-image: url(../images/bg/characters-bg.jpg);
	height: 310px;
}
#contact {
	background-image: url(../images/bg/contact-bg.jpg);
	height: 310px;
}
#documents {
	background-image: url(../images/bg/documents-bg.jpg);
	height: 310px;
}
#eventarchive {
	background-image: url(../images/bg/eventarchives-bg.jpg);
	height: 310px;
}
#home {
	z-index: 3;
	position: relative;
	height: 435px;
}
#harvard {
	background-image: url(../images/bg/harvard-bg.jpg);
	height: 310px;
}
#monumentsmen {
	background-image: url(../images/bg/monuments-bg.jpg);
	height: 310px;
}
#maps {
	background-image: url(../images/bg/maps-bg.jpg);
	height: 400px;
}
#news_and_events {
	background-image: url(../images/bg/news-bg.jpg);
	height: 310px;
}
#newsarchives {
	background-image: url(../images/bg/newsarchives-bg.jpg);
	height: 310px;
}
#other_projects {
	background-image: url(../images/bg/otherprojects-bg.jpg);
	height: 310px;
}
#reviews {
	background-image: url(../images/bg/reviews-bg.jpg);
	height: 310px;
}
#roberts {
	background-image: url(../images/bg/roberts-bg.jpg);
	height: 310px;
}
#speaking_engagements {
	background-image: url(../images/bg/speaking-bg.jpg);
	height: 310px;
}
#the_book {
	background-image: url(../images/bg/book-bg.jpg);
	height: 310px;
}
#the_heroes {
	background-image: url(../images/bg/heroes-bg.jpg);
	height: 400px;
}
#video {
	background-image: url(../images/bg/video-bg.jpg);
	height: 200px;
}

#top {
	z-index: 5;
	margin-left: 30px;
	margin-right: 30px;
	width: 950px;
}

#btm {
	z-index: 10;
	position: relative;
	top: -25px;
	margin-left: 30px;
	margin-right: 30px;
	width: 950px;
}

.rule {
	border-top: 1px solid #b8c8dd;
	margin-bottom: 10px;
}

#ftr {
	position: relative;
	top: -25px;
	margin-left:  auto;
	margin-right: auto;
	padding-top: 25px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: left;
	background-image: url(../images/ftr.gif);
	background-repeat: no-repeat;
	width: 1010px;
}
#ftr p {
	padding-left: 30px;
}

#clear {
	clear: both;
}
