@charset "utf-8";
#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/watercooloer_bkgnd-1.jpg);
	text-align: center;
}
.floatRight {
	float: right;
}

#sidebar {
	float: left;
	width: 250px;
	text-align: left;
}
#content {
	float: right;
	width: 430px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.tealText {
	color: #48A4B7;
}

#innerPic {
	position: absolute;
	left: 35px;
	top: 24px;
}

#contentContainer {
	margin-top: 20px;
}
#content p a {
	padding-left: 0px;
}

.smallerText {
	font-size: 0.95em;
	color: #333333;
}
.whiteText {
	color: #FFFFFF;
}
h3 {
	font-weight: bold;
	color: #333333;
	font-size: 1.4em;
}
