<style type="text/css">
<!--
 * {
padding: 0;
margin: 0;
}
html {
	height: 100%;
	width: 100%;
	margin: 0em;
	padding: 0em;
}
body {
	background-color : #CCCCCC;
	font-family: arial, helvetica, sans-serif;
	height: 100%;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.bigwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699cc;
	text-align: justify;
}
.big {
	color: #6699cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
img {
	border-style: none;
}
#whitecolumn {
	height: 100%;
	min-width:760px;
	max-width:1000px;
	position: relative;
	background-color: #fff;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
		padding-bottom: 1200px;
	margin-bottom: -1200px;

}

#offer{
position:relative;
}

* html #whitecolumn {
	height: 100%;
}

#navigation {
	position: relative;
	top: 300px;
	left: 20px;
	width: 130px;
	margin: 5px;
}

#imagebar {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 130px;
	margin: 0px;
}

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/overbtn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 130px;
height: 20px;
margin-bottom: 10px;
padding: 0;
overflow: hidden;
}

.cssnavblank
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: #cccccc;
white-space: nowrap;
display: block;
width: 130px;
height: 20px;
margin-bottom: 10px;
padding: 0px;
}

.cssnavlong
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/overbtn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 130px;
height: 20px;
margin-bottom: 10px;
padding: 0;
overflow: visible;
}

.cssnav a
{
display: white;
color: #fff;
font-size: 14px;
font-weight: bold;
width: 130px;
height: 20px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnavlong a
{

color: #fff;
font-size: 14px;
font-weight: bold;
width: 130px;
height: 300px;
display: block;
float: left;
text-decoration: none;
}


.cssnav img
{
width: 130px;
height: 20px;
border: 0
}

.cssnavlong img
{
width: 130px;
height: auto;
border: 0
}


* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnavlong a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: -1px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

.cssnavlong span
{
position: absolute;
left: -1px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

.cssnavblank span
{
color: white;
font-size: 14px;
font-weight: bold;
display: block;
float: left;
text-decoration: none;
position: absolute;
left: -1px;
top: 7px;;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

#sideimage
{
position: relative;
background-color: transparent;
white-space: nowrap;
display: block;
width: 130px;
height: 60px;
margin-top: 20px;
padding: 0px;
overflow: hidden;
}

#content {
	position: absolute;
	top: 300px;
	left: 205px;
	right: 275px;
	width: auto;

}

#map {
      width : 300px;
	  height : 300px;
      margin: 0 0 10px 10px;
      padding: 4px;
	  float: right;
	  }
	  
#map2 {
top: 500px;
      width : 210px;
	  height : 200px;
	  right: 25px;
      margin: 0 0 10px 10px;
      padding: 0px;
	  float: right;
	  position:absolute;
	 
	  }

img.floatRight { 
    float: right; 
    margin: 10px; 
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}


#contact {
	padding: 5px;
	background: #6699cc;
	position: absolute;
	top: 300px;
	right: 25px;
	width: 200px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
   background:#6699cc;
   text-align: center;
}



#content a:link {color: #666666; text-decoration: underline; }
#content a:visited {color: #333333; text-decoration: underline; }
#content a:hover {color: #6699cc; text-decoration: underline; }

#contact a:link {color: #fff; text-decoration: underline; }

#footer a:link {color: #fff; text-decoration: underline; }
#footer a:active {color: #666666; text-decoration: underline; }
#footer a:visited {color: #CCCCCC; text-decoration: underline; }
#footer a:hover {color: #fff; text-decoration: none; }


#rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent;
	width: 350px;
	border-collapse: collapse;
	text-align:center;
}
#rates th {
	font-size: 14px;
	font-weight: bold;
	color: #6699cc;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px solid #6699cc;
}
#rates td {
	color: #666666;
	padding: 9px 8px 0px 8px;
}
#rates tbody tr:hover td {
	color: #6699cc;
}

div.gallery
{
  margin-left: 0px;
  margin-right:8px;
  border: 0;
  height: 100px;
  width: 100px;
  float: left;
  text-align: center;
}	
div.gallery img
{
  display: inline;
  margin: 3px;
  border: 0;
}
div.gallery a:hover img {border: 1px solid #6699cc;}

-->
</style>
