html {
	margin: 0px;
	visibility: visible;
	height: 100%;
}
#navigationouter {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

body {
	margin: 0px;
	visibility: visible;
	background-color: #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#credits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	position: absolute;
	right: 2px;
	bottom: 2px;
	padding: 5px;
}
#mainouter {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 15px solid #333333;
	padding: 10px;
	height: 296px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
#toppadding {
	height: 108px;
	width: 100%;
}


#credits a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#credits a:hover {
	color: #FFFF00;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}




ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap
}
ul#minitabs li{
	display: inline;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
ul#minitabs a{
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 10;
	padding-right: 20;
	padding-bottom: 15px;
	padding-left: 20;
}
#minitabs .plotone:link {
	color: #FF3300;
}
#minitabs .plotone:visited {
	color: #FF3300;
}


ul#minitabs a#current{border-color: #F60;color:#06F}
ul#minitabs a:hover{
	color: #FFFFFF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#hiddenpagetitle {
	height: 0px;
	width: 0px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	z-index: auto;
	position: fixed;
}
#mainouter #form #Name {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
#mainouter #form #Email {
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#mainouter #form textarea {
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#mainouter #form #security_code {
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#mainoutergallery {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 15px solid #333333;
	padding: 10px;
	height: 100px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
#galleryimage {
	text-align: center;
	width: 100%;
}
#galleryheaderimage {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
#undermain {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#galleryimage #galleryodd {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #333;
	clear: both;
	text-align: left;
	border: 1px solid #333;
}
#galleryimage #galleryind {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#galleryimage #galleryind #images {
	padding: 10px;
	float: right;
	width: 100px;
	background-color: #333;
	margin-left: 10px;
}
#galleryimage #galleryind #mainimage {
	text-align: center;
	padding-bottom: 10px;
}


#galleryimage #galleryeven {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #000;
	clear: both;
	text-align: left;
	border: 1px solid #333;
}
#galleryimage #galleryodd img {
	float: right;
}
#clearall {
	clear: both;
}
#galleryimage #galleryeven img {
	float: right;
}
