/* CSS Document */

html {
	font-size: 76%;
	font-family:"Times New Roman", Times, serif;
} 

html * {
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
}

body{
	margin:100px auto;
	padding:0px;
	width:800px;
	background-color:#EEE7D7;
}

#splash{
width:800px;
height:400px;
background-image:url(../images/splash.jpg);
background-repeat:no-repeat;
}

#splashTop{
width:800px;
height:174px;
}

#splashTop h2{
text-indent:-9999px;
}

#splashLeft{
float:left;
width:187px;
height:226px;
}

#splashSioux{
float:left;
width:212px;
height:226px;
text-indent:-9999px;
}

#splashMadison{
float:left;
width:212px;
height:226px;
text-indent:-9999px;
}

#splashRight{
float:left;
width:189px;
height:226px;
}