html {
    overflow-y: scroll;
}
body {
	background-image: url('../images/bg-site.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 40px 0px 0px 0px;
}
p {
	margin: 0px 0px 20px 0px;
}
.directory {
	margin: 0px;
}
.quotetext {
	margin: 0px 0px 5px 0px;
}
.title1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-bottom: 5px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #CAD5B3;
}
.title2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-bottom: 5px;
	margin: 15px 0px;
	border-bottom: 1px dotted #CAD5B3;
}
.list1 {
	line-height: 140%;
	list-style: circle;
}
.quote {
	font-style: italic;
	text-align: center;
	width: 360px;
	padding: 25px 60px;
	background-image: url('../images/bg-quote.gif');
	background-repeat: no-repeat;
}
#wrapper {
	width: 480px;
	padding: 10px;
	margin: 0px auto;
	background-color: #FFF;
}
#header {
	width: 480px;
	margin-bottom: 5px;
}
#navigation {
	width: 480px;
	margin-bottom: 10px;
}
#content {
	width: 480px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
#content a {
	color: #177269;
	text-decoration: none;
}
#content a:hover {
	color: #177269;
	text-decoration: underline;
}
.directory1 {
	width: 460px;
	padding: 10px;
	background-color: #F0F0F0;
	margin-bottom: 10px
}
#footer {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	width: 480px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #CAD5B3;
	text-align: center;
}
#footer a {
	color: #177269;
	text-decoration: none;
}
#footer a:hover {
	color: #177269;
	text-decoration: underline;
}




/*Navigation Menu */

.mainmenu {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 100%;
	background: #177269 url("../images/menu-off.gif") center center repeat-x;
}
.mainmenu li {
    display: inline;
}
.mainmenu li a {
	float: left;
	color: #FFF;
	padding: 10px 10px;
	text-decoration: none;
	border-right: 1px solid #333;
}
.mainmenu li a:visited {
    color: #FFF;
}
.mainmenu li a:hover {
    color: #FFF;
    background: transparent url("../images/menu-hover.gif") center center repeat-x;
}
