body{
	background-image:url(images/bricks.jpg);
	background-attachment:fixed;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#page {
	width:800px;
	margin:auto;
}

#head {
	background:url(images/header.png);
	height:124px;
}

#nav {
	height:36px;
	width:100%;
	background:#333;
}

#contentout {
	background:url(images/contentbg.png) repeat-y;
}

#content {
	width:740px;
	text-align:left;
	margin:auto;
	padding-top:30px;
}

.contentl510 {
	width:510px;
	float:left;
}

.contentl510-low {
	width:100%;
	margin-top:60px;
}

.contentl210 {
	width:210px;
	float:left;
	margin-left:20px;
}

.contentl210 img {
	border:none;
	padding:5px;
}

.eventTitle{
	margin-left:-8px;
	margin-bottom:-4px;
}

.eventblock {
	border:1px solid #000;
	width:220px;
	float:left;
}

.eventblock h1 {
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#FFF;
	background:url(images/shade35.png) repeat;
	margin:0;
	padding-left:10px;
}


.eventblock p {
	padding:10px;	
}

.eventblock .footer {
	height:25px;
	line-height:25px;
	color:#FFF;
	background:url(images/shadow25.png) repeat;
	margin:0;
	padding:0;
	font-size:14px;
	padding-right:10px;
	text-align:right;
}

.FBIcon {
	float:left;
	width:260px;
	margin-left:25px;
}

#footer {
	height:36px;
	background:url(images/footer.png);
}

.footer {
	font-weight:bold;
	text-align:right;
	color:#FFF;
	padding:8px 25px 0 0;
}

a.whitelink:link {color:#FFFFFF;text-decoration: none;} 
a.whitelink:visited {color:#FFFFFF;text-decoration: none;} 
a.whitelink:hover {color:#FFFFFF;text-decoration: none;}

.clear {
	clear:both;	
}
