body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
    color: #616167;
}
#wrapper {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
}
#header {
	width: 1040px;
    height: 490px;
	margin: 0 auto;
	text-align: center;
    background: #ffffff url(../images/gregorysschuessler.jpg) no-repeat 0 0;
	
}
#header img {
    padding:70px 0 0 12px;
}
#content {
	color: #616167;
	width: 935px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	text-align: left;
	line-height:150%;
}
#footer {
	width: 1040px;
	margin: 0 auto;
	font-size: .8em;
}

h2 {
    color: #616167;
	font-size: 1em;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
p
 {
    margin: 0;
    padding: 0 0 20px 0;
}
a:link, a:visited, a:hover, a:active {
	color:#cf7f6a;
	font-weight: bold;
    text-decoration: none;
}