﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 80% verdana,arial,sans-serif;
	text-align: center;
	background: #00f url(../img/sehs_blue.gif);
}
#container {
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #fff url(../img/container.gif);
}
#whcontainer {
	width: 900px;
	margin: 0px auto 0px auto;
	background: #fff url(../img/whcontainer.gif);
}
#holder {
	float: left;
	width: 100%;
}
#content {
	margin: 0px 150px 0px 150px;
}
#content a:link {
	color: #00f;
	text-decoration: underline;
}
#content a:hover {
	color: #f60;
	text-decoration: underline;
}
#content a:visited {
	color: #444;
	text-decoration: underline;
}
#form {
	background: #fff url(../img/clipboard_sides.gif) repeat-y;
	width: 340px;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
}
#content input, #content textarea {
	padding: 2px;	
	margin-bottom: 5px;
	border: 1px dashed #ccc;
}
#content input.submit-button {
	width: 75px;
	text-align: center;
	color:#f60;
}
#header {
	height: 115px;
	background: #fff url(../img/sehs_header.jpg) no-repeat top left;
}
#flash {
	text-align: center;
	background: #f60 url(../img/sehs_orange.gif);
	margin: 0px auto;
}
#thirty {
	text-align: center;
	background-color: #fff;
	margin: 0px auto;
}
#updates {
	width: 600px;
	height: 600px;
	text-align: left;
	margin: 0px auto 0px auto;
	overflow: auto;
}
img {
	border: 0px;
}
#sidelinks a:link {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: none;
	list-style-type: none;
	text-decoration: none;
}
#navigation {
	background: #000080;
	color: #fff;
	float: left;
	width: 149px;
	text-align: center;
	margin-left: -899px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	margin: 0px;
}
#navigation a {
	display: block;
	width: 147px;
	padding: 3px 0px 3px 0px;
	border: 1px solid #000080;
	background: #000080;
	text-decoration: none;
}
#navigation a#current {
	background: #fff url(../img/arrowhead.gif) no-repeat top left;
	border: 1px solid #fff;
	color: #f60;
}
#navigation a:link {
	color: #ccc;
}
#navigation a:active, #navigation a:visited {
	color: #f60;
}
#navigation a:hover {
	background: #fff url(../img/hover_bg.gif) repeat-x;
	color: #fff;
	border: 1px solid #000080;
}
p {
	margin: 10px;
	padding-left: 5px;
}

#guestbook {
	margin: 0px 0px 0px 150px;
}
#wide {
	margin: 0px 0px 0px 150px;
	text-align: left;
}
#facebook {
	width: 99%;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	height: 400px;
	overflow: auto;
}
h1 {
	font: normal bold 20pt verdana,arial,sans-serif;
	text-align: right;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding-right: 5px;
	color: #000080;
}
h2 {
	text-align: right;
	margin: 0;
	padding: 5px;
	color: #f60;
}
h3 {
	font: normal bold 1em verdana,arial,sans-serif;
	text-align: center;
	background: #f60 url(../img/h3bg.gif);
	color: #fff;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
h4 {
	font: normal bold 1em verdana,arial,sans-serif;
	text-align: center;
	background: #000080 url(../img/h4bg.gif);
	color: #fff;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#links {
	float: left;
	width: 150px;
	margin-left: -150px;
	text-align: center;
	color: #f60;
}
#links a:link {
	color: #000;
	text-decoration: underline;
}
#links a:hover {
	color: #f60;
	text-decoration: underline;
}
#links a:visited {
	color: #ccc;
	text-decoration: underline;
}
#footer {
	background: #000080;
	color: #ccc;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #f60;
	text-decoration: underline;
}

#footer {
	clear: left;
	width: 100%;
}
.orange {
	font: normal 100% verdana, arial, sans-serif;
	color: #f60;
}
.blue {
	font: normal 100% verdana, arial, sans-serif;
	color: #00f;
}
.red {
	color: #f00;
}
.large {
	font: normal bold 20px verdana,arial,sans-serif;
	color: #f60;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
hr { border: 1px solid #f60;
	color: #f60;
	width: 100%;
	text-align: center;
	clear: both;
	padding: 2px 0 2px 0;
}

.right {
	float: right;
}
.smallfont {
	font: 80% verdana,arial,sans-serif;
}
.left {
	text-align: left;
}
