/* Screen Style Sheet */
/* Layout, Borders and Backgrounds */
body			{ background: url("snow.gif") 0% 0% no-repeat rgb(51,0,153);
			  font-family: "Century Gothic", verdana, arial, sans-serif;
			  margin: 0 }
#splash			{ background: url("snowflake.gif") 15% 40% no-repeat rgb(51,0,153) }
#splash img#title	{ position: absolute; top: 30%; right: 15% }
#splash img#enter	{ border: none;
			  position: absolute; bottom: 1em; right: 1em }
#header			{ text-align: right }
#header img		{ margin: 1em;
			  vertical-align: middle }
#menu			{ float: left;
			  margin-top: 2em;
			  padding: 0 1em;
			  width: 20% }
#menu li		{ margin-top: 0.1em }
#content		{ float: left;
			  padding: 0 1em 1em 1em;
			  width: 70% }
.floater		{ float: left;
			  width: 49% }
.clear			{ clear: both }
#footer			{ background-color: rgb(51,0,153);
			  border-top: 0.05em solid rgb(102,153,255);
			  clear: both;
			  padding-top: 0.5em;
			  text-align: center;
			  width: 100% }
hr			{ color: rgb(102,153,255);
			  height: 0.05em }

/* Fonts, Sizes and Variations */
h1,h2,h3,h4,h5.h6	{ color: #ffffff }
h2			{ border-bottom: 0.05em solid rgb(102,153,255);
			  font-weight: lighter }
h4			{ font-family: verdana, arial, sans-serif;
			  font-size: 0.8em;
			  font-style: italic }
p			{ font-family: verdana, arial, sans-serif }
#content ul		{ font-family: verdana, arial, sans-serif }
p,ul,ol,dl		{ color: #ffffff;
			  font-size: 0.8em }
#footer ul		{ font-size: 0.7em;
			  font-weight: bold }
blockquote		{ border-left: 0.25em dotted rgb(102,153,255);
			  font-style: italic;
			  padding-left: 0.25em }

/* Links */
a			{ color: rgb(102,153,255);
			  text-decoration: none }
a:hover			{ background-color: rgb(102,153,255);
			  color: white;
			  text-decoration: none }

/* Navigation Menus */
#menu ul		{ background-color: rgb(51,0,153);
			  border: 1px solid rgb(102,153,255);
			  list-style: none;
			  margin-left: 0;
			  padding-left: 0 }
#menu ul li a		{ background-color: rgb(51,0,153);
			  border-bottom: 1px solid rgb(51,0,153);
			  border-right: 1px solid rgb(51,0,153);
			  border-left: 1px solid rgb(51,0,153);
			  border-top: 1px solid rgb(51,0,153);
			  color: #ffffff;
			  font-weight: bold;
			  padding-left: 0.25em;
			  text-decoration: none;
			  width: 100% }
#menu ul li a:hover	{ background-color: red;
			  border-bottom: 1px solid red;
			  border-right: 1px solid red;
			  border-left: 1px solid red;
			  border-top: 1px solid red }
.floater ul		{ list-style: none;
			  margin-left: 0;
			  padding-left: 0 }
#footer ul		{ list-style: none;
			  margin-left: 0;
			  padding-left: 0 }
#footer ul li		{ display: inline }
#footer ul#links li	{ padding: 0 1em }
#footer ul#copyright	{ margin-top: -1em }

/* Images */
img.photo		{ border: 0.05em solid #000000;
			  float: right }
img.logo		{ border: 0.05em solid #000000;
			  float: right }

/* Hidden */
h1			{ display: none }
.hide			{ display: none }

/* Style Sheet/CSS 2.1. (c) 2002 Schlukebier Family. All rights reserved. */