body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #7fb8dd url(images/holder.gif) top center repeat-y;
	color: #0072bc;
	font: small/18px Verdana, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	color: #005b7f;
	}
p	{
	color: #025;
	}
div#everything {
	width: 742px;
	margin: 0 auto;
	padding: 0;
	}
div#header {
	width: 700px;
	border-bottom: 10px solid #025;
	padding: 5px 0;
	margin: 12px 0 0 10px;
	}
div#header img{
	border: 0;
	}
div#content {
	float: left;
	width: 440px;
	padding: 0;
	border: 0;
	margin: 0;
	margin-top: 25px;
	margin-left: 6px;
	}
html>body div#content {
	margin-left: 12px;
	min-height: 800px;
	}
div#content p {
	text-align: left;
	text-indent: 30px;
	}
div#gallery {
	width: 700px;
	padding: 0;
	border: 0;
	margin: 0;
	margin-top: 25px;
	margin-left: 6px;
	}
html>body div#gallery {
	margin-left: 12px;
	min-height: 800px;
	}
div#gallery p {
	text-align: left;
	text-indent: 30px;
	}
div#gallery img {
	width: 150px;
	border: 1px solid black;
	margin: 25px;
	}
div#galleryimage {
	width 700px;
	padding: 0;
	border: 0;
	margin: 0;
	margin-top: 25px;
	margin-left: 6px;
	}
html>body div#galleryimage {
	margin-left: 12px;
	min-height: 800px;
	}
div#galleryimage p {
	width: 700px;
	text-align: left;
	text-indent: 30px;
	}
div#galleryimage img {
	width: 500px;
	border: 1px solid black;
	margin: 25px;
	}
div#sidebar {
	margin: 100px 0 0 472px;
	padding: 0;
	width: 230px;
	border: 0;
	}
div#sidebar p {
	text-align: left;
	text-indent: 30px;
	}
div#sidebar img {
	width: 200px;
	border: 1px solid black;
	}
div#footer {
	clear: both;
	border: 0;
	border-top: 10px solid #025;
	border-bottom: 10px solid #025;
	width: 700px;
	padding: 5px 0;
	margin: 12px 0 25px 10px;
	}
li	{
	list-style: none;
	display: inline;
	margin-right: 30px;
	}
a:link	{
	font-weight : bold;
	text-decoration : none;
	color: #0072bc;
	background: transparent;
	}
a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #0072bc;
	background: transparent;
	}
a:hover {
	font-weight : bold;
	text-decoration : underline;
	color: #00adef;
	background: transparent;
	}
a:active {
	font-weight : bold;
	text-decoration : none;
	color: #7fb8dd;
	background: transparent;
	}