body {
	background-color: #CCCCCC;
}
.style12 {color: #FF0000}
.style14 {font-size: 13px; font-weight: bold; color: #3333FF;}
.style16 {color: #FF0000; font-style: italic; }

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	background-color: #FFFFFF;
}
#nav {
	float: left;
	width: 120px;
	background-color: #FFD204;
}
#txt2 {
	margin-right: 125px;
	margin-left: 125px;
	background-image: url(media/handsbackground.png);
	background-position: center center;
}

#rightnav {
	float: right;
	width: 120px;
}
#txt {
	margin-right: 125px;
	margin-left: 125px;
	background-image: url(media/handsbackground.png);
}
#footer {
	clear: both;
}
.float-right {
	float: right;
	padding-left: 10px;
}
.float-left {
	float: left;
	margin-right: 5px;
}

.style11 {font-style: italic; color: #3333FF; font-size: 13px; font-weight: bold; }

