body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/bg_tile.gif) center repeat-y #123475;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 720px;
	text-align: left;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 720px;
	height: 125px;
}
#header h1 {
	position: relative;
	margin: 10px 0 0 15px;
	padding: 0;
	width: 300px;
	height: 125px;
	text-indent: -5000px;
	background: url(images/logo.gif);
}
#nav {
	position: absolute;
	top: 140px;
	left: 1px;
	font: bold 15px "Times New Roman", Times, serif;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
}
#nav a {
	text-decoration: none;
	color: #123475;
}
#nav a:hover {
	text-decoration: underline;
	color: #640362;
}
#nav li.lastlink {
	padding-right: 1em;
}
#header a.auto {
	position: absolute;
	top: 20px;
	left: 370px;
	width: 120px;
	height: 37px;
	display: block;
	text-indent: -5000px;
	background: url(images/auto.jpg);
}
#header a.home {
	position: absolute;
	top: 95px;
	left: 368px;
	width: 120px;
	height: 37px;
	display: block;
	text-indent: -5000px;
	background: url(images/home.jpg);
}
#header span.amp {
	position: absolute;
	top: 55px;
	left: 400px;
	width: 50px;
	height: 37px;
	text-indent: -5000px;
	background: url(images/amp.jpg);
}
#hero {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 209px;
	height: 235px;
	background: url(images/hero.jpg) center no-repeat;
}
#content {
	position: absolute;
	top: 166px;
	left: 0px;
	width: 380px;
	background: #D1BCD4;
	padding: 20px;
}
#content #tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(images/TL_purple.gif);
}
#content #tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url(images/TR_purple.gif);
}
#content #bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(images/BL_purple.gif);
}
#content #br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url(images/BR_purple.gif);
}
#content p, #sidebar p {
	margin: 0 0 1em 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
#content h2, #content h3 {
	color: #123475;
	font-size: 21px;
	margin-bottom: 0.4em;
}
#questhome #content h2, #questauto #content h2 {
	margin-bottom: 1em;
}
#content h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
#questhome #content h3, #questauto #content h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
#questhome #content h5, #questauto #content h5 {
	font: bold italic 14px Georgia, "Times New Roman", Times, serif;
	color: #123475;
}
#content span.firstletter {
	text-indent: -5000px;
	background: url(images/firstletter.gif);
	width: 60px;
	height: 55px;
	display: block;
	float: left;
	margin: 3px 3px 0 0;
}
#content a {
	color: #123475;
}
img {
	border: none;
	margin: 0 0 0 0;
}
img.picLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
img.picRight {
	float: right;
	margin-left: 1em;
}
#sidebar {
	position: absolute;
	top: 205px;
	right: 10px;
	width: 230px;
	background: #BCBED9;
	padding: 20px;
}
#sidebar #tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(images/TL_blue.gif);
}
#sidebar #tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url(images/TR_blue.gif);
}
#sidebar #bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(images/BL_blue.gif);
}
#sidebar #br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url(images/BR_blue.gif);
}
#sidebar h3 {
	color: #123475;
	font-size: 15px;
	text-align: center;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
#sidebar p {
	font: 11px Arial, Helvetica, sans-serif;
}
#sidebar ul {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#sidebar a {
	color: #123475;
}
#contentpic {
	position: absolute;
	top: 640px;
	right: 10px;
	width: 270px;
	height: 173px;
	background: url(images/family.jpg);
}
form {
	width: 375px;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
}
form p label {
	float: left;
	width: 40%;
}
form input.submit {
	margin: 20px 0 20px 140px;
}
