@IMPORT url("reset.css");
@IMPORT url("gallery.css");

body {
	background-color: black;
}

/* 62.5%/1.5 */
html { font-family: arial; line-height:1.4; letter-spacing: 1px; font-size: 0.8em;}
li, dt, dd {  }
ul, ol, dl { margin-bottom: 1.8em; color: #e77817; }
p { margin-bottom: 1.5em; font-size: 0.8em;}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a img {
		border-width:  0 0 0 0;
}



body {
	color: #999999;
	background: black;
	text-align:center;
}

.smallText {
	font-size: x-small;
}

.centered {
	margin:0pt auto;
}

.header-images img {
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	border: 1px solid white;
	width: 138px;
	height: 138px;
}

.header-links {
	overflow: visible;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-links a {
	margin-left: 10px;
	margin-right: 10px;
/*	margin: 10px 10px 10px 10px;	*/
	font-weight: bold;
}

.header-links a img {
	vertical-align: top;

}


.content {
/*	width: 770px; */
	margin-left: auto;
	margin-right: auto;
	
/*	
	padding-top: 1em;
	padding-bottom: 1em; 
	border: 1px solid red; */
	z-index: -1;
	
/*	overflow: scroll; */
	
}

#mailForm
{
	text-align: left;
}

#mailForm table td {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

.main_content {
	width: 355px; 
	text-align: left; 
	margin-top: 40px; 
	margin-left: 20px; 
	font-size: 1em
}

.main_content p {
	font-size: 1em;
}

.debug {
	text-align: left;
	border: solid 1px white;
}
