body {
	background: #C6E4F7 url(/images/background.png) repeat-x;
	margin: 0px 0px 20px;
	padding: 30px 0px 0px;
}
#masthead  {
	height: 156px;
	position: relative;
	width: 950px;
}
#masthead #logo {
	position: absolute;
	left: 8px;
	top: 8px;
}
#masthead #title {
	position: absolute;
	top: 22px;
	left: 156px;
}
#masthead #social {
	height: 34px;
	width: 125px;
	top: 19px;
	right: 14px;
	position: absolute;
}
#masthead #social img{
	display: block;
	float: left;
}
#contact {
	background: #429dd6;
	width: 245px;
	height: 21px;
	position: absolute;
	top: -30px;
	right: 27px;
	padding-top: 9px;
	padding-left: 0px;
}
#contact h3 {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 21px;
}
#contact h3 img{
	display: block;
	padding-left: 13px;
}
#clear {
	clear: both;
}
.clear {
	clear: both;
	padding-bottom: 100px;
}
#copyright {
	font: 11px/18px Verdana, Geneva, sans-serif;
	width: 850px;
	margin: 0px auto;
	text-align: center;
	color: #666;
}
