body {
	margin: 0;
	padding: 0;
	background-image: url('images/trunk-background.jpg');	
}
	

.container {
	max-width: 1020px;
	padding: 0;
	margin: auto;
	clear: both;
	
}
.content
{
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: .7%;
	width:95%;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	background-image:url('images/trunk.png');
     background-size: contain;
     background-position:center;
	background-repeat: no-repeat;
	margin: auto;

}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	padding: 8px 0 8px 0 ;
	background-color: inherit;
	color: #000000;
	border-top: 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width: 100%;

}
h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	color: #800000;
	margin-top: 0;
}
h2 
{
font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #800000;
	margin-top: 0;	
}
h3
{
font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
}
h4
{
font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
}
h5
{
font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #800000;
}
h6
{
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	
}
hr {
	color: #000000;
	width: 40%;
	text-align: center;
}
.masthead {
	clear: both;
	margin: auto;
	text-align: center;
	z-index: 5;
	box-shadow: 0px 0px 0px  #000;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	max-width: 875px;
}
a img {
	border: none;	
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}
li {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #800000;
	text-align: left;
}
.p-center {
	text-align: center;
}

.sidebar1 
{
	margin: 0;
	padding: 0;
	line-height: normal;
	background-color: #432200;
	width: 30%;
	text-align: center;
	index: 100;
	color: #ffffff;
}
table 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 95%;
	margin: 0 auto;
	color: #000000;
}
.table-reservations 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 50%;
	margin: 0 auto;
	color: #000000;
}
td 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
ol 
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
}
.top-navigation {
	background-color: #b7cdc3;
	border: 0;
	box-shadow: 0px 0px 5px #999;
	position: relative;
	z-index: 9;
}
.nav ul li {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration: underline;

}
.nav visited {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.nav hover, a:active {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a:link 
{
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin:0;
	padding:0;
	text-decoration: none;
}
a:hover, a:active, a:focus 
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}	

.p7IR2-01 {
	padding: 0;
	position: relative;
}


