body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #C8CED8;
}
a {
	color: #333;
}
img {
	border:0;
}
p, #content ul {
	line-height: 18px;
	margin: 0 0 15px 0;
}
h1 {
	margin: 0 0 15px 0;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Georgia, serif;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Georgia, serif;
}
h3 {
	margin: 0 0 15px 0;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Georgia, serif;
	text-align: center;
}
.quote {
	border-top: 1px solid #C8CED8;
	border-bottom: 1px solid #C8CED8;
	padding: 8px 0;
	color: #fff;
	font-weight: bold;
}
.name {
	font-weight: normal;
}
#container {
	width: 840px;
	margin: 0 auto;
}
#header, #menu, #content, #footer {
	width: 840px;
	float:left;
	position: relative;
}
#header {
	background: url(../images/headerbg.jpg) no-repeat -30px 0 #fff;
	height: 200px;
}
#header img {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#menu {
	background: #eee;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style: none;
	float:left;
}
#menu li a {
	float:left;
	padding: 12px 10px;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
}
#menu .active a, #menu li a:hover {
	background: #83A1C8;
	color: #fff;
}
#content {
	width: 810px;
	background: #83A1C8;
	padding: 15px;
	min-height: 370px;
}
.main {
	width: 480px;
	float: right;
	padding: 15px;
	border-left: 1px solid #C8CED8;
	margin-right: 50px;
	min-height: 400px;
}
.side {
	width: 235px;
	float:left;
	padding-top: 15px;
}
.testimonial {
	width: 810px;
	float:left;
	clear:left;
	border-top: 1px solid #C8CED8;
	padding-top: 15px;
	margin-top: 15px;
}
.video, #videoPlayer {
	width: 480px;
	float:left;
}
.text {
	float:right;
	width: 315px;
}
#footer {
	width: 810px;
	background: #eee;
	padding: 12px 15px;
	text-align: center;
}
#footer p {
	margin:0;
	padding:0;
}

