#body{
	background-color:green;
}

#wrapper { 
	width: 1050px; 
	margin: 0 auto; 
}


#header{
	width: 1050px;
	padding: 0px;
	height: 200px;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0px 0px 6px 0px;
	list-style: none;
	background-color: black;
	text-align: center;
	}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left; }
	
#nav li a {
	display: inline;
	list-style-type: none;
	padding: 0px 22px 0px 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18pt;
	line-height:14pt;
	color: white;
}

#nav li a:link{
	color:white;
	
}

#nav li a:visited{
	color:white;
}

#nav li a:hover {
	color: red;
	background-color: white; }
	
 
#active { 
	color: white;
     background-color: green;
}
 
#leftcolumn { 
	float : left; 
	color : white; 
	margin : 0 0 0 0; 
	padding : 10px; 
	height : 550px; 
	width : 220px; 
	display : inline; 
	background-color : red; 
	position : relative; 

}
#leftcolumn ul{
		list-style-type: square;		
}

#leftcolumn ul a{
	text-decoration: none;
}

#leftcolumn ul a:link{
	color: white;
}

#leftcolumn ul a:visited{
	color: white;
}

#leftcolumn ul a:hover {
	color: red;
	background-color: white; }

#leftcolumn p{
	font-size:12pt
}

#leftcolumn p a:link{
	color:white;
}

#leftcolumn p a:visited{
	color:white;
}

	
 #main  { 
	color : black; 
	margin-left: 250px; 
	padding : 10px 20px;  
	background-color:white;
} 

#main h1 {
	font-family: impact;
	color:green;
	font-size:42pt;
}

#main h2 {
	color:green;
}

#main h3 a:link{
	color:red;
}

#main h3 a:visited{
	color:red;
}
#main ul {
	text-decoration: none;
}


#main ul a:link{
	color:red;
}

#main ul a:visited{
	color:red; 
}


table	{border: 5px solid white; 
		background-color:red; 
		color:white;
		margin:0 auto;}

tr, td, th {border: 2px solid white; 
			width: 175px;
			height:40px;  
			font-size:18pt; 
			text-align:center;}
			
footer {
	float: left;
	width:100%;
	color: black;
	background-color:white;
	font-style: italic;
	font-size: 10pt;}
