html, body 
{
    height: 100%;
    margin: 0;
    padding: 0;
}

#main {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	position:relative;
    z-index:1;
}

#logo {
	width: 713px;
	height: 130px;
	margin: 0 auto;
	background-color: white;
	border: solid 1px #0182b9;
}

#logoheader {
	width: 713px;
	height: 50px;
	margin: 0 auto;
}

#logo h1 
{
	margin: 0;
	font-family: sans-serif;
	font-size:50px;
	width: 713px;
	text-align: center;
	padding: 15px 0px 0px 0px;
	letter-spacing: 5px;
	color: #0182b9;
}


#header {
	width: 713px;
	margin: 0 auto;
	height: 80px;
}

#bottom {
	width: 713px;
	margin: 0 auto;
	height: 50px;
	background: url(images/design/bottom.gif);	
}


#menu 
{
	width: 713px;
	height: 30px;
	text-align: center;
	padding: 15px 0 0 0;
}

#menu a.current_page_item 
{
    font-size:large;
    font-weight:bold;
}

#menu a, a:hover, a:visited, a:active
{
    text-decoration: none;
    color: #0182b9;
    font-family: Sans-Serif;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover, a:active {
	text-decoration: underline;
}



#page {
	width: 688px;
	margin: 0 auto;
	padding: 0 12px 0 13px;
	background: white;
	border-bottom: solid 1px #0182b9;
	border-top: solid 1px #0182b9;
	border-left: solid 1px #0182b9;
	border-right: solid 1px #0182b9;
	font-family: Sans-Serif;
	font-size: small;
}

#content {
	float: left;
	width: 410px;
}

.post {
	padding: 15px 0px;
}

.post h2
{
    font-size: small;
    font-weight: bolder;
}

#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#footnote
{
    background: #0182b9;
    border: solid 1px white;
    color: White;
    width: 713px;
	margin: 0 auto;
	font-family: Sans-Serif;
	font-size: x-small;
	text-align: center;
}

#footnote a
{
    color: White;
}

.priceTable
{
    text-align:center;
}

.priceTable th
    {
        color: #0182b9;
        text-decoration: underline;
    }

.booked
    {
        color: Red;
        font-weight: bold;
    }
 
 .headings
    {
        color: #0182b9;
        font-weight: bolder;
        text-decoration: underline;
    }

.column1
{
    width: 343px;
    float: left;
}

.column2
{
    width: 343px;
    float: right;
}