/* Here's my little comment*/

body {
	margin: 0px;
	background-color: #E5E5E3;
}


h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #95938E; }
h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	color: #95938E;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
}

h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	color: #95938E;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-left: 30px;
}

p {
	line-height: 14px;
color: #999999; }




a:link {
	color: #8699a6;}

a:visited {
	color: #6F7F94;}

a:active {
	color: #CC6600;}

a:hover {
	color: #6291cf;}


#banner {
	background-color: #BAB8AF;
	height: 50px;
	background-image: url(images/banner_image.gif);
	background-repeat: no-repeat;
	border-bottom: 1px #6B6B6A solid;}


#content {
	background-color: #F9F9F9;
	height: 388px;
	width: 100%;
	margin: 0px; }


#content2 {
	background-color: #FFFFFF;
	height: 570px;
	width: 100%;
	margin: 0px; }



#nav {
	/*background-color: #F9F9F9;*/
	margin-left: +433px;
	margin-top: +87px;
	width: 241px; }

#splash_image { 
	height: 388px;
	/*width: 432px;*/
	margin: 0px;
	background-image: url(images/flashPlaceholder.jpg);
	background-repeat: no-repeat;
	float: left; }
	}
	
#address {
	background-color: #BAB8AF;
	height: 46px;
	/*background-image: url(images/address.gif);*/
	background-repeat: no-repeat;
	border-bottom: 1px #6B6B6A solid;
	border-top: 1px #6B6B6A solid; }


#image {
	/*background-color: #F9F9F9;*/
	/*margin-left: +135px;*/
	width: 100%;
	text-align: center; }


#below_footer {
	background-color: #F6F6F5;
	/*background-image: url(images/address.gif);*/
	background-repeat: no-repeat; 
	border-bottom: 1px #6B6B6A solid;
	border-top: 1px #6B6B6A solid;
	height: 45px;}


