body {
	background: #0254A0 url('/images/background.gif') repeat-x fixed;
	margin: 0;
	padding: 20px 0;
	font-family: "trebuchet ms", georgia, helvetica, arial, sans-serif;
	font-size: 100%;
}

#container {
	border: 1px solid #333;
	background: #FFD9D9;
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	overflow: auto;
}

#head {
	text-align: center;
	float: left;
	width: 612px;
	margin: 0 10px;
}

#privacy {
	font-size: 80%;
}

.headfont {
	color: red;
}

#teaser {
	float: left;
	width: 592px;
	margin: 0 10px;
	padding: 10px;
	color: #FFF;
	background: url('/images/optInBackground.jpg') no-repeat;
	font-size: 95%;
}

#phoenix { /* 184w */
	float: left;
}

#headshot { /* 184w */
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

#content {
	width: 706px;
	background: #FFF url('/images/contentBackground.gif') no-repeat;
	float: right;
	margin: 10px 0 0 0;
	padding: 30px 50px;
	font-size: 90%;
}

#testimonial {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin: 20px;
	padding: 10px;
}

a:link,a:visited,a:active {
	color: #003366;
}

a:hover {
	color: #CC3300;
}

#nav {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 184px;
	float: left;
	clear: left;
}

#nav li {
	line-height: 20pt;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #0254A0;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #006699;
	width: auto;
	padding: .2em .4em;
}

#nav li a:hover,#nav li a:active,#nav li a:focus {
	color: #FFFFFF;
	background-color: #006699;
}

form {
	margin-bottom: 0;
}

form label,form input {
	font-size: 8pt;
}

#contact {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 90%;
}

h1,h2,h3 {
	color: #0254A0;
}

#head h1 {
	font-size: 2.3em;
	margin: 0 0 .2em 0;
}

#head h2 {
	margin: 0 0 .2em 0;
	font-size: .9em;
}

h1 {
	font-size: 125%;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-style: italic;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

p {
	font-size: 90%;
}
