body{
margin-top:10px;
padding:0;
line-height: 1.5em;
background-image:url('../bg.png');
font-family: Arial;
font-size: 14px;
}

a:link {color:#b1afa9; text-decoration: none;}      /* unvisited link */
a:visited {color:#cccccc}  /* visited link */
a:hover {color:#b1afa9; font-weight: bold;}  /* mouse over link */
a:active {color:#000000}  /* selected link */

b{font-size: 110%;}
em{color: red;}

h4{color: #c79b00; text-decoration: underline; font-size: 16px; font-family: Arial;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#000000;
border:1px solid black;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
color: #ffffff;
border: solid 1px black;
}

#topsection{
background-color: #483131;
height: auto; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
padding: 20px;
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: none;
color: white;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: none;
color: white;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #535045;
text-align: center;
padding: 4px 0;
}

#rooms{
float: left;
width: 780px;
color: white;
padding: 10px;
background-color: none;
}

#rooms2{
float: auto;
color: white;
background-color: none;
}



#rooms2_right{
float: right;
color: white;
background-color: none;
}

#textright{
float: right;
width: 400px;
height: 100px;
padding: 10px;
color: #ffffff;
border: solid 1px #110e02;
background-color: none;
font-size: 14px;
}

#textleft{
float: left;
width: 398px;
height: 110px;
padding: 10px;
color: #ffffff;
border: solid 1px #110e02;
margin-right: 10px;
font-size: 14px;
}

#footer a{
color: #535045;
}