/* Feature */	
div#features {
	min-height:140px; /* change height */
	position:relative;
	text-align:left;}
div#features-panel {
	position:relative;}
div.feature {
	position:absolute;
	margin:0px 135px 0px 135px; /* change - margin and width must add to body */
	width:630px;} /* change - margin and width must add to body */
div.feature-graphic {
	float:left;
	margin:0px;
	padding:0px;
	width:315px;} /* change - graphic, margin, and text must add to width */
div.feature-text {
	float:right;
	font-size:12px;
	margin:35px 0px 0px 10px; /* change - graphic, margin, and text must add to width */
	padding:0px;
	text-align:left;
	width:305px;} /* change - graphic, margin, and text must add to width */
div#features-nav {
	clear:both;
	height:12px;
	margin:0px 418px 10px 418px; /* change - margin and width must add to body */
	width:64px;}
div.feature-nav-button {
	background:url(../images/featurebuttonoff.jpg);
	float:left;
	height:12px;
	margin:0px 2px 0px 2px;
	width:12px;}
div.feature-nav-button-over {
	background:url(../images/featurebuttonover.jpg);
	float:left;
	height:12px;
	margin:0px 2px 0px 2px;
	width:12px;}

div#feature-2,
div#feature-3,
div#feature-4 {
	display:none;}
	
/* Message */	
div#message {
	margin:10px 0px 10px 0px;
	position:relative;
	text-align:center;}
div#breadcrumb {
	color:#666;
	font-size:13px;
	font-weight:bold;}	
div#breadcrumb a:link,
div#breadcrumb a:visited {
	color:#FCF;
	text-decoration:none;}
div#breadcrumb a:hover {
	color:#FCF;
	text-decoration:underline;}