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

body{
	margin-left: auto;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 40px;
	width: 920px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#caption{
	width: 920px;
	height: 12px;
	position: relative;
}

#top_bar{
	text-align: right;
	width: 920px;
	padding-top: 2px;
}
.logo{
	position: absolute;
	border: 0;
}


#thumbs{
	margin-top: 50px;
	width: 940px;
	font-size: 0.8em;
}
#thumbs img{
	margin-bottom: 0px;	
	border: 0;
}
#thumbs a:link{
	text-decoration: none;	
}
#thumbs a:visited{
	text-decoration: none;	
}
#thumbs a:hover{
	text-decoration: none;	
}
#thumbs a:active{
	text-decoration: none;	
}
.thumb{
	width: 294px;
	height: 240px;
	margin-right: 19px;
	float: left;
	cursor:pointer;
}
.thumb p{
	margin: 12px 0px 0px 0px;
	pasdding: 0;
}
#images{
	margin-top: 38px;
}
#slideshow{
	margin-top: 38px;	
}
#prev{
	cursor: pointer;
	float: left;
}
#next{
	float: left;
	padding-left: 10px;
}
#image_nav{

	margin-top: 20px;
	margin-bottom: 5px;
		
}
#image_nav a.activeSlide 
{ 
	color: #CCC;
}
#image_nav a:focus { outline: none; }
#image_nav a { padding-right: 3px; }

#images img{
	margin-bottom: 50px;
}

#footer{
	margin: 0 auto;
	position: relative;
	width: 920px;
}

#footer{
	margin-top: 20px;
}
a:link{
	color: black;
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: underline;
}
a:active{
	color: black;
	text-decoration: none;
}
