body {
	background: url(../images/bg.png) #000000 top;
}
.clear {
	clear: both;
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
}
#header {
	width: 1020px;
	height: 345px;
	background: url(../images/header.jpg);
	margin-top: 50px;
}
#banner {
	width: 1020px;
	height: 487px;
}
p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.center {
	text-align: center;
}
p.centerspaced {
	text-align: center;
	margin-top: 5px;
}
p.spaced {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 45px;
	text-align: center;
}
h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #2d82b2;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
}
h4.blue {
	color: #2d82b2;
}
h4.bluesm {
	color: #2d82b2;
	font-size: 14px;
}
.thirdcolumn {
	width: 300px;
	margin-left: 30px;
	float: left;
}