* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;	
}

body {
	background-color: #91B2D8;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	background-attachment: fixed;
	background-position: bottom;
}

#wrapper {
	margin: 0 auto;
	width: 860px;
}

#header {
	width: 845px;
	height: 150px;
	background-color: #91B2D8;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	padding: 0 0 0 15px;
}

#navigation {
	width: 858px;
	margin: 0 0 0 0;
	overflow: auto;
	background-color: #000066;
	min-height: 20px;
}

#navigation ul {
	display: inline;
	margin: 0;
	font-size: 0.85em;
} 

#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px;
}

#navigation ul li a:hover {
	color: #030368;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/nav-ovr.gif);
	background-repeat: repeat-x;
}

#navigation ul li a.navon {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/nav-on.gif);
	background-repeat: repeat-x;
}

#navigation ul li a.navon:hover {
	color: #000066;
	text-decoration: underline;
}

#navigation ul li a.book {
	color: #91B2D8;
}

#navigation ul li a.book:hover {
	color: #030368;
}


#content {
	float: left;
	width: 858px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	border-top: 0px;
}

#text {
	float: left;
	width: 478px;
	padding: 40px;
}

#text h1 {
	font-size: 2em;
	color: #000066;
	margin-bottom: 0.2em;
	line-height: 150%;
}

#text h2 {
	font-size: 0.9em;
	color: #000066;
	margin-bottom: 1em;
	line-height: 150%;
}

#text p {
	font-size: 0.9em;
	color: #000066;
	margin-bottom: 0.8em;
	line-height: 130%;
}

#text ol, #text ul{
	margin: 0 0 20px 40px;
}

#text li {
	font-size: 0.9em;
	color: #000066;
	margin-bottom: 5px;
	line-height: 130%;
}

#text a {
	color: #990000;
	text-decoration: none;
}

#text a:hover {
	color: #000000;
	text-decoration: underline;
}

.quote {
	margin: 20px 0;
	clear: both;
}

.quote td {
	font-size: 0.9em;
	color: #006666;
}

#pics {
	float: left;
	width: 300px;
	text-align: center;
	margin: 25px 0;
}

#footer {
	float: left;
	width: 860px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: #000066;
	padding: 10px 0;
}

#footer a {
	text-decoration: none;
	color: #000066;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

