html, body {
background: url("../images/noisy-texture-100x100-o19-d28-c-c3dbc0-t0.png") repeat scroll center center #c3dbc0;
	margin: 0;
	padding: 0;
font-family: 'GFS Didot', serif;
color: #5D5D5D;
}

#page-container {
background: white;
box-shadow: 0 0 30px #888888;
	width: 1020px;
	margin: auto;
}


#header {
	
	height: 60px;
}



#content {
	
text-align: center;
padding-bottom: 60px;
}

#footer {
padding-top: 10px;
background: #b1b2b4;
	
	height: 165px;
}
#footer-copy {
background: #b1b2b4;
border-top: 1px dashed black;

	height: 35px;
}
.col { 
 
  float: left;
  padding: 0px 0 0 10px;
  width: 243px;

}

p.headertext {
    color: #666666;
    font-weight: bold;
    line-height: 200%;

  margin-top: 0;
    text-decoration: underline;
}

p.copyright {
margin-top: 0px;
padding-top: 10px;
padding-right: 20px;
    color: #949494;
    
text-align: right;
}


