#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2F2;
	background-image: url(images/contentHeaderBG_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #003399;
}
#header {
	height: 200px;
	width: 800px;
}
.spacer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1px;
	clear: both;
}
#navWrapper {
	height: 30px;
	width: 780px;
	margin-bottom: 20px;
	background-image: url(images/navigation-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#navWrapper a {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
#navWrapper a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}
#NavLeft {
	float: left;
	width: 300px;
	background-image: url(images/sideBarBG_04.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
}
.NavLeftADbox {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	font-weight: bold;
	color: #CB3266;
	margin-top: 30px;
	text-align: center;
}
.NavLeftBookMarkBox {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	font-weight: bold;
	color: #CB3266;
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F33;
	width: 289px;
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F33;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NavLeftSingleBoxes {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	font-weight: bold;
	color: #CB3266;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F33;
	width: 289px;
}
#NavLeft a {
	color: #CB3266;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 17px;
}
#NavLeft a:hover {
	color: #09006A;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
	font-size: 17px;
}
#footer {
	height: 76px;
	width: 800px;
	clear: both;
	margin-top: 10px;
	background-image: url(images/footerBG_02.gif);
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	color: #CB3266;
	font-size: 13pt;
}
#contentRight {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	line-height: 22px;
	color: #003;
	float: right;
	width: 480px;
	padding-right: 10px;
}
#contentRight h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #09006A;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#contentRight p {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
#contentRight h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #09006A;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
label {
	display: block;
	margin: 0px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
input {
	background: #B7B7B8;
	border: 1px dotted #333;
	padding: 3px;
	
}
.guestBookFloats {
	float: left;
	width: 220px;
	margin-right: 10px;
}

.guestBookFloatsBIG {
	float: left;
	width: 480px;
}

.questBookForm {
	font-family: "Comic Sans MS", cursive;
	background: url(images/formBG.png) repeat-y;
	padding-left: 5px;
	border: 1px dotted #A3294D;
}

#signedGuestBook {
	height: 380px;
	overflow: scroll;
	margin-bottom: 10px;
}
.guestbookname{
	font: 10pt "Comic Sans MS", cursive;
	background-color: #cc3366;
	color: #FFFFFF;
}
.guestbookdate{
	font: 9pt "Comic Sans MS", cursive;
	color: #999999;
	text-align: right;
}
.guestbookcomment{
	display:block;
}
.contactForm {
	font: 14pt "Comic Sans MS", cursive;
}
.imagesFloatLeft {
	float: left;
	margin-right: 8px;
}
.imagesFloatRight {
	float: right;
	margin-left: 8px;
}
