body{
	margin:0;
	padding:0;
	line-height: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: auto /*Center container on page*/;
}

#topsection{
background: White url(images/hotels.png) no-repeat left;
height: 100px; /*Height of top section*/

 border: 1px solid Gray;
 margin-top: 15px;
 margin-bottom: 0px;
}

#menusection{
	height: 35px; /*Height of top section*/
	background-color: #FFFF99;
	border: 1px solid Gray;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 838px;
border: 1px solid Gray;
	border-top-width: 0px;
}

#contentcolumn{
	margin-left: 190px; /*Set left margin to LeftColumnWidth*/
	margin-top: 10px;
}

#leftcolumn{
	float: left;
	width: 190px; /*Width of left column*/
	margin-left: -840px;
	padding-top: 5px;
	height: 100%;
	background-color: #FFFF99;
	background-repeat: repeat;
	border-left-width: 1px;
 border-left: 1px solid Gray;
}

#footer{
width: auto;
background: #FFFF99;
color: #000040;
text-align: center;
font-size: 10px;
height: auto;
vertical-align: middle;
margin-bottom: 10px;
padding: 3px;
border: 1px solid Gray;
}

#footer a{
color: #000040;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* menu */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #FFCC00; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #FFFF99; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #FFCC00; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: Red;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #FFCC00; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: Red;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

/* einde topmenu */

/* buttons */
.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
	font-size: 11px;
	line-height: 2em;
}

.buttonmenu li a{
color: Navy;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #FFCC00;
text-decoration:none;
}


.buttonmenu li a:visited{
color: Navy;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #FF001A;
background-color: #FF9900;
}
.banner{
	width: 234px;
	height: 60px;
	border: 1px solid Navy;
	clear: both;
	float: right;
	position: relative;
	top: 10px;
 }
