html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: Georgia, Times, Verdana;
	font-size: 10pt;
}

body a {
	color: #666;
	text-decoration: none;
}

body a:hover {
	color: #999;
	text-decoration: none;
}

body img {
	border: 0;
}

div#indexscreen {
	background: #333;
	border: none;
	margin: 20px auto;
	/*-moz-border-radius: 25px;*/
	width: 700px;
}

div#wrapper {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#container {
	background: #fff;
	border: none;
	height: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

div#header {
	height: 0;
	visibility: hidden;
}

div#menubar {
	padding: 0;
	width: 100%;
}

div#menubar ul {
	padding: 0;
	width: 100%;
}

div#menubar ul li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 10%;
}

div#menubar ul li a {
	height: 0;
	visibility: collapse !important;
	visibility: hidden;
}

div#menubar ul li a.activelink {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	visibility: visible;
}

div#main h4 {
	font-size: 8pt;
	margin: 20px auto;
	width: 75%;
}

div#footer {
	background: #ccc;
	border: none;
	bottom: 0;
	color: #fff;
	font-size: 8pt;
	height: 10px;
	letter-spacing: 5px;
	/*-moz-border-radius: 25px;*/
	margin: 25px auto 0;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

div#footer a {
	color: #666;
}

div#w3c_icons {
	visibility: hidden;
}

div#img {
	margin: auto;
	text-align: center;
}

div#img img {
	margin: auto;
	text-align: center;
}

div#close {
	background: #000;
	padding: 5px;
	text-align: center;
}

div#close a {
	color: #999;
}

div#close a:hover {
	color: #09f;
}

select#galleries_menu {
	background: #666;
	border: 1px solid #000;
	color: #000;
	font-family: Georgia, Times, Verdana;
	font-size: 9pt;
	height: 20px;
	margin: 15px 0 0;
}

div#gallery_container {
	background: #666;
	margin: auto;
	padding: 20px 0;
	text-align: center;
}

div#gallery_container .gallery {
	margin-left: 1.2em;;
	padding-bottom: .5em !important;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: left;
}

div#gallery_container img, div#gallery_container a {
	border: none;
	display: inline;
	/*height: 90px;*/
	margin-top: 5px !important;
	margin-top: 10px;
	padding: .1em !important;
	padding: .5em;
	text-align: center;
	width: 90px;
}

div#gallery_container a:hover {
	background: none;
}

div#gallery_container .gallery_title {
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
}

div#gallery_container .gallery_hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin-top: 15px;
	width: 75%;
}

.activelink {
	color: #fff;
	font-size: x-small;
	font-weight: bolder;
}

.backlink {
	text-align: center;
}

.backlink a {
	color: #ccc;
}

.center {
	text-align: center;
}

.clearing {
  height: 0;
  clear: both;
}

.construction {
	background: #eee;
	border: 1px dotted #333;
	margin: 2em auto;
	padding: 1em;
	width: 90%;
}

.construction h4{
	color: #333;
	font-size: x-small;
}

.construction p{
	color: #333;
	font-size: x-small;
	font-style: italic;
}

.error {
	color: #f00;
	font-weight: bold;
}

.justify {
	text-align: justify;
}

.padding_html {
	height: 350px;
}

.strong{
	font-weight: bold;
}

.third_party {
	font-size: 8pt;
	margin: 50px auto;
	text-align: left;
	width: 80%;
}

.underlined {
	text-decoration: underline;
}
