@charset "utf-8";
/* CSS Document */

#wrapper {
	background-color: #FFF;
	height: 1150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #maincontent #floatright #footer {
	width: 800px;
}


#wrapper #maincontent {
	background-color: #FFF;
	height: auto;
	width: 800px;
}
#footer {
	background-color: #369;
	width: 800px;
}


#wrapper #maincontent #floatright {
	background-color: #FFF;
	float: right;
	width: 480px;
	margin-right: 5px;
}
#wrapper #maincontent #floatleft {
	background-color: #FFF;
	float: left;
	width: 285px;
	margin-left: 5px;
}
.floatleft {
	margin: 5px;
	float: left;
}
.floatright {
	margin: 5px;
	float: right;
}

.heading1 {
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 18px;
	color: #FFF;
	background-color: #00AEEF;
	width: 480px;
	font-weight:bold;
}
.highlighttext {
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 12px;
	color: #F00;
	text-align: center;
}

.heading2 {
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 18px;
	color: #FFF;
	background-color: #0C6;	
	font-weight:bold;
}
#wrapper #maincontent #floatleft #ice {
	float: left;
	height: 100px;
	width: 100px;
	padding-right: 5px;
}
#wrapper #maincontent #floatleft #bike {
	float: right;
	height: 100px;
	width: 100px;
}
.contenttext {
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 12px;
	color: #333;
	padding-left: 2px;
}
