/* General format for printing */

body {
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif;
	color:#000;
	font-size: 10pt;
	background-color:#fff;
	text-align:left;
	}
	
a {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
	
/******* END MENU STUFF *******/

	
/*------------------------------------------------Content-----------------------------------------*/

/* Used for the main title. Hides the image and shows the text */
.title{
	margin: 0 0 30px 0;
	padding: 0;
	background-color: transparent;
	text-indent:0;
	height:137px;
	}


/****** USED FOR SMALLER HEADINGS ************/

h2 {
	font-size: 17pt;
	margin: 25px 0 25px 0;
	padding: 0;
	background-color: transparent;
	text-indent:0;
	height:20px;
}

/*********** SETS UP THE PAGE FOR PRINT ***************/
	
#contentcenter {
	width: auto;
	border: 0;
	padding: 0;
	float: none !important;
	}

/******** SETS UP THE CALENDAR FOR PRINT **************/

table#calendartab {
	width:auto;
	border:1px solid;
}
table#calendartab td {
	border:1px dashed;
}
	
table#calendartab td.goleft{
	width:75px;
}
table#calendartab td.goright{
	width:auto;
}
table#calendartab a.fllink, div.book, p.flyerp{
	display:none;
}

/******** SETS MENUS FOR PRINT **************/

table.menu {
	width:auto;
}

td.descript {
	width:100%;
	text-align:left;
}

td.price {
	width:100px;
	text-align:right;
	margin:0px 0px 0px 10px;
}


/*********** REMOVES MENUS AND OTHER BITS WITH .NOSHOW FROM PRINT *************/
	
#navcontainer{
	display:none;
	}
	
#contentright{
	display:none;
	}
	
#footer {
	margin: 50px 0 0 0;
}

.noshow {
	display:none;
}
	


