* {
margin: 0;
}

body {
	background-image:url(../images/main-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a img {
border: none;
}

/* HEADERS */

h1 {
text-indent: -9999px; 
background-image:url(../images/pa-logo.jpg);
background-repeat:no-repeat;
height: 210px;
width: 226px;
}

h2 {
text-indent: -9999px; 
}

h3 {
}

/* HEADERS END */

/* STRUCTURE */

#container {
	margin: 0 auto;
	width: 765px;
	height: auto;
	background-image:url(../images/pa-containerbg.jpg);
}

#header {
	float:left;
	background-image:url(../images/pa-header.jpg);
	background-position:right;
	background-repeat: no-repeat;
	height: 226px;
	width: 765px;
}

#maincontent {
	float: left;
	height: auto;
	width: 675px;
	padding: 0 45px 0 45px;
}	

#onecol {
	float:left;
	height: auto;
	width: auto;
	background-image:url(../images/werebuildingtitle.jpg);
	background-repeat: no-repeat;
	padding: 65px 45px 30px 3px;
	font-size: 11px;
	line-height: 15px;
	}
	
#twocol-l {
	float:left;
	height: auto;
	width: 400px;
	background-image:url(../images/nextevent.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 3px;
	font-size: 11px;
	line-height: 15px;
	margin: 0 40px 0 0;
	}
	
#twocol-r {
	float:left;
	height: auto;
	width: 200px;
	background-image:url(../images/contact.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 0;
	font-size: 11px;
	line-height: 15px;
	}
	
#twocol-r a{
	color:#990000;
	text-decoration: none;	
}

#twocol-r a:hover{
	color:#000;
	text-decoration: line-through;	
}
	
#footer {
	height: 206px;
	width: auto;
	background-image: url(../images/pa-footer.jpg);
	background-repeat: no-repeat;
}	

#eventflyer {
	float: left;
	width: 100px;
	height:auto;
	padding: 2px 0 0 0;
}
	
#eventcopy {
	float: left;
	width: 250px;
	height: auto;
	padding: 0 0 0 20px;
}

#flyer {
	margin: 20px auto;
	width: 765px;
	height: auto;
}

/* STRUCTURE END */

.clearfloat {
	clear: both;
}	
