body{
	background-color:black;
}

#container{
	background-color:white;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background-color:#66CCFF;
	color:white;
	text-align:center;
}

#content{
	padding:10px;
}

#nav{
	width:180px;
	float:left;
}

#nav ul{
	list-style-type: none;
	
}

a{
	text-decoration:none;
}

#main{
	width:600px;
	float:right;
}

#footer{
	clear:both;
	text-align:right;
	color:white;
	background-color:#999999;
	padding:10px;
}
.listHeader{
  color: white;
  background-color:blue;
  text-align:center
 
}
.email{
  size: .5em;
}