@charset "UTF-8";
/* --------- CSS ---------- */

body {
	margin:0 0 0 0;
	padding:0px;
	background-color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#999999;
	font-size:10px;
	}

a {color:#666666; text-decoration:none}
a:visited {color:#666666; text-decoration:none;}
a:hover {color:#333333; text-decoration:none;}


/* -------- Site Container -----------*/

#site-container {
	margin-left:auto;
	margin-right:auto;
	width:820px;
	height:auto;
	background-color:#ffffff;
	border-top:0px;
	padding:0px;
	}
	
#enter-container {
	margin-left:auto;
	margin-right:auto;
	width:75px;
	height:auto;
	background-color:#ffffff;
	border-top:0px;
	padding-top:100px;
	text-align:center;
	}
	
#header {
	position:relative;
	width:820px;
	height:55px;
	padding:0px;
	padding-top:0px;
	padding-bottom:30px;
	border:0px;
	}

#contact {
	position:relative;
	width:150px;
	height:30px;
	float:left;
	text-align:left;
	border:0px;
	padding-top:0px;
	line-height:12px;
	}
	
	
#image-container {
	width:820px;
	height:580px;
	background-color:#ffffff;
}

#images {
	width:820;
	height:580px;
	padding:0px;
	border:0px;
	overflow:auto;
	}
	
	td {padding-right:0px;}
