body {
	font-family:Arial;
	background-color: #C8C9FF;
	background-image: url(images/ladysharpblues.jpg);
	background-repeat: no-repeat;
}
#headbar {
	height: 110px;
}

#logo {
	width: 120px;
	float: right;
	margin-top: 10px;
}

#title {
	color: #000066;
	float: left;
	margin-top: 15px;
}

#catchphrase {
	font-size: medium;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	font-size: medium;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000066;
	font-weight: bold;
}

#content {
	float: right;
	font-size: small;
	border: solid #000066 1px;
	padding: 10px 10px 10px 10px;
	background-color: #DEDEFF;
	width: 75%;
}
#contact {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #000066;
	text-decoration: none;
	font-variant: small-caps;
}
#footer {
	font-size: small;
	font-weight: normal;
	text-align: left;
	float: left;
	border-top: solid #000066 1px;
	width: 100%;
}
#copyright {
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	float: left;
	width: 100%;
}
#navbar {
	font-size: medium;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	width:100%;
}
#menu {
	float: left;
	font-size: medium;
	width: 20%;
}
#wrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#mapwrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#thispage {
	padding: 2px 2px 2px 2px;
	border: solid #000066 1px;
	background-color: #DEDEFF;
	padding-left: 10px;
}
#notthispage {
	padding-left: 10px;
}
#indentmenu{
	padding-left: 20px;
}

