body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f7f4ee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B302A;
}
} 
.small {
	font-size: 10px;
}


h1 {
	font-size: 24px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica;
}
h2 {
	font-size: 18px;
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Sans;
}
h3 {
	font-size: 15px;
	font-style: normal;
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica;
	padding: 5px;
}
h4 {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Sans;
	font-size: 16px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

