body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #fff;
	text-align: center;}
	
#container {
	width: 800px; 
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	background: #fff;
	text-align:left;}
	
#header {
	height: 400px;
	background: url('header.jpg') no-repeat center;}
	
#mainnav {
	float: left;
	padding: 0;
	margin: -219px 0px 0px 35px;
	width: 223px;
	text-indent: -5000px;}
  
#mainlinks {
	width:223px;
	height: 181px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;}
  
#mainlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;}

#mainlinks a {
	float: left;
	display: block;
	width: 223px;
	height: 181px;
	text-decoration: none;}
  
#mainlinks #link1 a {
	height: 45.5px;
	width: 223px;}
  
#mainlinks #link1 a:hover {
	background-position: -223px 0px;}
  
#mainlinks #link2 a {
	height: 45px;
	width: 223px;
	background-position: 0px -45.5px;}
  
#mainlinks #link2 a:hover {
	background-position: -223px -45.5px;}
  
#mainlinks #link3 a {
	height:	45.5px;
	width: 223px;
	background-position: 0px -90.5px;}
  
#mainlinks #link3 a:hover {
	background-position: -223px -90.5px;}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #333333;
	outline: none;}

a:hover {
	color: #000;
	text-decoration: underline;}