body {
	background-color: #B9CBDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

h1 {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	background-color: #B9CBDF;
	width: 800px;
}

.main {
	width: 800px;
}

#nav {
	background-color: #6699CC;
	width: 800px;
}

#nav ul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   padding : 1px;
   margin : 0;
   white-space : nowrap;
   text-align: center;
}

#nav ul li{
   display : inline;
}

#nav ul li a{
   color : #000000;
   font-weight : bold;
   text-decoration : none;
   padding-left : 1.25em;
   padding-right : 1.25em;
}

#nav ul li a:hover{
   background-color : #FF0000;
   color : #000000;
   font-weight : bold;
   text-decoration : none;
}

.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}



