/**************
 styles.css
**************/
body {
	background-color:#000;
	color:#fff;
	/* font-family: arial, helvetica, sans-serif;*/
}

/************
	layout
*************/
#header {
	margin-top:1em;
}

#mainimg {
	border:solid 1px #fff;
}

#content { }

#footer {
	clear:both;
	font-size:.85em;
	margin:0 auto;
	/*color: #333; */
	padding: 20px;
}
/*
#footer A:link, #footer A:visited {
    color: #666;
    text-decoration: none;
}
#footer A:hover, #footer A:active { color: #ccc; text-decoration: underline; }
*/

/*******
misc
*******/
.selected {
    border:1px solid #ccc;
    padding:2px;
}


#infoemailimg {
    margin:-4px 0;
}