body {
	background-color: #fcf;
	margin: 0;
}

p {
	text-align: left;
}

table {
	text-align: left;
}

#header {
	background: transparent url(images/header/header.jpg) no-repeat 0 0;
	height: 115px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

#nav {
	background: transparent;
	color: #000;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	left: 0;
	top: 95px;
	margin: 0;
	position: relative;
	width: 700px;
}

#nav ul {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0px 5px 0px 5px;
}

#nav a {
	color: #000;
	display: block;
	margin: 0;	
	text-decoration: none;
	white-space: nowrap;
}

* html #nav a {
  width: 1%; /* Fixes Nav display for IE.  See explanation here: 
                http://www.positioniseverything.net/explorer/escape-floats.html */
}

#nav a:hover {
	color: #c33;
	border-bottom: 1px dotted #c33;
}

