* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#0066FF;

	}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.style2 {
	color: #FF0000;
	font-size: 24;
	font-weight: bold;
}
div#page-wrap {
	width:717px;
	margin: 0 auto;
	
	}

ul#nav {
	height: 263px;
	background: url(images/header2.gif) no-repeat;
	list-style:none;
	padding-left:55px;
	}
li {
	float:left;
	display:block;
	width:auto;
	}
	ul#nav li a {
	
	display:block;
	width:130px;
	float: left;
	margin-top:235px;
	color:white;
	text-decoration:none;
	display:inline;
	}	
	ul#nav li a:hover, ul#nav li a:active {
	color:yellow;
}

table#content {
width: 717px;
height:800px;
background-color:white;
margin: 0 auto;
}	
	
	
div#footer {
	background:0066ff;
	width: 717px;
	margin: auto;
	color:white;
	padding: 10px 0px 10px 0px;
	border-top: 2px solid white;
	text-align:center;
} 
