/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color:#666666;
margin: 0;
background-color: black;
}

a img {
	border:none;
	}
	

	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	}

#link {
	position:absolute;
	top:20px;
	left:auto;
	}
	
A:link {
	color:#FFFFFF;
	text-decoration:none;
}

A:visited {
	color:#FFFFFF;
	text-decoration:none;
}

A:active {
	color:#FFFFFF;
	text-decoration:none;
	}
	
A:hover {
	color:#FFCC00;
	text-decoration:none;
	}

#container {
	width: 800px;
	background: #000;
	margin: 0px auto;
}

	

#content {
	margin: 0 2em 2em 2em;
	background-color: #000;
}

#content2 {
	position:absolute;
	top:240px;
	width:800px;
	margin: 0 ;
	background-color: #000;
	color:#666;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;

}


#nav {
	position: absolute;
	top:185px;
	left:auto;
	width: 700px;
	
}

#nav ul {
	margin:  0;
	padding:  0;
	list-style-type:  none;
	text-align:  center;
	width: 800px;

}

#nav ul li { display:  inline; }

#nav ul li a {
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;
	}
	
#nav ul li a:hover {
	color: #fff;
	background-color: #369;
	}

	

#siteName {
	width: 800px;
	padding: 0 0 0 0;
	border: 2px solid #ccc;
	margin:  20px auto;
	
}

#search {
	position: relative;
	top: auto;
	right: 0;
	float: right;
	}
	
#footer {
	background-image:url(images/footer.jpg);
	position: absolute;
	top:4500px;
	font-size:12px;
	color:#666666;
	width:800px;
	height:150px;
	text-align: left;
	border-bottom:solid ;
	border-bottom-color:#ffffff;
	margin-bottom: 10px;
	}

.style1 {
	color: #990000;
	font-weight: bold;
}


.clearer {
	clear: both;
}
	

