* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body{
	background: url(images/Background.gif) repeat-x fixed;
	padding-bottom: 20px;
}

#site{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-bottom: 20px;
	width: 800px;
	background: url(images/Banner.png) no-repeat white;
	border: 1px solid black;
	padding: 110px 0px 20px 0px;
}

#content{
	width: 500px;
	float: left;
	display: inline;
	border: 1px solid #bfbfbf;
	margin: 0 20px;
	background: url(images/Dec13.gif) no-repeat 10px 38px;
}

#content #download{
	float: right;
	display: inline;
	padding: 5px 15px 0 0;
	width: 91px;
	text-align: center;
	font-size: 10px;
}

#content h1{
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 10px 0 0 10px;
}

#content h2{
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0 80px;
	color: #490706;
	padding-right: 125px;
}

#content address{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding-left: 100px;
	text-transform: uppercase;
	background: url(images/map_go.png) no-repeat 80px 3px;
	padding-right: 125px;
}

#content address a{
	text-decoration: none;
	color: black;
}

#content p{
	padding-left: 80px;
	padding-right: 125px;
	font-size: 12px;
}

#content .callout{
	background: #f8e6c7;
	padding: 0 0 10px 0;
}

#content .callout h2{
	text-align: center;
	color: black;
	font-size: 14px;
}


#contact {
	background: black;
	float: left;
	width: 235px;
}

#contact h1{
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 10px 0 0 10px;
	color: white;
}

#contact h2{
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0 80px;
	color: #490706;
	width: 300px;
}

#contact p{
	color: white;
	padding-left: 10px;
	font-size:12px;
}

#contact p a{
	color: white;
}


.clear{
	clear: both;
	height: 0px;
	margin-top: -1px;
}