﻿/* This is the style of your browser text */
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: aqua;
}
h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}
h2 {
	color: #660000;
	font-size: 16px;
	display: inline;
	width: 630px;
	float: left;
	margin-bottom: 10px;
}
h3 {
}
h4 {
	color: #660000;
	font-size: 16px;
	display: inline;
	text-align: left;
}
h5 {
	font-size: 35px;
	text-align: left;
}
#container {
	width: 740px;
	margin: 0 auto;
	border-left: 3px #000 double;
	border-right: 3px #000 double;
	background-color: transparent;
}
#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}
#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}
.gutter {
	margin: 10px;
}
#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}
#center {
}
#pullquote {
	float: right;
	margin: 0 0 .4em 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.3em;
	text-transform: uppercase;
}

