@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/menuBG.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:0;
	padding:0;
	height:100%;
	min-height:100%
}

h1
{
	font-size:18px;
	padding-bottom:-10px;
}

a
{
	color:#FFF;
	text-decoration:underline;
}

.large a:hover
{
	color:#CCC;
	text-decoration:underline;
}

.disclaimer
{
	font-size:10px;
}

#wrapper
{
	width:875px;
	margin:auto;
	min-height:100%;
	height:100%;
}

#logo
{
	padding-top:15px;
	float:left;
	width:450px;
}

#menu
{
	float:left;
	padding-top:17px;
	color:#000;
}

#menu a
{
	color:#000;
	text-decoration:none;
}

#menu a:hover
{	
	color:#006;
	text-decoration:underline;
}

#hpText
{
	width:550px;
	padding-top:20px;
	float:left;
	padding-bottom:30px;
}

#hpDonate
{
	float:left;
	width: 250px;
	margin-top:20px;
	color:#000;
}

#face
{
	float:right;
	padding-top:30px;
}

/* #events
{
	background-image:url(images/events.jpg);
	background-repeat:no-repeat;
	width:400px;
	height:200px;
	float:left;
} */

#events
{
	background-image:url(assets/upcomingevents.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:235px;
	float:left;
}

#eventsText
{
	width:380px;
	height:240px;
	padding-left:230px;
	padding-top:15px;
	float:left;
}

#spotlight
{
	width:830px;
	height:240px;
	clear:both;
	padding:10px;
	overflow:hidden;
}

#spotlight img
{
	padding-right:10px;
}

#footer
{
	color:#FFF;
	clear:both;
	padding-top:50px;
	text-align:center;
}

#footer a
{
	color:#FFF;
}

#footer a:hover
{
	color:#CCC;
	text-decoration:overline;
	clear:both;
}

#interiorText
{
	width:500px;
	padding-top:20px;
	float:left;
}