body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #a0a474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:16px;
}
.home {
	background-color: #d1d1ad;
	padding: 30px;
	vertical-align:top;
	text-align:justify;
}

.home .facebook{
	padding: 10px 50px 0 20px;
	float:left;
	
}

.home .intro{
	padding: 0 30px 0 0;
	float:left;
}

a{
	text-decoration: underline;
	color: #000000;
	}
a:hover{
	text-decoration: none;
	}
H1 {
	font-size:24px;
	font-weight:normal;
	color: #000000;
	line-height:26px;
}
.menu {
	vertical-align:top;
	padding-bottom: 200px;
}
.content {
	background-color: #d1d1ad;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 20px 200px 20px;
	vertical-align:top;
	text-align:justify;
}
.footer td{
	padding: 10px;
	font-size:10px;
}
.footer a{
	text-decoration: none;
	color: #000000;
	}
.footer a:hover{
	text-decoration: underline;
	}
.events {
	vertical-align:top;
	padding: 15px 0 15px 0;
	text-align:left;
	line-height:20px;
}

.sponsor{ border-bottom: solid 1px #000000; font-size:18px; font-weight:bold; padding:3px 0 3px 0;}

.chart{ border:#a2a778 solid 1px;}
.chart td{ padding:10px 5px;}
.borderright{ border-right:#a2a778 solid 1px;}
.borderleft{ border-left:#a2a778 solid 1px;}
.borderbottom{ border-bottom:#a2a778 solid 1px;}