body      {
	    font-family:  Arial, Helvetica, sans-serif;
            margin: 0px;
            background-image: url("../images/bass.jpg");
            background-position: 250 -40;
            background-repeat: no-repeat; }

BLOCKQUOTE {
color: blue;
display: block;
background: #FFF380;
}

.header, .footer, .sidebar 
	  { font-size:18; }
.footer   { background-color: #f0f0f0; }
.main     { font-size:18; }
.sidebar  { background-color: #ffffff; }

.maindiv  { width: 98%; 
	    height: 100%;
	    overflow-x: auto; 
	    background-image: url("../images/lure-wave_lt.jpg");
	    background-position: 100% 90%;
	    background-repeat: no-repeat; 
	    background-attachment: fixed;
	    border-color: #f0f0f0;
	    border-style: dashed;
	    border-width: 0px; }

.sidebardiv
	  { position: relative;
	    height:100%;
	    background-image: url("../images/bass_head.jpg");
            background-position: bottom left;
            background-repeat: no-repeat;
	    border-color:#f0f0f0;
	    border-width:0px;
	    border-style:dashed; }

.title    { font-size:40; font-weight:bold; width:100%; text-align:center; color: #004f00; }
.subtitle { font-size:20; text-align:center; }

A	  { background-color: #ffffff; }

A:link    { color: #004F00; text-decoration: none;} 
A:visited { color: #004F00; text-decoration: none;} 
A:active  { color: #009F00; text-decoration: underline;} 
A:hover   { color: #009F00; text-decoration: underline;}
