@charset "utf-8";
#content {
	padding: 20px;
}
h1 {
	text-align: center;
}
#footer {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	height: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #666666;
}
#footertext {
	color: #000;
}

h2 {
	font-size: x-large;
	text-align: center;
}
.right {
	float: right;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}



/* CSS Document */
#splashwrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 100px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffe8;
	margin-bottom: 20px;
	margin-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	border: thick double #666666;
}
#banner {
	height: 100px;
	padding-top: 10px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
#footer a {
	font-weight: bold;
	color: #CB3537;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
#navbar a:hover {
	color: #fffff0;
	background-color: #000;
}

#banner2 {
	height: 100px;
}

.button {
	font-size: large;
	font-variant: small-caps;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}
#splashwrapper a {
	color: #010101;
	text-decoration: none;
}
#splashwrapper a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #008;
}
body {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #008;
	background-attachment: scroll;
	background-image: url(Images/crabtile.gif);
	background-repeat: repeat;
	background-position: 45px top;
}

#navbar {
	text-align: center;
	height: 40px;
	font-weight: bolder;
	color: #cb3537;
	padding-top: 20px;
	font-size: medium;
	font-variant: small-caps;
}
#navbar a {
	color: #fffff0;
	background-color: #CB3537;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
}
#slideshow {
	height: 310px;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
a {
	font-weight: bolder;
	color: #CB3537;
	text-decoration: none;
}
#map {
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	width: 425px;
	border: medium solid #CB3537;
}
.red {
	color: #F00;
}
