﻿/* CSS layout */

body
{
	font-family: Verdana, Times New Roman, Times;
	color: rgb(10, 41, 81);
	text-decoration: none;
	background-color: #134391;
}
h6
{
	font-family: Verdana, Times New Roman, Times;
}
h5
{
	font-family: Verdana, Times New Roman, Times;
}
h4
{
	font-family: BETSY;
	font-weight: normal;
	font-size: large;
}
h3
{
	font-family: Verdana, Times New Roman, Times;
}
h2
{
	font-family: "Tahoma Small Cap";
	font-size: medium;
}
h1
{
	font-family: Verdana, Times New Roman, Times;
}
h1
{
	color: rgb(204,153,0);
}
h2
{
	color: rgb(255, 255, 255);
	font-family: "Tahoma Small Cap";
	font-size: medium;
	font-weight: normal;
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
h5
{
	color: #FFFFFF;
}
h6
{
	color: rgb(51,102,51);
}
#masthead {
	background-color: #0B3064;
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
	height: 32px;
}
#name {
    width:444px;
    height:70px;
}
#spacer {
	background-image: url('images/spackled.jpg');
	background-color: #0B3B74;
	background-repeat: repeat;
	height: 80px;
	font-family: BETSY;
	font-size: medium;
	font-weight: normal;
	color: #87AEC7;
	text-decoration: none;
}
#under_spacer {
	background-image: url('images/nav_bar.jpg');
	height: 41px;
	background-repeat: repeat-x;
}
#container {
	position: absolute;
	width: 100%;
}
#page_content {
	margin-left: 200px;
	background-repeat: repeat;
	background-color: #000000;
}
#logo {
	height: 105px;
	background-image: url('images/crabin_cabin_logo.gif');
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 5px;
}
#left_col {
	width: 200px;
	position: absolute;
	background-image: url('images/background-menu.jpg');
	color: #FFFFFF;
	font-family: "Tahoma Small Cap";
	font-weight: 100;
	font-size: small;
	background-repeat: repeat;
	background-color: #0E3364;
	float: left;
	top: 0px;
	left: 0px;
}
#left_col ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 5px;
}
#left_col li {
	text-align: center;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	background-image: url('images/nav_bg.jpg');
	background-repeat: no-repeat;
}

#left_col a:hover {
	color: #CC9900;
	height: 30px;
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a:visted {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
}
#name {
	width: 444px;
	height: 70px;
}

#left_col a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
}

#footer {
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 32px;
	clear: both;
	position: relative;
	color: #FFFFFF;
	font-size: xx-small;
	text-align: left;
}

