﻿
/* Layout Stylesheet */ 

body {
 font-family:verdana, sans-serif; 
 font-size:12px;  
 background: #000000;
 color: #ffffff;
 margin: 20px;
 border:0;
 }
 h1 {
font-size:35px;
font-family:Monotype Corsiva; 
line-height:38px;
font-weight:900;
color:#99ccff;
background: transparent;
margin: 10px; 
}
 h3 {
font-size:14px;
line-height:26px;
font-weight:900;
color:#000000;
background: transparent;
margin: 10px; 
}
.style1 {
	text-align: center;
}
.style2 {
	font-size: large;
}
.style3 {
	font-size: xx-small;
}
.style4 {
	border-width: 0;
}
.style7 {
	border-style: solid;
	border-width: 3;
	border-color:#99CCFF;
}

a {
	color: #99CCFF;
}
a:active {
	color: #99CCFF;
}
a:visited {
	color: #0000FF;
}

 
#header{
 margin:0px 350px 600px 0px;
 position:absolute;
 top:5px;
 left:0;
 width:801px;
 z-index: 1;
 background:#ffffff;
 background: transparent url() no-repeat top center; 
 color: #333333;}

#main {
 border: 2px solid #000000; 
 background: #ffffff;
 color: #333333;
 height:80%;
 }

#right{
 margin:0px 150px 500px 150px;
 position:absolute;
 top:50px;
 left:0;
 height: 610px;
 width:643px;
  border: groove #666666; 
 z-index: 1;
 background:#ffffff;
 color: #333333;}
 
#links {position: absolute; top: 230px; left: 10; width: 150px; height: 400px; font: 14px Verdana, sans-serif; z-index: 100; background: #000000;
}
#links a {display:  text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #000000;
   border-right: 2px solid #ffffff;}
#links a:hover {color: #99ccff; background: #000000;}