body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;
}

li {
	font-size: 12px;
	line-height: 22px;
}

#page {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 530px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	width: 800px;
	clear: both;
	border-top: solid 2px #006600;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 10px;
	color: #999999;
}

#footer a:link {
	color: #336699;
}

#footer a:visited {
	color: #336699;
}

#footer a:hover {
	color: #FF6600;
}



.mainpic {
	float: right;
	text-align: right;
}

.mainpic img {
	border: solid 1px #006600;
}

.mainpic span img {
	border: 0px;
}

#subnav {
}

#subnav ul {
	list-style: none;
	border-left: solid 1px #FF9900;
	padding-left: 10px;
}

#subnav li {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 20px;
	font-size: 14px;
}

#subnav ul li a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

#subnav ul li a:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

#subnav2 {
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
}

#subnav2 .prev {
	width: 20%;
	padding-left: 5px;
	text-align: left;
	float: left;
}

#subnav2 .next {
	width: 20%;
	padding-right: 5px;
	text-align: right;
	float: right;
}

#subnav2 .home a:link, #subnav2 .prev a:link, #subnav2 .next a:link {
	color: #FF6600;
	text-decoration: none;
}

#subnav2 .home a:visited, #subnav2 .prev a:visited, #subnav2 .next a:visited {
	color: #FF6600;
	text-decoration: none;
}

#subnav2 .home a:hover, #subnav2 .prev a:hover, #subnav2 .next a:hover {
	color: #FF9900;
	text-decoration: none;
}


#gallery {
	clear:both;
	margin-left: 30px;
	padding-top: 10px;
}

#gallery img {
	border:solid 1px #006600;
	margin:4px;
}

