a {color: white;}
a:hover {text-decoration: underline; color: purple; background: turquoise;}
a.clickhere:visited {color:#330066}
a.clickhere:link {color:#330066}

body{
margin:0;
padding:0;
background-image: url(../../images/bg.jpg);
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1250px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 180px; /*Height of top section*/
text-align: center;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 425px 0 125px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-left: 35px;
text-align: center;
}

#leftcolumn{
float: left;
width: 130px; /*Width of left column in pixel*/
margin-left: -1250px; /*Set margin to that of -(MainContainerWidth)*/
}

#leftcolumn img{
border: 0;
padding: 0;
}

#rightcolumn{
float: left;
width: 425px; /*Width of right column*/
margin-left: -425px; /*Set left margin to -(RightColumnWidth)*/
text-align: center;
}

#footer{
clear: left;
width: 100%;
background-color:turquoise;
text-align: center;
padding: 4px 0;
}

#footer img{
vertical-align:middle;
}

#leftlogo{
float:left;
}

#middlelogo{
margin-left:150px;
}

#asfeatured{
margin-left:150px;
}

#hummer{
float:left; 
width:325px; 
text-align:center;
}

#boat{
float:right;
width:275px;
text-align:center;
}

#boat a{
color: #330066;
}

#activitytypes{
width:649px; 
height:350px; 
background-image:url(images/buttons/activity_types.jpg); 
background-repeat: no-repeat;
margin-top: 15px;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.promotext{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12; 
text-align:center; 
font-weight: bold;
color: #330066;
}

.nohover  img { border:0 }

.nohover a:hover{ color:transparent; text-decoration:none; background-color: transparent; }

.nohover a:link{ color:transparent; text-decoration:none; background-color: transparent; }

.nohover a:visited { color:transparent; text-decoration:none; background-color: transparent; }

#videohomepage { position: absolute; top: 370px; right: -125px;}