.hidden {
	display: none;
}

#page-container {
    width: 960px;
	background: #e0e2e0;
	margin: auto;
}

html, body {
	padding: 0;
	margin: 0px;
	font: Georgia, "Times New Roman", Times, serif;
	background-color: #c0c0c0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

#main-nav {
	background: #bf4141;
	height: 39px;
	width: 960px;
	border-bottom: 4px solid #000;
}

#footer {
	height: 66px;
}
#header {
	background: #e0e2e0;
	height: 150px;
}

#secondHeaderSpacingAbove{
height: 15px;
}

#secondHeader{
pading: 10px;
padding-left: 10px;
background: #d89999;
font-size:1.5em;
font-style: italic;
margin-left: 250px;
}

#content {
    margin-left: 250px;
	background: #e0e2e0;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 1em;
}

#footer {
clear: both;
	height: 20px;
	background-color:#999999;
	color:#DBDBDB;
	font-size: .75em;
	text-align:center;
	padding-top: 5px;
}

#sidebar-a {
	float: left;
	width: 240px;
	background: #777877;
	padding: 5px;
	padding-bottom: 20px;
	font-style: italic;
	font-size: .85em;
	color: #FFFFFF;
}

#pricetable{
	border: solid 3px #000;
	font-family: Arial;
	font-size: 13pt;
}

#priceheader{
	background-color: #bf4142;
	color: #c3bec2;
}

#durationheader{
	background-color: #e58d8c;	
}

#pricetable td{
	height: 41px;
	padding-top: 3px;
	padding-left: 5px;
	border-top: solid 1px #3f3f3f;
	border-right: solid 1px #3f3f3f;
}

.noborder{
	border: none;	
}

.pricetype{
	width: 93px;	
}

.capacity{
	width: 107px;	
}

.time{
	width: 62px;
	text-align: center;
}

.mediumgrey{
	background-color: #c0c0c0;	
}

.lightgrey{
	background-color: #e9e9e9;	
}