body {
	color: #DDDDDD; 
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #000000;
}

body, div, span, ul, li {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 10px;
}

#content .header {
	display: block;
	cursor: pointer;
	cursor: hand;
}

#content .header h1 {
	float: left;
	font: bold 1.6em;
	color: #FFFFFF;
}

#content .header h2 {
	float: left;
	color: #FFFFFF;
	font-style: italic;
	font-weight: lighter;
	padding: 7px 0 0 15px;
}

#content .center, #footer {
	text-align: center;
	margin: 0px auto;
}

#footer {
	font-weight: bold;
}

#gallery_link {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}

form { 
	margin: 0;
	display:block;
	clear:both;
	width:770px;
}

form div.contain {
	margin-bottom:15px;
}

form label {
	color:#EAEAEA;
	display:block;
	float:left;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:400px;
}

form .field {
	float:left;
	font-size:92%;
	/*width:300px;*/
}

form .fieldgrp {
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
}

form .submit {
	text-align:right;
	padding:10px;
}

form .button {
	font-family: Arial;
	text-align:center;
	height:40px;
	background-color:#7BA2D3;
	border:2px outset #7BA2D3;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}


a:link, a:visited {
	color:#7BA2D3;
	text-decoration:none;
}

a:hover, a:active {
	color:#7BA2D3;
	text-decoration:underline;
}

#error {
	border: 1px solid #e71a1b;
	background: #810F0F;
	padding:5px;
	margin-bottom:25px;
	margin-left:0px;
	color: #e71a1b;
	font-weight: bold;
	text-align: center;
}

.ascii {
	font-family: 'Courier New', Courier, mono;
	font-weight: bold;
	font-size: 10px;
}

.ascii .cursor {
	cursor: pointer;
	cursor: hand;
}

#pager {
	clear:both;
	text-align:center;
	margin: 10px 0;
}

#pager a, #pager span {
	padding:0.2em 0.5em;
}

#pager a:hover {
	background:#7BA2D3;
	color:#FFFFFF;
	text-decoration:none;
}

.separator {
	border-bottom:1px dotted #C6C6C6;
	margin: 10px 60px;
}

.spacer {
	margin-top: 10px;
}

#links {
	margin: 10px 0;
}

img {
	border: 0;
}

#mini_gallery {
  width: 780px;
  height: 150px;
  position:relative; 
}

#mini_gallery ul {
  margin:0;
  padding:0;
  list-style-type:none; 
}

#mini_gallery ul li {
  float:left;
  list-style-image:none;
  list-style-type:none;
  width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px; 
  display:inline; 
  text-align:center;
}

#mini_gallery ul li a img {
  width: 50px;
  height: 50px;
  position: relative;
  margin:auto;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	clear:both; display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
