@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(aarongr.jpg);
	
}

/* Pre-loading the Hover Images - this makes them invisible */
img.loading {
	display: none;
}

/* The container div - holds all the other divs */
div#container {
	width: 800px;
	height: 1170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}


div#header {
	width: 800px;
	height: 139px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(images/header.jpg);
}


div#flash1 {
	width: 466px;
	height: 139px;
	position: absolute;
	top: 0px;
	right: 18px;
}

/* NAVIGATION DIVS with Hover States*/

div#first {
	width: 108px;
	height: 37px;
	position: absolute;
	top: 139px;
	left: 0px;
	background-image: url(images/first.jpg);
}
div#first:hover {
	background-image: url(images/first-hover.jpg);
}


div#second {
	width: 117px;
	height: 37px;
	position: absolute;
	top: 139px;
	left: 108px;
	background-image: url(images/second.jpg);
}
div#second:hover {
	background-image: url(images/second-hover.jpg);
}


div#third {
	width: 193px;
	height: 37px;
	position: absolute;
	top: 139px;
	left: 225px;
	background-image: url(images/third.jpg);
}
div#third:hover {
	background-image: url(images/third-hover.jpg);
}


div#fourth {
	width: 141px;
	height: 37px;
	position: absolute;
	top: 139px;
	left: 418px;
	background-image: url(images/fourth.jpg);
}
div#fourth:hover {
	background-image: url(images/fourth-hover.jpg);
}


div#fifth {
	width: 241px;
	height: 37px;
	position: absolute;
	top: 139px;
	left: 559px;
	background-image:url(images/fifth.jpg);
}

div#fifth:hover {
	background-image: url(images/fifth-hover.jpg);
}


/* Main Content Area - below the nav */
div#main_content {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 800px;
	height:995px;
	overflow:auto;
	color: #594a2d;
	background-color:#F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}
div#footer {
	position:absolute;
	background-color:#dbd9d9;
	text-align:center;
	color: #594a2d;
	top: 1170px;
	width:800px;
	height:35px;
	left: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
div#ad {
	position:absolute;
	top:800px;
	left:30px;
	width:800px;
	height:auto;
	padding:inherit;}
div#intro {
	position:absolute;
	top:176px;
	width:375px;
	left:auto;
	height:auto;
	padding:inherit;}




h1 {
	margin: 25px;
	font-size: 16pt;
}
h2 {
	margin: 25px;
	font-size:14px;
	color:#549320;
}
h3 {
	margin:25px;
	font-size:12px;
	color:#A7E3DD;
	
}

p {
	margin: 25px;
}
span.question{
	font-size:12px;
	color:#594a2d;
	font-family:"Arial Black", Gadget, sans-serif;
}


img.left {

	padding-top:20px;
	padding-bottom:5px;
	image-size:auto;
	margin-left:40px;
}
div#right {
	float:right;
	padding-left:20px;
	
}
