html { height: 100.02%; }

body
{
	text-align: center;
}

.container
{	
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

#nav
{

}

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

#nav li
{
	float: left;
	margin: 0;
}

#nav li a
{
	padding-top: 5px;
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
	background: url(../images/buttonOff.jpg);
	height: 20px;
	float: left;
	width: 80px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#nav li a:hover
{
	background: url(../images/buttonOn.jpg);
}

body
{
	background-position: center top;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

hr
{
	background-color: #86C779;
}

#lines
{
	background-image: url(../images/lines.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#footer
{
	text-align: center;
}

h1
{
	color: black;
	font-size: 2.2em;
}

h2
{
	color: #247FBF;
	font-size: 1.5em;

}