html{height: 100%;}

body
{
 font-family: verdana, arial, sans-serif;
 padding: 0;
 margin: 0;
 font-size: .70em;
 background-color: #69C;
 color: #036;
}

img
{
 border: 0;
}

p
{
 margin: 0 0 10px 0;
 line-height: 1.7em;
 text-align: justify;
}

h1
{
 text-align: center;
 margin: 0;
 margin-top: -10px;
}

h2
{
 margin: -20px 0 5px 0;
 padding: 0;
}

h6
{
 font-size: 5.0em;
 margin: 0;
 text-align: center;
}

#bgmain
{
 width: 922px;
 margin: 0 auto;
 padding: 5px;
 background-color: #036;
}

#main
{
 width: 922px;
 margin: auto;
}

#logo
{
 margin: auto;
 width: 932px;
 height: 73px;
 background: #036 url(../images/logo.gif) no-repeat;
}

#media
{
 margin: 0;
 padding: 4px;
 background-color: #69C;
}

#breadcrumb
{
 padding: 5px 5px 5px 20px;
 background-color: #FFF;
 color: #369;
 font-size: 1.1em;
}

#breadcrumb a
{
 color: #369;
 text-decoration: none;
}

#breadcrumb a:hover
{
 text-decoration: underline;
}

#menu
{
 height: 30px;
 margin: auto;
 text-align: center;
 padding-left: 175px;
}

#menu ul
{
 margin: 0;
} 

#menu li
{
 list-style-type: none;
 float: left;
} 

#menu li a
{
 display: block;
 height: 25px;
 text-decoration: none; 
 font-weight: bold;
 padding: 5px 21px 0px 21px;
 text-transform: uppercase;
 font-size: 1.3em;
}

#menu, #menu li a
{
	background: #069;
	color: #FFF;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	background: #69C;
}

#content
{
 margin: 0;
 padding: 20px;
 background-color: #FFF;
 overflow: auto;
}

#content a
{
 color: #036;
 font-weight: bold;
}

.list
{
 padding: 5px;
 margin: 5px;
}

.list a
{
 font-size: 1.6em;
}

.hotels a
{
 font-size: 1.6em;
}

#footer
{
 margin: 0;
 padding: 20px;
 background-color: #036;
 color: #7AD;
 overflow: auto;
}

#footer ul
{
 list-style-type: none;
}

#footer a
{
 color: #7AD;
 text-decoration: none;
}

#footer a:hover
{
 text-decoration: underline;
}

#footer h1
{
 margin: 0;
}

#conleft
{
 display: inline;
 width: 294px;
 float: left;
}

#conright
{
 display: inline;
 width: 294px;
 float: left;
 padding-left: 70px;
}

#leftcol
{
 display: inline;
 width: 294px;
 float: left;
}

#midcol
{
 float: left;
 position: relative;
 width: 294px;
 display: inline;
}

#rightcol
{ 
 float: right;
 width: 294px;
 display: inline;
}

.right
{
 text-align: right;
}