@charset "UTF-8";
/* CSS Document */
/*Porthaven Door Style Sheet */

#body {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navbar {
	width: 140px;
	float: left;
	background-color: #CCC;
	height: 630px;
	padding-left: 7px;
	padding-right: 7px;
}
#copyRight {
	width: 745px;
	float: right;
}
#copyRightNarrow {
	width: 635px;
	float: left;
}
#footer {
	width: 900px;
	float: left;
	margin-top: 20px;
	text-algn: center;
	text-align: center;
}
a:link {
	color: #369;
}
a:visited {
	color: #C33;
}
a:hover {
	color: #808DFC;
}
a:active {
	color: #21A0C7;
}
h1 {
	font-size: 24px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	font-size: 18px;
	color: #6CF;
}
h3 {
	font-size: 16px;
	color: #6FC;
}
h4 {
	font-size: 14px;
	color: #F90;
}
h5 {
	font-size: 12px;
	color: #9C9;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #333;
}
.nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #333;
	line-height: 120%;
}
.footer {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
.blurb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #666;
	line-height: 115%;
}

