

#container{
	background:grey;
	height:1000px;
	width:800px;
	position:relative;
	margin:auto;
	border-radius:25px;
	}

#header{
	background:black;
	height:100px;
	width:800px;
	position:absolute;
	margin-top:0px;
	margin-left:0px;
}

#banner{
	background:#999999;
	height:150px;
	width:800px;
	position:absolute;
	margin-top:100px;
	margin-left:0px;
}

#nav{
	background:green;
	height:50px;
	width:800px;
	position:absolute;
	margin-top:250px;
	margin-left:0px;
}

#content{
	background:;
	height:650px;
	width:750px;
	position:absolute;
	margin-top:300px;
	margin-left:0px;
}

#footer{
	background:maroon;
	height:60px;
	width:800px;
	position:absolute;
	margin-top:950px;
	margin-left:0px;
	text-align:center;
}

#main{
	background:grey;
	height:700px;
	width:550px;
	position:absolute;
	margin-top:0px;
	margin-left:250px;
}

td{
	height:50px;
	text-align:center;
	font-size:18px;
}

td:hover{
	background:;
	color:white;
	font-size:50px;
}

#rightcol{
	background:olive;
	height:630px;
	width:240px;
	position:absolute;
	margin-top:10px;
	margin-left:0px;
}

a:visited{
	color:white;
	text-decoration:none;
}


