body, html {
	margin: 0;
	font-size: small;
	background: url(../img/back.jpg) repeat-x;
}

#banner {
	height: 250px;
}

a {
	color: #7d0509;
}

a:hover {
	color: #f90a12;
}

#content h4 {
	color: #666;
	font: large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content {
	
}

.copy_col {
	width: 33%;
	line-height: 25px;
	padding: 10px;
	vertical-align: top;
}

#page_container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}

#credit_line {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}