body {
	margin:0px;
	padding:0px;
	background-image:url('./images/contentbg.jpg');
	color:#ffffff;
	text-align:center;
	font: 12px arial;
}

#header{	
	margin:0px auto;
	height:100px;
	background:#000000;
	border-bottom:1px solid #ffffff;
}

#fblogo{
	position:absolute;
	left:20px;
	top:20px;
	z-index:100;
	text-align:left;
}

#tidelogo{
	position:absolute;
	right:20px;
	top:10px;
	float:right;
	z-index:101;
}

#logo{

}

#picturesarea{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:352px;
	background:#661b1b;
	border-bottom:1px solid #ffffff;
	background-image:url('./images/pa_bg.gif');
}

#content{

	border:1px soild #cccccc;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
	margin:1px auto;
	margin-top:-13px;
}

#content h2{
	background:#222222;
	border-bottom:1px solid #666666;
	border-bottom:1px solid #666666;
	padding-top:10px;
	height:32px;
	vertical-align:bottom;
}

#content a{
	display:block;
	color:yellow;
	text-decoration:none;
}	

#content a:hover{
	text-decoration:underline;
}

#news{
	float:left;
	width:25%;
	height:100%;
}

#events_left{
	float:left;
	width:25%;
	height:100%;
}

#events_left img{
	width:85%;
}

#events_right{
	float:left;
	width:25%;
	height:100%;
}

#events_right img{
	width:100%;
}

#events_center {
	float:left;
	width:50%;
	height:100%;
	font:12px Verdana;
}

#events_center h1 {
	text-align:center;
}

#contact{
	float:left;
	width:25%;
	height:100%;
}

#links{
	float:left;
	width:25%;
	height:100%;
}

#contentbody{
	text-align:left;
	margin-left:20px;
	margin-right:10px;
}

#contentbody li{
	margin-bottom:10px;
}
#contentbody img{
	float:right;
}