*{
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(newmans_gradient.jpg);
	background-position: left 30px;
	background-repeat:repeat-x;
	background-color:#51331b;
}

#header {
	background-image:url(newmans_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:76px;
	width:100%;
}

#flash {
	/*background-color:#C9E0E8;*/
	padding:0;
}

#noFlash {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#right {
	float:right;
}

#left {
	float: left;
	width: 558px;
}

h1 {
	margin-top: 25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25pt;
	color: #f8c66d;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 2px;
	line-height: 14pt;
}
.spacer {
	width: 100%;
	height: 1px;
	background-color: #b9b8b8;
	display: block;
	margin-top: 15pt;
}
h2 {
	color: #f8c66d;
	padding-top: 15pt;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
}

.quote {
	margin-top: 15pt;
	font-style: italic;
}
.link {
	display: block;
}
.link a {
	padding: 5px;
	color: #f8c66d;
	text-decoration: none;
	font-style: normal;
}


