html {
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
	background: #cfecfe;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

A:link
{
	text-decoration: none;
	color: #ffdd53;
}

A:visited
{
	text-decoration: none;
	color: #ffdd53;
}

A:active
{
	text-decoration: none;
	color: #44ff00;
}

A:hover
{
	text-decoration: none;
	color: #44ff00;
}

p { margin-top: 5px; }

h1
{
	margin-top: 0px;
	color: #44FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 5px;
}

h2
{
	margin-top: 0px;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 5px;
	text-indent: 25px;
}

h3
{
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 5px;
	text-indent: 50px;
}

#Container
{
	padding-left: 5px;
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px #042e06 solid;
	border-left: 1px #042e06 solid;
}

#header
{
	height: 280px;
	width: 900px;
	background-image: url(../images/IMG_1338.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	text-align: left;
}

#header blockquote {
	margin-block-start: 0em;
}

#headerlinks
{
	text-align: center;
	padding-top: 8px;
	width: 900px;
	height: 64px;
	background-image: url(/images/linkheader.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#headerlinks a:link
{
	text-decoration: none;
	color: #ffdd53;
	padding: 5px;
	font-size: 12pt;
	font-family: arial;
	margin-right: 5px;
}

#headerlinks a:visited
{
	text-decoration: none;
	color: #ffdd53;
	padding: 5px;
	font-size: 12pt;
	margin-right: 5px;
}

#headerlinks a:active
{
	text-decoration: none;
	color: #042e06;
	padding: 5px;
	font-size: 12pt;
	margin-right: 5px;
}

#headerlinks a:hover
{
	background: #ffffff;
	font-weight: none;
	color: #042e06;
	padding: 5px;
	font-size: 12pt;
	margin-right: 5px;
}

#mainbody
{
	overflow: auto;
	text-align: left;
	width: 900px;
	background-color: #042e06;
	margin-top: 0px;
	padding-bottom: 15px;
}

.left
{
	position: relative;
	float: left;
	width: 575px;
	margin-left: 15px;
}

.right
{
	position: relative;
	float: right;
	width: 300px;
	margin-left: 10px;
}

#footer
{
	position: relative;
	padding-top: 70px;
	text-align: center;
	color: #000000;
	width: 900px;
	height: 26px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#galleryspace
{
	position: relative;
	float: left;
	width: 875px;
	margin-left: 15px;
}
