* { padding: 0; margin: 0; }

body {
	margin: 0px auto;
	width: 800px;
}

#wrapper {
        width: 800px;
	float: left;
	background: url("../images/background.jpg");
}

#header {
	float: left;
	width: 800px;
	height: 124px;
	background: url("../images/header.jpg") no-repeat;
}

#nav {
	float: left;
	width: 140px;
	font-size: 1em;
	font-family: helvetica;	
	color: white;

}

#nav ul { 
	font-size: 1em;
	font-family: helvetica;
	list-style: none;
	padding: 5px 0px 0px 5px;
}

#nav li { margin: 5px 0px 5px 0px; }

#nav a {
	padding-left: 15px;
	color: white;
	text-decoration: none;
	background: url("../images/navup.gif") no-repeat left;
}

#nav a:visited {
	color: white;
        text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
        background: url("../images/navover.gif") no-repeat left;
}

#content {
	width: 635px;
	min-height: 300px;
	float: left;
	padding: 10px 15px 0px 10px;
} 
* html #content {height:300px} /* IE Min-Height Hack */


#footer {
	margin: 0px auto;
	width: 800px;
	height: 16px;
	background: url("../images/footer.jpg") no-repeat top;
	float: left;
	text-align: center;
}

.title {
	  margin-bottom: 5px;
	  padding-top: 3px;
	  font-size: 1.4em;
	  font-weight: bold;
	  height: 30px;
	  width: 630px;
	  background: url("../images/titleback.gif") no-repeat;
	  text-align: center;
}

fieldset {
	margin-bottom: 10px;
}

legend { 
	margin-left: 15px; 
	font-size: 1.2em;
}	

.content { margin: 5px; }

hr {
	margin-top: 5px; 
	margin-bottom: 5px;
}	
