@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/template/whales-body-bg.jpg) top center fixed no-repeat #00174f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/template/faux-column.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 300px;
	margin: 0 auto;
	width: 100%;
}
#left {
	float: left;
	width: 740px;
}
#leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column,    but no further */
}
#leftnav .paddinglft a img {
	text-decoration: none;
	border: none;
}
#leftnav h3 {
	text-align: center;
	margin: 10px;
}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftnav ul a {
	display: block;
	margin: 2px 0 2px 0;
	color:#FFF;
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-indent: 30px;
	background: url(images/template/nav-buttons.png) top left no-repeat;
}
#leftnav ul a:hover {
	color: #006;
	background: url(images/template/nav-buttons.png) no-repeat;
	background-position: right bottom;
}
#rightnav {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background:; /* the background color will be displayed for the length of the content in the column, but no further */
}
#rightnav h3 {
	text-align: center;
	margin: 10px;
}
#rightnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#rightnav ul a {
	display: block;
	margin: 2px 0 2px 0;
	color:#FFF;
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-indent: 30px;
	background: url(images/template/nav-buttons.png) no-repeat;
}
#rightnav ul a:hover {
	color: #006;
	background: url(images/template/nav-buttons.png) no-repeat;
	background-position: right bottom;
}
.paddinglft {
	padding-left: 5px;
	margin-bottom: 30px;
	/* padding keeps the content of the div away from the edges */
}
.sidebarimgpadlft {
	padding: 5px;
}
.sidebarimgpadlft img {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.paddingrt {
	padding: 0 0 0 5px;
	margin-bottom: 45px;
}
.sidebarimgpadrt {
	padding: 0 0 0 5px;
}
.sidebarimgpadrt img {
	margin: 5px 5px 5px 0;
}
#content {
	float: right;
	width: 510px;
}
#content h1{
	color:#006;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}
#content h2{
	color:#006;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
#content h3{
	color:#006;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0;
}
#content h4 {
	color:#006;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}
#content h5 {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}
#content h6 {
	color: #039;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}
#content p {
	margin: 10px 0;
	line-height: 16px;
	font-size: 12px;
}
#content ul {
	margin-left: 20px;
}
#content a {
	color:#03C;
	text-decoration: none;
}
#content a:hover {
	text-decoration:underline;
	color:#006;
}
.paddingmain {
	padding: 10px 10px 10px 0;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background: #011351/*url(images/template/footer-bg.png) no-repeat #006*/;
	color:#FFF;
} 
#footer a {
	text-decoration: none;
	color:#99F;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.coursedescript {
	background: #A7C5eb;
	border: #FFF 1px solid;
	padding: 10px;
	margin: 10px 0;
}
.txtbg {
	background:url(images/template/txt-bg-repeat.gif) repeat #9CF;
	padding: 10px;
	margin: 10px 0;
	border: #FFF 1px solid;
}
.sculpin {background-color: #9CC;
	padding: 10px;
	margin: 10px 0 10px 0;}
.eel {background-color: #9C9;
	padding: 10px;
	margin: 10px 0 10px 0;}

