/* CSS Document */
body  {
	background-color: #B3B38C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
#wrapper  {
	font-size: 75%;
	text-align: center;
}
#wrapper a {
	color:#663300;
	font-weight: bold;
	text-decoration: none;
}
#wrapper a:hover {
	color:#666600;
	text-decoration: underline;
}

#splashTopLabel {
	width: 489px;
	margin: 10px auto 10px auto;
}
#splashFeatureImage img {
/*	width: 694px;
	margin: 0px auto 0px auto;
*/	border: 3px solid #660;
}
#splashTagLine {
	width: 400px;
	margin: 10px auto 10px auto;
}
#splashText {

}
	
/*
.splashFeatureImage_2 {
	border: 3px solid #C90;
}
.splashFeatureImage_3 {
	border: 3px solid #C60;
}
.splashFeatureImage_4 {
	border: 3px solid #FC0;
}
.splashFeatureImage_5 {
	border: 3px solid #DCDCC9;
}
*/
.smallText {
	font-size: 90%
}