body {
	background: url(../images/bkgrd.jpg) top left repeat-x;
}

h1 {
	font-size: 167%;
	font-family: arial;
	font-weight: bold;
}
h2 {
	font-size: 123.1%;
	font-family: arial;
	font-weight: bold;
}
h3 {
	font-size: 108%;
	font-family: arial;
	font-weight: bold;
	color: #003366;
	padding: 10px 0px;
}

#bd p {
	padding: 10px 0px;
}
#ft {
	height: 100px;
}
#ft p {
	float: left;
	margin-top: 10px;
	margin-right: 0.5em;
}


/*Navigation*/
#nav {
	float:right;
	margin-top: 30px;
}
#nav ul {
	list-style-type:none;

}
#nav li {
	display: inline;
	/*border-left: 1px solid #666;
	border-right: 1px solid #333;*/
}
#nav a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	margin-left: 15px;	
}
#nav li a:hover {
	float: center;
	color: white;
}
