/* Around the Corner print CSS v1 4 Feb 2008 */

/* GENERAL
------------------------------------------ */
* {	margin: 0;
	padding: 0;
}

img {border:0;}

a img {border:0;}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}
	
.floatleft {float:left;}
.floatright {float:right;}

a {
	color:#000;
	text-decoration:underline;
}

/* WRAP
------------------------------------------ */
 #wrap {
	width: 900px;
	margin:0 auto;
}
#wrap-inner {
	width:880px;
	background-color:#fff;
	margin:0 10px;
	}

/* HEADER
------------------------------------------ */
 #header {display:none;}


/* MAIN BODY
------------------------------------------ */
 #main-body {
	float: left;
	width: 730px; 
	clear:left; 
}
	
/* CONTENT
------------------------------------------ */

#content div {padding:20px;}

#content div div, #content div div div {padding:0;}

 #content {
	float: right;
	width: 580px;
} 

#content div#map {
	padding:0;
	margin:0 0 1em 0;
	}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {color:#000;} 

#content h1 {
	font-size:1.8em;
	padding:0 0 .5em 0;
}

#content h2 {
	font-size:1.4em;
	padding:0 0 .5em 0;
}

 #content p {
	padding: 0 0 .5em 0;
	line-height:1.3em;
}


/* LOGOS */

#content div#logos {display:none;}

/* INLINE PHOTO */

 #content div.inline_photo {
 	width:270px;
 	float:right;
	margin: 0 0 .2em .5em;
	padding:0;
} 

#content div.inline_photo img {
	padding:5px;
	border: 1px solid grey;
}

#content div.inline_photo p {font-size:0.9em;}

/* ROTATING PHOTO ON HOME PAGE */

#content div#rotate {display:none;}



/* TELL A FRIEND LINK */
#content p.friend {display:none;}

/* EVENTS LISTING */
table {
	text-align: left;
/*	width: 100%; */
	border: 1px solid grey;
	margin: 0 0 10px 0;
}

table th {
	padding: 5px;
	color: #000;
	font-weight: bolder;
}

table td { border: 1px solid grey;
	padding: 5px;
}



/* SIDEBAR
------------------------------------------ */
 #sidebar {display:none;}

/* SIDEBAR 2
------------------------------------------ */
 #sidebar-2 {display:none;}

/* FOOTER
------------------------------------------ */
 #footer {
	clear: both;
	padding: 7px 20px;
	background: #fff;
	font-size:11px;
}

#footer p {color:#000;}

#footer a {color:#000;}

