﻿/* CSS layout */
/* CSS layout */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font: 400 70% Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	color: white;
}
#footer {
	clear: both;
}
#headerZ {
	height: 25px;
	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: 32px;
	min-width: 800px;
	max-width: 1000px;
}
#thepage {
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
}
#thepagenav {
	width: 140px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
 
#thepagecontent {
	margin-left: 150px;
	text-align: left;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color:#F950AD;
	text-decoration: underline;
}

a.nav {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400;
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 0 5px;
	padding: 3px 0 3px 5px;
}
 
a.nav:hover  {
	text-decoration: none;
	color: white;
	text-decoration: none;
	border-color: #FD4CA7;
	color: #FD4CA7;
	border-width: 0 0 0 5px;
}

a.headerX {
	text-decoration: none;
	color: white;
	font-size: xx-large;
}
a.headerX:hover {
	text-decoration: none;
	color: #FD4CA7;
	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: #FF00FF 1px solid;
	border-left: #FF00FF 1px solid;
	border-top: #FF00FF 1px solid;
	border-right: #FF00FF 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: ##FF00FF  1px solid;
	border-left: ##FF00FF  1px solid;
	border-top: ##FF00FF  1px solid;
	border-right: ##FF00FF  1px solid;
}


h2 {
	font-size: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#FFF47D;
}
h4 {
	font-size: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF47D;
}
.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: ##FF00FF ;
}

