body{margin:0;}
#descpage{}
#desc{}

#blankpage {
	position: relative;
	/*margin-left: 0px;	margin-right: 0px; margin-top: 0px;	margin-bottom: 10px; */
	margin:0 auto;
	text-align: left;
	background: black  left 3.0em repeat-x;
	font: normal normal normal 1em Trebuchet, Arial, sans-serif;
	min-height:1100px; height:auto!important; height:1100px;
	/*	hacked for IE	min-height: 1000px;   _height: 500px;*/}
	
#brightpage {
	position: relative;
	/*margin-left: 0px;	margin-right: 0px; margin-top: 0px;	margin-bottom: 10px; */
	margin:0 auto;
	text-align: left;
	background: black url("Images/foreground.gif") left 3.0em repeat-x;
	font: normal normal normal 1em Trebuchet, Arial, sans-serif;
	min-height:1100px; height:auto!important; height:1100px;
	/*	hacked for IE	min-height: 1000px;   _height: 500px;*/}
	
#dimpage {
	position: relative;
	/* margin-left: 5px;	margin-right: 5px; */
	margin:0 auto;
	text-align: left;
	background: black url("Images/background.gif") left 3.0em repeat-x;
	font: normal normal normal 1em Trebuchet, Arial, sans-serif;
	min-height:1100px; height:auto!important; height:1100px;
	/*	hacked for IE	min-height: 1000px;   _height: 500px;*/}

#menutitle 			{background: black; color: white; text-align:center; font-size: 2em; line-height: 2em; }
/*#menutitle a:hover	{background: black; color:rgb(0,255,255) }   */

#guts{color:rgb(220,220,220); padding: 50px 50px 50px 50px; text-align:justify}
/*
p {font: normal normal normal 1em Trebuchet, Arial, sans-serif; }
h1 {font: normal normal normal 1.5em Trebuchet, Arial, sans-serif;}
h2 {font: normal normal normal 3em Trebuchet, Arial, sans-serif;}
h3 {font: normal normal normal 4em Trebuchet, Arial, sans-serif;}
h4 {font: normal normal normal 5em Trebuchet, Arial, sans-serif;}
*/

a.vanilla{color: white; text-decoration:none;}
a.vanilla img {border:none;}
/*a.vanilla img:hover {color: yellow; border:2px;}*/
a.yellow{color: yellow; text-decoration:underline;}


#menubar ul {  margin-top: 0px;  padding-left: 0px;  margin-left: 0px;  background: black;
  color: white;  float: left;  width: 100%;  font-size:1em;  font-weight: bold; text-align: center}

#menubar ul li { display: inline; }

#menubar ul li a {
  padding-top:5px;  padding-bottom:5px;  padding-left:30px;  padding-right:30px;  
  color: white;  text-decoration: none; width:150px; height:50px; } 

#menubar ul li a:hover	{  background: black;  color: rgb(0,255,255); }

#menubar ul li a:active	{  background: green;  color: #696969; }

