#floater {
	float:left;
	height:50%;
	margin-bottom:-25px;
}

#navBut {
	width:100px;
	height:42px;
}

#dennisPic {
	 float:left;
	 width:160px;
	 height:120px;
	 margin:10px;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

.mainRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#F00;
}

.mainGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#060;
}

.mainBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#00C;
}

.mainLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font:bold;
	text-align: center;
}

.titleLarge {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color:#263565;
	font:bold;
}

