﻿@import url("sluicebox1_layout.css");
body {
	font-family:Narkisim;
	font-size: large;
	background-attachment: scroll;
	background-color: #ADDAE6;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: justify;
}
#container {
	width: 100%;
	margin-top: 20px;
	border-bottom: 2px solid #363636;

}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;	
}
#masthead {
	width: 980px;
	height= 220px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin #C0C0C0 ridge;
	text-align: center;
	background-color: #fff;
	background-image: url("../images/1Peter1.gif");
	background-repeat: repeat;
}
#page_content {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background-color: #ADDAE6;

}
#content {
	position: relative;
	float: left;
	width: 590px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin #C0C0C0 solid;
	background-color: #FFFAFA;
}
#sidebar {
	float: right;
	width: 380px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin #C0C0C0 solid;
	background-color: #FFFFE0;
}
#footer {
	clear: both;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #CC0000;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #3300FF;
	display: inline;
	margin-top: 3.5%;
	margin-left: 5%;
}

/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;}
	
}
background-color: #ffffff;
	font-family: Narkism, Helvetica;
	font-size: 0.8em;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 1;
	padding: 1;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 1;
	padding: 1;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #CC0000;
	display: block;
	margin: 0 0px;
	padding: 1px;
	border: 1px solid #708090;
	background-color: #ffffff;
}
#navigation a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #ccc;
}
}
/* Link Styles */
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
