/* CSS Document */
body {
	padding : 0;
	margin : 0;
	width: 936;
	background-image: url(http://alaskacharterboat.com/global/liquid.jpg);
    background-repeat: repeat-y;
	background-color : #990000;
	font-family: "Trebuchet MS", Georgia, Times, serif;
}
#cbalogo{
    position : absolute;
    top : 187px;
    left : 350px;
    z-index : 10;
}
#content {
	position: absolute;
	top : 240px;
	left: 200px;
	width: 700px;
	font-size: 14px;
	background-color : #FFFFFF;
}
#footer {
	position: absolute;
 	bottom: 0 !important;
  	bottom: -1px; /* For Certain IE widths */
  	height: 40px;
	left: 200px;
	padding: 10px;
	width: 700px;
	font-size: 12px;
	text-align : center;
}	
#topnavigation {
       position : absolute;
       top : 170px;
       left : 200px;
       width : 800px;
	   font-size: 14px;
	   font-style: inherit;
}
#topnavigation a:link { 
       color : #FFFFFF;
       background-color: transparent;
}
#topnavigation a:visited { 
       color : #FFFFFF;
       background-color: transparent;
}
#topnavigation a:hover { 
       color : #FFCC00;
       background-color: transparent;
}
#topnavigation a:active { 
       color : #CC0000;
       background-color: transparent;
}
#sidenavigation {
       position : absolute;
       top : 190px;
       left : 4px;
       width : 135px;
	   font-size: 15px;
}
#sidenavigation a:link { 
       color : #FFFFFF;
       background-color: transparent;
}
#sidenavigation a:visited { 
       color : #FFFFFF;
       background-color: transparent;
}
#sidenavigation a:hover { 
       color : #FFCC00;
       background-color: transparent;
}
#sidenavigation a:active { 
       color : #CC0000;
       background-color: transparent;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

