a {text-decoration: none;}
a:link {color: black;}
a:hover {color: white;}
a:visited {color: black;}

body {
	margin: 0 auto;
	padding: 0;
	background: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#page {
	margin:0 auto;
	padding:0;
	width:780px;
}
#header {
	height: 100px;
	width: 780px;
	background: #0B4E86;
}
#nav {
	width: 770px;
	background: #CCC;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #000;
	height: 20px;
}
#content {background: #CCC;
	padding: 0 10px 10px 10px;
	width: 760px; 
	height: 100%;
}
#footer{float: bottom; 
    background: #0B4E86; 
	border-top:1px solid black;
	height: 20px;
	width: 780px; 
	text-align: center; 
	color: white;
}
