@charset "UTF-8";
/* CSS Document */
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 423px;
	width: 960px;
	background-color: #FFF;
}
#featured {
	background-color: #FFF;
	height: 600px;
	width: 960px;
	margin-top: 15px;
}
#featuredtext {
	background-color: #FFF;
	float: left;
	width: 500px;
	margin-right: 10px;
	height: 600px;
}
#featuredimage {
	background-color: #FFF;
	float: left;
	width: 450px;
	height: 600px;
	text-align: center;
}
#imagebar {
	height: 300px;
	width: 960px;
	margin-top: 20px;
	padding-top:20px;
	text-align: center;
}
#content {
	background-color: #FFF;
	width: 960px;
	height: 1000px;
}
span.title {
	color:#09F;
	font-size:27px;
}
span.title2 {
	color:#000;
	font-size:21px;
}
span.text {
	font-size: 17px;
}