/* --------- Tom Schirmacher 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:underline;}
a:visited {color:#666666; text-decoration:underline;}
a:hover {color:#333333; text-decoration:underline;}


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

#site-container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	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:200px;
	text-align:center;
	}
	
	#enter-container img {
		border: none;
		height: 75px; 
		width: 75px;
	}
	
#header {
	position:relative;
	width:900px;
	height:75px;
	padding:0px;
	padding-top:50px;
	padding-bottom:25px;
	border:0px;
	}

#logo {
	height:75px;
	width:75px;
	float:left;
	border:0px;
	padding:0px;
	}
	
	#logo a:hover {background:none;}

		#logo a img {
			border: none;
			height: 75px;
			width: 75px;
		}

#nav {
	width:600px;
	height:50px;
	float:left;
	border:0px;
	padding-left:25px;
	padding-top:25px;
	line-height:22px;
	}
	
	#nav img {
		height: 15px;
		width: 343px;
		border: none;
	}
	
	#nav a {
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		color: #999999;
	}
		
		#nav a.selected-nav {
			color: #666666;
		}
	
#contact {
	position:absolute;
	width:200px;
	height:43px;
	right:0px;
	text-align:right;
	border:0px;
	padding-top:32px;
	line-height:18px;
	}
	
#image-container {
	width:900px;
	height:580px;
	background-color:#ffffff;
}

#images {
	width:900;
	height:580px;
	padding:0px;
	border:0px;
	overflow:auto;
	}
	
	td {padding-right:25px;}
	
#footer {
	width:850px;
	height:auto;
	text-align:center;
	padding:25px;
	}