body{
	background-color: #FFFFF;
}

h2{
	margin-bottom: 0.25em;
}

a:link{
	color: #000000;	
}
 
a:visited{
	color: #000000;
}
 
a:hover{
	color: #e34b22;	
}

#footer{
	font-size: 12px; 
	text-align: center; 
	color: #233b57; 
	/* background: url('/static_media/images/footer_bg.jpg') top no-repeat; */
}

.center{
	text-align: center;
}

.header{	
	background-color: #FFFFFF;
	text-align:center;
}

.top_level_category{
	font-size: 1.4em;
	text-decoration: underline;	
	font-weight: bold;
}

.category{
	font-size: 1.2em;
}

.category-description{
	font-size: 1.2em;
	line-height:1.1em;
}

.thumb_container {
	min-height:350px;
	height:auto !important;
	height:350px;
}

.thumb_container a:link{
	text-decoration: none;
}

.thumb{
	width: 200px;
	height: 300px;
}

.scene_details_container{
	min-height:100px;
	height:auto !important;
	height:100px;
}

.field_name{
	font-size: 1.1em;
	font-weight: bold;
}

.field_value{
	font-size: 1.2em;
}

