body,html{
	width:100%;
}

body{
	background: url('../images/backgrounds/background-light.png') repeat;	
	background-color:#FFF;
	margin:0;
	padding:0;
	height:100%;
	font-weight:bold;
	font-size:120%;
}
#container{
	width:100%;
	min-height:100%;
	height:100%;
	/*height:900px;*/
}
#header{
	float:left;
	width:100%;
	margin-top:10px;
}
#logo{
	float:left;
}
#eight-ball{
	margin-top:10px;
	margin-right:20px;
	float:right;
}
/*PayPal*/
#button input{
	width:100%;
	/*height:32px;*/
	border: 0px;
}
#menu{
	float:left;
	background: transparent url('../images/backgrounds/menu.png') repeat-x;
	width:100%;
	height:39px;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li{
	float:left;

	background:url('../images/backgrounds/menu-tab.png') repeat-x;
	color:#FFF;

	width:90px;
	height:31px;
	margin-right:4px;

	font-family:Times New Roman;
	font-size:24px;
	text-align:center;
}
#menu ul li a{
	text-decoration:none;
	color:#FFF;
}
#menu ul li a:hover{
	color:yellow;
}
#content{
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
#footer{
	float:left;
	background: transparent url('../images/backgrounds/footer.png') repeat-x;
	width:100%;
	height:126px;
}
#footer-text{
	color:#FFF;

	margin-top:50px;
	font-family:Times New Roman;
	font-size:24px;
	text-align:center;
}

/* Misc */
img{
	border:0;
}

form label{
	float:left;
	margin-right:25px;
	text-align:right;
	width:150px;
}

input{
	border-color:#000;
	border-width:1px;
	width:300px;
}

textarea{
	border-color:#000;
	border-width:1px;
}
.event_date{
	color:purple;
	font-size:125%;
}
.calendar td{
}
.calendar td{
	border:1px;
	border-style:solid;
	border-color:black;
}