@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);


body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff url(images/bg.png) repeat-x center top;
	font:normal 0.9em/150% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
	text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#wrap {
	width: 738px;
	background:#fff url(images/content.png) repeat-x top;
	margin: 24px  auto;
	padding:0;
	min-height: 300px;
	box-shadow: 0 0 3px #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#navtop {
	width: 738px;
	margin: 0  auto;
	padding:0;
	height: 100px;
	margin-top: -25px;
}
	#logo h1 a {
		font-size: 28px;
		color: #fff;
		text-decoration: none;
	}
	#nav ul {
		float: right;
		list-style: none;
		margin-right: -20px;
	}
	#nav ul li {
		float: left;
	}
	#nav ul li a {
		float: left;
		display: block;
		padding: 29px 10px;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
	}
#header {
	text-align: center;
}
	#header h2 {
		font-size: 38px;
		padding: 30px 60px;
		padding-bottom: 0;
	}
	h3.smallheadline {
		font-size: 32px;
		padding: 10px 60px;
		text-align: center !important;
		display: block;
	}
	#header h4 {
		font-size: 18px;
		padding: 0 100px;
		font-weight: normal;
	}
#featured img {
	display: block;
	width: 500px;
	height: 350px;
	margin: 20px auto;
	margin-bottom: 0;
}
#content {
	clear: both;
	padding: 10px 20px;
}
	.feature {
		text-align: center;
	}