body {
	margin:0;
	padding:0;
	border:0;
	background:url(../images/background.gif);
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}

.thumbnail {
	border:4px;
	border-color: #E0E0D0;
	border-style: solid;
	width: 100px;
	height: 75px;
	margin: 0 20px 20px 0;
	padding: 0;
	cursor: pointer;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a:link, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: underline;
	}
	
#wrapper {
	position:relative;
	padding:0px;
	margin:0 auto;
	width: 697px;
	background: #fff;
	border-width:0 2px 2px 2px;
	border-style:solid;
	border-color:#E2DFC1;
}

#container {
	width: 657px;
	margin: 0 0 0 20px;
	border:0;
	padding:0;
	background:rgb(255,255,255);
}

#navigation {
	margin: 0;
	padding: 0;
	width: 657px;
	height: 70px;
	background: #807E7A;
	white-space: nowrap;
}

#content {
	float: left;
	margin: 2px 0 0 10px;
	width: 436px;
	padding-bottom: 15px;
}

#copy {
	padding: 10px;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #807E7A;
	line-height: 130%;
	}

#images {
	margin: 2px  0 0 0;
	width: 657px;
	height: 208px;
}

#subnav {
	width: 200px;
	float: left;
	padding: 0 0 100px 0;
	margin-bottom: 1px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #adad9c;*/
	color: #333;
	}
	
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#subnav li {
	border-bottom: 1px solid #fff;
	margin: 0;
	}

#subnav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #adad9c;
	color: #fff;
	text-decoration: none;
	}
	#subnav li a.active {
		background-color:#807E7A;
	}

html>body #subnav li a {
	width: auto;
	}

#subnav li a:hover {
	background-color: #807E7A;
	color: #fff;
	}


#separator {
	width: 657px;
	height: 10px;
	margin: 2px 0 2px 0;
	padding: 0;
	border: 0;
	background: #807E7A;
	font-size: 1px;
	}
	
.footer {
	font-size: 10px;
	padding: 8px 0 0 0;
	margin: 24px 0 24px 0;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-top-color: #807E7A;
	}
	
.skiplink {
	display:none;
	}
	
#overlay {
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.75;
	display:none;
	z-index:1000;
}
#largeImage {
	position:absolute;
	background:#fff url(../images/ajax-loader.gif) center center no-repeat;
	border:1px solid #000;
	width:680px;
	display:none;
	z-index:1000;
}
#largeImage div.close {
	width:120px;
	height:36px;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
	text-align:center;
	padding:0;
	cursor:pointer;
}
#largeImage div.close p {
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	margin:14px 0 0 0;
}
#largeImage img {
	padding:20px;
	width:640px;
}

/*=========================== THE MIGHTY CLEARFIX ===========================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
