/* Typography */
p {
	margin: 15px 0 0;
	padding: 0;
}
a:link {
	color: #f90;
	text-decoration: none;
}
a:visited {
	color: #f90;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: none;
}
h1 {
	color: #f90;
	font-size: 250%;
	font-weight: normal;
	text-decoration: none;
	margin: 0.67em 0;
}
h2 {
	color: #fff;
	font-size: 200%;
	font-weight: normal;
	margin: 0.83em 0;
}
h3 {
	color: #999;
	font-size: 150%;
	font-weight: normal;
	margin: 1em 0;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.33em 0;
}
h5 {
	color: #ccc;
	font-size: 200%;
	font-weight: normal;
	margin: 1.67em 0;
}
#header {
	width: 900px;
	height: 200px;
}
#footer {
	color: #999;
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
}
.designline_aco_footer {
	background-image: url(../images/footer_copyright.gif);
	background-position: 0 0;
}
