@charset "utf-8";
/* CSS Document */


h1 {font-size: 130%}
h2 {font-size: 150%}
h3 {font-size: 170%}
p {font-size: 12px}
li {font-size: 14px}

h1 {font-family: arial}
h2 {font-family: arial}
h2 {font-family: arial}
p {font-family: arial}
li {font-family: arial}


h1 {color: black}
h2 {color: black}
h3 {color:#006699}
p {color: black}

p.blue {
color:#006699;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:700;}

p.main {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:400;}

p.gray {
color: #43557E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:700;}

p.site {
color: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


a:link {
	text-decoration: none;
	color: #ffffff;}
	
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

a:link.footer {
	text-decoration: none;
	color: #6699FF;
}

body {
	background-image:url(sand.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 794px;
	text-align: left;
}

#maincontainer {
	width: 792px;
	background-image:url(bgr.jpg);
	border: 8px solid #FFFFFF;
	vertical-align:top;
}


#header {
	width: 792px;
	height: 97px;
	background-image:url(bannerbgr.jpg);
	vertical-align:top;

}

#header2 {
	height: 316px;
	width: 792px;
	background-image:url(bannerbgr.jpg);
	vertical-align:top;
}

#contentl {
	width: 160px;
	height: auto;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	float: left;
}

#contentr { 
	width: 600px;
	height: auto;
	vertical-align: top;
	text-align: left;
	padding-left: 12px;
	float: right;
}
#footer {
	height: 30px;
	background:inherit;
	clear: both;

}

#tablereservation {
	width: 580px;
	height: auto;
	padding: 2px;

}

td.label {
	width: 115px;
}

td.field {
	width: 175px;
}	

td.date {
	width: 32px;
	text-align:center;
	vertical-align: middle;

}

td.month {
	text-align:center;
	vertical-align: middle;
	font-weight: 600;

}
td.legend {
	width: 32px;
	text-align:left;
	vertical-align: bottom;
	font-weight: 600;

}