@charset "UTF-8";
/* CSS Document */
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 432px;
	width: 960px;
	background-color: #FFF;
}
#navbar {
	background-color: #06F;
	height: 30px;
	width: 960px;
}
#content {
	background-color: #FFF;
	width: 960px;
	height: 1000px;
}
#featuredimage {
	height: 415px;
	width: 255px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 20px;
	background-color: #FFF;
	float: left;
}
#featured {
	float: left;
	width: 640px;
	margin-top: 20px;
	margin-left: 5px;
	background-color: #FFF;
	height: 410px;
	border-right: 20px;
	padding-left: 5px;
}

span.title {
	color:#09F;
	font-size: 28px;
}
span.subtitle {
	font-size: 18px;
	font-style: italic;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}#featured2 {
	height: 60px;
	width: 650px;
	text-align: center;
}