@charset "UTF-8";
/* CSS Document */
/* 
Website assembly, footer graphic, and CSS by Leo Florendo @ Freestyle Academy of Communication Arts & Technology
1299 Bryant Ave., Mt. View, CA 94040 http://freestyle.mvla.net
Contact him at leo.florendo@freestyle.mvla.net

Graphic design by SEIDLER DESIGN
Contact: Mark Seidler
Address: 16 Lorton Ave. #6, Burlingame, CA 94010
Phone: 650 804 5497 Email: mark@seidlerdesign.com
*/
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body , p, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
}
h2  {
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
a:link, a:visited, a:active {
	color: #4D8B2B;
}
a:hover {
	color: #030;
}
#outerwrapper {
	text-align: left;
	height: auto;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#content {
	padding: 10px;
	height: auto;
	width: auto;
	font-size: 90%;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	height: 80px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
	background-image: url(../images/footer_grass.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	bottom: 0px;
}
.pcentered {
	text-align: center;
}
.stats {
	font-size: 0.7em;
}
.coverimage {
	float: left;
	text-align: center;
	font-size: 0.7em;
}
