@charset "UTF-8";

body  {
	text-align: center; 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

a  {
	text-decoration: none;	
}

a:hover  {
	text-decoration: underline;	
}


.hedr {
	background-image: url(images/bookcliffs.jpg);
	height: 356px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
}


.hedr h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	top: 90px;
	right: 210px;
	position: relative;
	text-align: center;
	color: #1B263F;
	font-weight: lighter;
	letter-spacing: .2em;
}

.hedr h5 a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 18px;
	right: 340px;
	position: relative;
	text-align: center;
	color: #1B263F;
	font-weight: bold;
	text-decoration: none;
}

.hedr h5 a:hover {
	text-decoration: underline;
}

.nav_container {
	width: 800px;
	margin: 0 auto; 	
	text-align: left;
	
}

.nav {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 15px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	float: right;

}

.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nav li {
	float: left;
	
}

.nav li a {
	width: 132px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001F7E;
	text-decoration: none;
	display: block;
	text-align: center;
}

.nav li a:hover {
	background-color: #CAD6EB;

}

.main_container {
	width: 800px;
	margin: 0 auto; 	
	text-align: left;
}

.main_contents {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;

}

.footer_container {
	width: 800px;
	margin: 0 auto; 	
	text-align: center;
}

.footer_contents {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 9px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.twit_rss {
	background-color: #EBE9F3;
	padding-left: 6px;
}

.twit_rss h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.twit_rss a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.twit_rss a:hover {
	text-decoration: underline;
	
}

