﻿@import url('layout.css');
body {
	margin: 0px;
	background-color: #62815E;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding: 0px;
	color: #2A3131;
}
/* Styles for DIV tags */
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #F1F2FE;
	background-image: url('../images/Turtles190x545d.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-right-color: #A8BEF0;
	border-bottom-color: #A8BEF0;
	border-left-color: #A8BEF0;
}
#masthead {
	background-color: #EEEECC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #BEC075;
	margin-left: 180px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #EEEECC;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}

#footer {
	background-color: #F9F9EC;
	color: #444422;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #444422;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #444422;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #748575;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #BBBC75;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	color: #444422;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #444422;
	margin-top: 0px;
	height: 37px;
	width: 380px;
}
h3 {
	font-size: large;
	color: #444422;
	margin-top: 0px;
	text-align: center;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}

a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #444422;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
