/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #999;
}

#wrapper {
	width: 900px;
	margin: 0 auto;	
	text-align: left;
	background: url(/images/bg-wrapper.jpg) top left repeat-y;
}

h1 {
	font-size: 23pt;
	text-transform: uppercase;
	margin-top: 15px;
	padding-top: 0;
	line-height: normal;
}

h1 span {
	text-transform: none;
	font-size: 14pt;	
}

h2 {
	text-align: center;
	font-size: 14pt;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
}

.hero-unit {
	text-align: left;	
}

#thumbs {
	text-align: center;
	width: auto;	
}

#thumbs a:link {
	border: none;	
}

#thumbs img{
	border: 4px solid #fff;
	margin: 3px;
	opacity:0.85;
	filter:alpha(opacity=85);	
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;

}

#thumbs img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#promo-box {
	
}

footer {
	height: 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: url(/images/bg-footer.png) top left repeat-x;
}
   
