/* This is the style of your browser text */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #E11C1D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Courier New, Courier, mono;
	margin: 0;
	padding: 0;
	line-height: 16px;
}


h1 {
	text-align: left;
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 14px;
}

h4 {
	color: #ff0000;
	font-size: 14px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 12px;
}

#container {
	width: 980px;
	margin: 0 auto;
	border-left: 0px #000 double;
	border-right: 0px #000 double;	
	background-color: #FFF;
}

#main {
	float: left;
	width: 400px;
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#left {
	float: left;
	width: 10px;
	margin: 0 20px 14px 0;
	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;
	width: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 1.3em;
}