@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	color:green;
	background-color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


a:link {
	color: blue;
	text-decoration: none;
}
	
a:visited {
	color: purple;
	text-decoration: none;
}

a:hover {
	color: grey;
	text-decoration: underline;
}

a:active {
	color: purple;
	text-decoration: underline;
}


h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-weight: bold;
padding-top: 0px;
margin-bottom: 0px;
margin-top: 10px;
}


h2 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold;
padding-top: 10px;
margin-bottom: 0px;
}


p  
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
}


/* Tell the browser to render HTML5 elements as block */  
footer, header, nav, section { display: block; }


#container {
	width: 900px;
	margin: auto;}
	
	

header
{
	position: relative;
	width: 900px;
	height: 70px;
	background-color: #cccccc;
}

nav
{
	position: relative;
	width: 880px;
	height: 20px;
	background-color: gray;
	text-align: center;
	padding: 10px;
}


nav a:link {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
}

nav a:visited {
	color: #ffffff; 
	text-decoration: none;
}



nav a:hover {
	color: 	#00FF00; 
	text-decoration: none;
}

nav a:active {
	color: 	#FF0000; 
	text-decoration: none;
}

section
{
	position: relative;
	width: 878px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px;
	min-height:500px;
	}



footer {
	clear:both;
	position: static;
	width:890px;
	height: 20px;
	font-size: 12px;
	background-color: purple;
	padding-top: 5px;
	padding-left: 10px;
}
	 
banner {
position: absolute;
right: 900px;
top: 90px;
}	
.right {
	clear: right; 
	float: right; 
	margin-bottom: 1em; 
	margin-left: 1em;
}
	
	
.left {
	clear: left; 
	float: left; 
	margin-bottom: 1em; 
	margin-right: 1em;
}
