#container	{
	background: url(container_bg.jpg) top left repeat-y;
	}
#middle	{
	background: url(content_bg.png) white top right repeat-y; 
	}
#content	{
	background: url(body_img.jpg) transparent top left no-repeat;
	}
#announcements	{
	float: right;
	width: 220px;
	background-color: transparent;
	color: #444;
	margin-left: 35px;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	}
#announcements h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	border-bottom: 2px dotted #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 0;
	}
#announcements h3	{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0;
	}
#announcements p	{
	font-size: .85em;
	margin: 0;
	margin-bottom: 1.1em;
	padding: 0;
	}
#announcements .hilight	{
	font-size: 1.05em;
	}
#splash	{
	float: right;
	text-align: right;
	padding-top: 75px !important;
	padding-top: 85px;
	width: 165px;
	}

#features	{
	clear: both;
	background: url(feature_bg.png) white top left repeat-x;
	width: 785px;
	margin-left: 5px;
	padding: 0;
	text-align: left;
	border-top: 1px solid #9BA554;
	/*height: 139px;*/
	height: 150px;
	overflow: hidden;
	}
#feature1	{
	float: left;
	width: 195px;
	padding: 5px;
	border-right: 1px dotted #333;
	/*background: url(features/feature1.jpg) transparent 5px 5px no-repeat;*/
	height: 139px;
	overflow: hidden;
	}
#feature2	{
	float: left;
	width: 180px;
	padding: 5px;
	border-right: 1px dotted #333;
	background: url(features/feature2.gif) transparent 5px 5px no-repeat;
	height: 139px;
	overflow: hidden;
	}
#feature3	{
	float: left;
	width: 180px;
	padding: 5px;
	border-right: 1px dotted #333;
	background: url(features/feature3.jpg) transparent 5px 5px no-repeat;
	height: 139px;
	overflow: hidden;
	}
#feature4	{
	float: left;
	width: 180px;
	padding: 5px;
	/*background: url(features/feature4.jpg) transparent 5px 5px no-repeat;*/
	height: 139px;
	overflow: hidden;
	}
#features h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #AB1531;
	margin: 0px;
	margin-top: 4px;
	font-variant: small-caps;
	}
#features img	{
	float: left;
	margin: 0;
	margin-right: 5px;
	}
#features p {	
	margin-top: 5px !important;
	maring-top: 0;
	font-size: .75em;
	clear: both;
	}
	
.popup {
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	border: 1px solid #aa1430;
	background: #fcfcfc;
	padding: 6px;
	width: 165px;
	}
	
.popup ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

.popup li {
	margin: 0;
	padding: 4px;
	}