html, body {
	height: 100%;
}

body {
	background-color: #cfc47d;
	margin: 0px;
	text-align: left;
	background-image: url(images/bgloop.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body, td, tr, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	line-height: 25px;
}

body, form, p {
	margin: 0px;
}

h1 {
	padding-top: 20px;
	text-align: center;
	font-size: 170%;
}

h2 {
	font-size: 140%;
}

a {
}

a:hover {
}

a:visited, a:active {
}

#bodytext {
	min-height: 400px;
}


.header_index{
	background-image: url(images/header_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_functions{
	background-image: url(images/header_functions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_menus{
	background-image: url(images/header_menus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.header_photos{
	background-image: url(images/header_photos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer_index{
	background-image: url(images/footer_index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer_functions{
	background-image: url(images/footer_functions.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer_menus{
	background-image: url(images/footer_menus.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer_photos{
	background-image: url(images/footer_photos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#content {
	padding: 35px;
	text-align: left;
}
	
#nav {
	text-align: right;
	width: 760px;
}

#footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	font-size: 80%;
	line-height: normal;
	padding-top: 30px;
}
.smalltext {
	font-size: 80%;
	line-height: normal;
}
#define {
	width: 500px;
	border: solid 2px #f5b45d;
	background-color: #FFFFCC;
	font-size: 110%;
	text-align: center;
	padding: 10px;
}

.blurb {
	font-size: 115%;
	padding: 10px;
	border: solid 2px #f5b45d;
}

#menu {

}

#menu td {
	border-top: solid 1px #f5b45d;
	line-height: normal;
}

#menu td p {
	line-height: normal;
}

.menuHead {
	font-size: 120%;
	font-weight: bold;
	border-top: none;
	padding-top: 26px;
}
