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

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



#site-container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:auto;
	background-color:#ffffff;
	border-top:0px;
	padding-top:14px;
	}
	
#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:15px;
	padding-bottom:5px;
	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:350px;
	height:50px;
	float:left;
	border:0px;
	padding-left:20px;
	padding-top:5px;
	line-height:22px;
	}
	
	#nav img {
		height: 75px;
		width: 75px;
		border: none;
	}
	
	#nav a {
		text-decoration: none;
		text-transform: lowercase;
		font-size: 10px;
		color: #891313;
	}
		
		#nav a.selected-nav {
			color: #891313;
		}
	
#contact {
	position:absolute;
	width:450px;
	height:43px;
	right:1px;
	text-align:right;
	border:0px;
	padding-top:32px;
	line-height:18px;
	top: 818px;
	}
	
#image-container {
	width:720px;
	height:425px;
	padding:5px;
	padding-left:100px;
	background-color:#ffffff;
}

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

