/* CSS Document */

body {
	background-color: #000000;
}


#container  {

	overflow:auto;
	background-attachment:fixed;
	background: #fef9cd url(images/background.jpg) no-repeat;
	width:900px;
	border:1px solid black;
	line-height:100%;
	margin:auto;
	
	}
#header {
margin-top:100px;
margin-left:450px;
color:white;
}

	
	
	
#left {
width:900px;
float:left;
color:white; }

.h1
  {
	font-size: 20px;
	font-weight:bolder;
	color:black
	}
	.h1 a {text-decoration:none}
	
.h2   {
	font-size: 14px;
	font-weight:bolder;
}
.h2 a {text-decoration:none}
	

#footer  {
	color:#fef9cd;
	text-align:center;
	clear:right;
	font-size: 14px;
	font-family: Verdana, Arial;
	}
	


#right, #content {
	font-family:Verdana, Arial, sans-serif;
	font-size: small;
	color:black;
	padding:2px;
	}

#content  {
	
	margin-left:100px;
	margin-right:105px;
	margin-bottom: 30px;
	text-align:left;
	padding:20px;
	color:black;
	
	}

#right  {
	margin-left:600px; 
	text-align:center;
		}
#right a {
	text-decoration:none;
	}

.caption { 
margin: 5px; 
padding: 5px; 
border: 1px solid #000066; 
background-color:white; 
font-size:75%;
text-align:center; 
color:#FFFFFF; 
} 
.caption a {
text-decoration:none;}


 
.left {float: left;} 
.right {float: right;}



#style1 {
font-size: x-small}
