body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center;
	color: #000000;
}
#wrapper {
	width: 780px;
	color:white;
	background: #000000;       /* CFC 090301 */
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

#branding {
	width: 100%;
	color:white;
	background: #000000;       /* CFC 090301 */
	margin: 0;
	border: 0;
	text-align: center;
}

#header {
	width: 100%;
	color:white;
	background: #000000;       /* CFC 090301 */
	margin: 0;
	border: 0;
	text-align: center;
	height: 130px;
	background: #000000 url("images/pig_crop.gif") no-repeat top left;
}

#header p {
	margin: 0;
	border: 0;
	padding-top: 10px;
	text-align: center;
	font-family:Monotype Corsiva, Arial, Helvetica, sans-serif;
	font-size: 52px;
}


#menu_bar_div {
	display: block;
	width: 100%;
	float: left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#home_page #content p {
	text-align: center;
	font-family:Webster, Arial, Helvetica, sans-serif;
	color: #CC33FF;
}

.tues_skate {
	background: #000000;       /* CFC 090301 */
	margin: 0;
	border: 0;
	padding-top: 10px;
	font-size: x-large;
	text-align: center;
	font-family: Webster, Arial, Helvetica, sans-serif;
	color:green;
}

#about_us_page #content p {   /* CFA 090309 */
	line-height: 1.5em;
}



#footer {
	width: 100%;
	color:white;
	background: #000000;       /* CFC 090301 */
	text-align: center;
	font-size: xx-small;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearer{      /* CFA alternate clearer class */
	clear:both;
	margin:0px;
	margin-top:-1px;
	font:1px Monotype;
}