﻿@import url("layout.css");
body {
	font-family: "Comic Sans MS", "Courier New", Arial;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #beae81;
	background-image: url('../images/background v1.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #3f464f;
}
#masthead {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3f464f;
}
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #3f464f;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #3f464f;
	color: #beae81;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #3990c8;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
	font-family: "Comic Sans MS", "Courier New", Arial;
	font-size: xx-large;
}
#masthead h3 {
	font-weight: normal;
	color: #3990c8;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
	font-family: "Comic Sans MS", "Courier New", Arial;
	font-style: italic;
	font-size: large;
}

/* Thumbnail */
div.thumbnail{
	padding: 1px;
	border: 1px solid #a0522d;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

div.caption{ font-size: 1.0em; padding-top: 0.2em ;	
	text-align: center;
	color: #beae81;	}

/* Navigation Styles */
#navigation ul {
	background-color: #beae81;
	background: #3f464f;
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #3f464f;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #beae81;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Content Styles */
h6 {
	text-align: center;
	color: #3990c8;
}
h5 {
	color: #595BA6;
}
h4 {
	color: #FFFFFF;
	text-decoration: blink;
	font-size: small;
}
h3 {
	color: #3990c8;
	
}
h2 {
	color: #3990c8;
}
#content h1 {
	color: #595BA6;
}
#content img {
	padding: 5px;
	border: 1px solid #3f464f;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	background-color: #3f464f;
	background: #3f464f;
	color: #3990c8;
	text-decoration: none;
}
#footer a:hover {
	color: #a0522d;
	text-decoration: underline;
}
/* Link Styles */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #3990C8;
	text-decoration: underline ; 
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
