﻿body {
	background-color: #283e31;
	background-image: url(images/lightglassbg.jpg);
	background-repeat:no-repeat;
	/*	removed margin:auto; */
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow:auto; 
	font: normal "Arial,Verdana,Helvetica,",sans-serif;
	font-size:medium;
}
a:link,a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#3163d8;
	text-decoration:none;
	cursor:auto;	
}
h1{ 
    font-size:16px;
    color: #901ce1;       /* retype if color doesnt' behave */ 
}
h2
{
	font-size: 12px;
}
h3
{
	font-size: 10px;
}
h4
{
	font-size: 8px;
}
h5
{
	font-size: 6px;
}

#page {							/* this is the text page */
	margin:164px 0 50px 122px; 
	display:block; 
	width:623px; 
	border:0px solid #000000;
	background-image:url('images/page1.jpg');
	background-color:transparent; 	
	padding:0px;}
}
#page .right {
	font-size:medium;	           /* font size changed from 30px */
	float:right;
}
#menu {
	/*	removed margin-left:165px; */
	display:block; 
	top:150px;    /* was 10px -> */
	width:130px; 
	position:fixed;  /* was absolute */
	border:1px solid #888; 
	padding:10px; 
	text-align:center; 
	font-weight:normal; 
	color:#000;
	left:755px;  /* was right:50px -> */  /* moves menu -> */
}
	
* html
 
#menu {
	  position:absolute;  /* ask Lon about removing this, . . .affects the menu look*/
}
#menu a:visited, #menu a {  /* ask Lon about removing this too, */

	display:block; 
	width:120px; 
	height:20px; 
	margin:0 auto; 
	border-top:1px solid #fff; 
	border-bottom:1px solid #000; 
	text-align:center; 
	text-decoration:none; 
	line-height:20px; color:#000;
}
#menu a:hover {
	background:#255e31; 
	color:#fff;
}
.clear {
	clear:both;
	}
	p:{
	padding:5px 5px 5px
}
p { padding-left: 8px; }
p:first-letter {
	font-size:25px; 
	color:#901ce1;
}
#fixpic {
	display:block; 
	width:1024px; 
	height:189px; 
	position:fixed; 
	bottom:0; 
	left:0;
}

* html
 
#fixpic {
	position:absolute;
}


<!--[if lte IE 6]>
   <style type="text/css">
   /*<![CDATA[*/ 
html {
	overflow:auto; 
	overflow:hidden;}
   /*]]>*/
  
<![endif]-->
