﻿#splash{
	width: 709px;
	height: 150px;
	border: 2px solid #6D4837;
	overflow:hidden;
	background-color: #4E802B;
}

#quote{
	width: 201px;
	height: 146px;
	float: right;
	color: #FFFFFF;
	background-color: #4E802B;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

#images{
	height:145px;
	width: 486px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0px solid #ffffff
}

#content{
	color:navy;
	border: 1px solid #FFFFFF;
	padding: 16px;
	border-top: none;
}

#content h1{
	color: navy;
	font-size: x-large;
	font-weight: bold;
}

#content h2{
	color: navy;
	font-size: large;
	font-weight: bold;
}

img {
	filter:alpha(opacity=100);
}

img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}
