@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
/*background-image: url(img/bg.gif);
background-repeat: repeat-x;*/
background-color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

b,strong{font-size: 105%;}

a{color: #333333;
text-decoration:none;}

a: link,active,visited{color: #333333;
text-decoration:none;}

a:hover{color: #333333;
text-decoration:underline;}


#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #890803;
}

#topsection{
background: #EAEAEA;
}

img{
border: 0;
}


#spotsection{
background: #333333;
}

#menusection{
background: #CCCCCC;
}

#boxsection{
background: #CCCCCC;
}

#contentwrapper{
float: left;
width: 100%;
background-color: #890803;
}

#contentcolumn{
margin-top: 10px;
margin-right: 300px; /*Set left margin to LeftColumnWidth*/
color: #FFFFFF;
}

#boxcontent {
clear:both;
width: 600px;
margin:0 auto;
padding: 10px;
}

#boxcontent ul {
width: 240px;
float:left;
border:1px solid #000000;
}

#boxcontent li{
list-style:none;
font-weight:normal;
color:#000000;
}

#rightcolumn{
float: right;
width: 300px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background-color: #890803;
}

#rightcolumn ul{
margin: 0 auto ;
padding: 0;
/*border-bottom: 1px solid #c00;*/
color: #FFFFFF;
}

#rightcolumn li{
margin: 5px;
list-style:none;
padding: 4px 0 2px 10px;
border: 1px solid #000000;
border-top: 0;
border-right: 0;
border-left: 0;
border-style:dashed;
color: #000000;
}


#rightcolumn ul li a { 
text-decoration: none; 
color: #000000;
font-weight:bold;
}

#rightcolumn ul li a:link,active,visited { 
text-decoration: none;
color: #000000;
}

#rightcolumn ul li a:hover {
text-decoration: none; 
color: #000000;
}

#boxrightcolumn{
width: 250px;
margin: 0 auto;
margin-bottom:10px;
border: 0px solid #cc0000;
background-color: #ffffff;
}

#bottomboxrightcolumn{
margin: 0 auto;
margin-top: 0;
}

#footer{
clear: both;
width: 100%;
height: 80px;
background: #ffffff;
color: #000000;;
}

#footer a{
color: #FFFF80;
}

.txtfooter {
color: #000000;
padding: 20px;
text-align:left;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
