* { margin: 0;
	padding: 0;
}

body {
	background-color: #0B0B61;
	overflow:hidden;
	font-size:150%;
}

h1 { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	padding-top: 100px;
}

h4 {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding-top: 10px;

}

h5 {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding-top: 10px;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}



a {
	text-decoration:none;
	color: #000000;
}

 #container {
 	width: 99%;
 	margin: 5px auto;

 }

 header { 
 	background-color:#0B610B;
 	min-height: 80px;
 }




 #main {
 	background-color: yellow;
 	min-height: 610px;
 	overflow: hidden;
 }

 #left {
 	background-color: #0404B4;
 	min-height: 610px;
 	width: 200px;
 	float: left;
 	
 }
 #right {
 	background-color: #0404B4;
 	min-height: 610px;
 	width: 200px;
 	float: right;
 }
 #middle {
    background-color: #2EFEF7;
 	min-height: 610px;
 	margin-left: 200px;
 	margin-right: 200px;

 }





footer {
	background-color: #0B610B;
	min-height: 60px;
}