﻿/* CSS layout */
/* CSS layout */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font: 400 70% Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background: url('/images/header.png') repeat-x;
}
#footer {
	clear: both;
}
#header1 {
	height: 16px;
	min-width: 800px;
	max-width: 1000px;
}
#header2 {
	height: 17px;
	width: 100%;
}
#header3 {
	height: 38px;
	min-width: 800px;
	max-width: 1000px;
}
#headerX {
	height : 45px;
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
}
#headerX1 {
	height : 45px;
	width: 148px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
#headerX2 {
	height : 45px;
	margin-left: 150px;
	text-align: left;
}
#header5 {
	height: 62px;
	min-width: 800px;
	max-width: 1000px;
}
#thepage {
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
}
#thepagenav {
	width: 148px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
#thepagecontent {
	margin-left: 150px;
	text-align: left;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a.nav {
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 0 0 0 5px;
	padding: 3px 0 3px 5px;
}
a.nav:hover {
	text-decoration: none;
	border-color: red;
	color: red;
}
a.headerX {
	text-decoration: none;
	color: white;
	font-size: xx-large;
}
a.headerX:hover {
	text-decoration: none;
	color: red;
	font-size: xx-large;
}
div#photos {
	xxwidth: 680px;
	width: 100%;
	margin-bottom: 50px;
	color: #ffffff;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 20px;
}
a:link img.photo {
	filter: gray;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
a:visited img.photo {
	filter: gray;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
a:hover img.photo {
	filter: none;
	border-bottom: red 1px solid;
	border-left: red 1px solid;
	border-top: red 1px solid;
	border-right: red 1px solid;
}

div#videoss {
	xxwidth: 680px;
	width: 100%;
	margin-bottom: 50px;
	color: #ffffff;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 20px;
}
a:link img.video {
	filter: gray;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
a:visited img.video {
	filter: gray;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
a:hover img.video {
	filter: none;
	border-bottom: red 1px solid;
	border-left: red 1px solid;
	border-top: red 1px solid;
	border-right: red 1px solid;
}


h2 {
	font-size: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.togTitle {
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0 0 15px;
	padding: 2px 25px 0 0;
}
a.togTitle {
	text-decoration: none;
}
a.togTitle:hover {
	text-decoration: none;
	color: red;
}
