﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000080;
	background-image:url('http://www.georgiaswimmingacademysharks.org/images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
	border-top:thin;
	border-top-color:333;
	border-top-style:solid;
	background-color: #353e43;
	background-image:url('http://www.georgiaswimmingacademysharks.org/images/shark-smbkgrd2.gif')
	}
#masthead {
	text-align: center;
	width: 800px;
	height:210px;
	background-color: #000;
	background-image:url('http://www.georgiaswimmingacademysharks.org/images/sharks2c.gif')
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom: 3px;
	
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #353e43;
	background-color: #333;
}
#content {
	float: right;
	width: 580px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	border-left: 2px solid #333;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #000040;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
}
#masthead h3 {
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
	background-color: #333;
}
#navigation a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000;
	background-color: #333;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000040;
	background-color: #000;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #41494B;
}
#content img {
	padding: 5px;
	border-color: #808080;
	}
/* Footer Styles */
#footer p {
	color: #030033;
	margin-top: 5px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
