body {
	color: #000;
	background-color: #efefef;
	background-image:url(images/footer.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center right;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid #ccc 11px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	padding-bottom: 25px;
	min-width:600px;
}

#wrapper	{
	color: #efefef;
	margin: 15px auto;
	padding: 0;
	height:100%;
	width: 732px; 
	}

html>#wrapper	{
	width: 800px;
	} 
	
#content	{
	margin:0 0 0 40px;
	width:auto;
}

#thumb	{
	width:135px;
	float:left;
	margin:0;
}
#thumb	img	{
	margin:0 0 5px 0;
	border:none;
}


#display {
	width:520px;
	height:433px;
	background-color:#efefef;
	margin:0;
	float:right;
}

.full	{
	width:520px;
	height:433px;
}

#display img {
	margin:auto auto;
}

#display p {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:right;
	font-size:0.75em;
	padding:20px 20px 0 0;
	margin:0;
}

#instr	{
	color:#333333;
	text-align:left;
	padding:0;
	clear:both;
	margin-top:5px;
}

#instr	p	{
	float:right;
	padding:3px 0 10px 10px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.65em;
	border-top:thin solid #ccc;
	border-bottom:thin solid #ccc;
	width:135px;
}

#logo	{
	position:absolute;
	top:465px;
	left:5px;
}
#logo	img{
	border:0;
}



	/* General links */
	
a:link, a:visited {
	text-decoration : none;
	color:#330;
	border:0px none #efefef;
	padding-left:3px;
	padding-right:3px;
	}

a:hover {
	text-decoration : none;
	color: #063;
	border:0px none #efefef;
	}

a:active {
	text-decoration : none;
	color: #063;
	border:0px none #efefef;
	}




	/*  vertical nav */

#nav {
	margin:0;
	padding: 0 2px 0 0;
	position:absolute;
	top:25px;
	left:12px;
	}

#nav, #nav ul {
	padding: 0 2px 0 0;
	margin:0;
	list-style: none;
	}
	
#nav ul li a {
	background: #efefef;
	width: 6em;
	height: 2em;
	padding: 0 3px 0 3px;
	margin: 0;
	color: #330;
	display: block;
	text-align:left;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-size:0.875em; 
	text-indent: 5px;

	}
	
#nav ul li a:hover {
	background-color:#dfd7b9;
	color:#063;
	}
	
#nav a {
	display: block;
	width: 65px;
	}
	
#nav a.here {
	background-color:#ddd;
	color:#063;
}
#nav a.here:hover {
	background-color:#ddd;
}

#nav li {
	width: 65px;
	}
	
#nav li ul {
	position: absolute;
	width: 65px;
	left: -999em;
	}
	
#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
	}
	
#footer	{
	width:500px;
	margin:10px 0 0 10px;
	text-align:left;
	line-height:12px;
	font-size:0.65em;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color:#aaa;
}
