
body {

	background-image:url(images/background01.gif);
	background-repeat:repeat-x;
}

#wrapper {
width:814px;
margin: 20px auto; /* Centers your page */
padding: 0;
}

#branding {
background-image:url(images/header_01.jpg);
background-repeat:no-repeat;
height: 220px;
margin: 0;
padding:0;
text-indent: -5000px;
}

#content {
background-image:url(images/middle.jpg);
background-repeat: repeat-y;
margin: 0;
padding:0;
}

#extra_page_info {
width: 210px;
float: left;
margin: 20px 0 0 40px;
padding: 0;
font-family: arial, "lucida console", sans-serif;
font-size: small;	
}

#page_content {
	width: 500px;
	margin: 0 0 0 270px;
}


#footer {
background-image:url(images/footer.gif);
height: 115px;

}

#footer p {
	text-align: center;
	margin: 0;
	padding: 30px 0 0 0;
	color: white;
/*	border: 2px solid red;*/
}

/* Navigation bar */
/* When you float the list, specify height with the background color; otherwise it collapses the box */

#navigation ul {
  background-color: #990033;
  height: 35px;	
	margin: 0 0 0 20px ;
	padding: 0 0 0 20px;
	list-style: none;
	width: 750px;

}

#navigation ul li {float: left;}

#navigation ul a{
	display: block;
	padding: 0 .75em;
	line-height: 2.1em;
	text-decoration: none;
	}
	

#navigation 	ul a:link {
	color: white;
	}

#navigation 	ul a:visited {
		color: red;
		}
#navigation 	ul a:hover {color: orange;}
	
