/* CSS Document */

#bottomcurve {
color: black;
background: white;
background-image: url(/images/bottombackground.jpg);
background-repeat: no-repeat;
text-align: center;
}

#bottomtext {
}

#leftback {
color: black;
background-image: url(/images/leftback.gif);
background-repeat: repeat-y;
background-position: left;
align: left;


}

#rightback {
color: black;
background-image: url(/images/rightback.gif);
background-repeat: repeat-y;
background-position: right;
}

martinc-logo {
padding: 0px;
margin: 0px;

}

#highlightcell {
background: red;
}

#kayaktable {
background-image: url(/images/fpage/tablebg/kayaktop3.jpg);
background-repeat: no-repeat;
background-position: top right;

}





#expedtable {
background-image: url(/images/fpage/tablebg/expedtop.jpg);
background-repeat: no-repeat;
background-position: top;

}


#skitable {
background-image: url(/images/fpage/tablebg/skitop.jpg);
background-repeat: no-repeat;
background-position: top;

}


#designtable {
background-image: url(/images/fpage/tablebg/designtop.jpg);
background-repeat: no-repeat;
background-position: top;

}

#mountaintable {
background-image: url(/images/fpage/tablebg/mountaintop.jpg);
background-repeat: no-repeat;
background-position: top;

}

#abouttable {
background-image: url(/images/fpage/tablebg/abouttop.jpg);
background-repeat: no-repeat;
background-position: top;

}




#contentcell {
color: black;
background: white;
}


#whitebg {
background: white;
}