@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #066;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#logo {
	width: 970px;
	text-align: center;
	color: #FFF;
}
#logo img {
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#logo img:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}
.content {
	width: 230px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
.content:hover {

}
.content:hover h2 {
	color: #D91E3D;
}
#contentwrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contentinnerwrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;	
}
.contentwrapper {
	padding: 0px;
	padding-bottom: 15px;
	text-align: center;
}

.contentwrapper img {
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */		
	margin-bottom: 5px;	
}
.contentwrapper img:hover {
	position: relative;
	top: -5px;	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */		
}
.readmore {
	display: block;
	color: #000;
	background-color: #D0D2D5;
	font-size: 14px;
	font-family: 'Doppio One', sans-serif;
	line-height: 28px;
	height: 28px;
	width: 120px;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
}
.content:hover .readmore {
	color: #FFF;
	background-color: #D91E3D;	
}
