body {
	margin: 0px;
	text-align: center;
}

img {
	border: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #CC0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #CC0000;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 778px;
	text-align: left;
}

#header {
	float: left;
	width: 778px;
	background: url("../header.jpg") no-repeat top left;
}

#buttons {
	float: left;
	width: 775px;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

.button {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	width: 120px;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #CC0000;
}

.button:hover {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	width: 120px;
	padding: 1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
}

#menu1 {
	position: absolute;
	left: 132px;
	top: 174px;
	width: 102px;
	padding: 10px;
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 3px solid #CC0000;
	border-bottom: 3px solid #CC0000;
	background-color: #FFFFFF;
	visibility: hidden;
}

#menu2 {
	position: absolute;
	left: 388px;
	top: 174px;
	width: 102px;
	padding: 10px;
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 3px solid #CC0000;
	border-bottom: 3px solid #CC0000;
	background-color: #FFFFFF;
	visibility: hidden;
}

.menuButtonTop {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
}

.menuButtonTop:hover {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
}

.menuButton {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 2px;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
}

.menuButton:hover {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 2px;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
}

#mainPage {
	float: left;
	width: 736px;
	padding: 20px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.mainPage {
	font-family: Arial, Helvetica, Times New Roman;
	color: #000000;
}

.mainPage p {
	font-size: 80%;
}

#images {
	float: right;
}

.homeImage {
	border: 1px solid #000000;
	margin-left: 20px;
	margin-bottom: 20px;
}

.pageImages {
	text-align: center;
}

.pageImage {
	border: 1px solid #000000;
	margin: 3px;
}

#bottomButtons {
	float: left;
	width: 774px;
	margin-bottom: 20px;
	padding: 2px;
	border-bottom: 2px solid #CC0000;
	background-color: #FFFFFF;
}

.bottomButtons {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	text-align: center;
	color: #000000;
}

.bottomButtons a {
	color: #000000;
	text-decoration: none;
}

.bottomButtons a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#copyright {
	float: left;
	padding: 2px;
}

.copyright {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	color: #000000;
}

#webbuilder {
	float: right;
	padding: 2px;
}

.webbuilder {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 70%;
	color: #000000;
}

.webbuilder a {
	color: #000000;
	text-decoration: none;
}

.webbuilder a:hover {
	color: #CC0000;
	text-decoration: underline;
}