body	{
	background: #3A4058 url(images/rain_drk1.jpg);
}
#banner1	{
	position: relative;
 	z-index: 3;
	padding: 0px;
	margin: 0px;
}
#banner2	{
	text-align: center;
 	position: relative;
	top: -50px;
  	z-index: 2;
	padding: 0px;
	margin: 0px;
}
#verticalnav	{
	position: relative;
	top: -40px;
	float: left;
	height: 650px;
	width: 150px;
 	background: url(images/rose_chain.gif);
	padding: 0px;
	margin: 0px;
}
#verticalnav div	{
	text-align: center;
 	margin: 0px;
 	padding: 0px;
}
.btn_spacer	{
	height: 25px;
}
#maincontent	{
	position: relative;
	top: -40px;
	background: #C7CBD4 url(images/rain_lt.jpg);
 	padding: 10px;
 	margin: 0px 0px 0px 150px;
	font-family: "Footlight MT Light", "Comic Sans MS", "Lucida Handwriting"; 
	color: #000033;
	font-size: 1.3em;
	font-weight: bold;
}
#maincontent p	{
 	padding: 10px;
 	margin: 0px;
}
#maincontent a	{
	color: #26517c;
	text-decoration: none;
}
#maincontent a:hover	{
	color: #267c42;
	text-decoration: underline;
}
#maincontent img	{
	position: relative;		/* for IE disappearing floated image bug */
}