@charset "utf-8";
/* CSS Document */

#topcontainer {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC0000;
	;
}


#navwrapper {
width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC0000;
	;
	
	}




#footer {
font-size:10px;
text-align:center;
}


#navbar {
	background-color:#CC0000;
	background-image:url(images/button-bkg.jpg);
	width: 780px;
	position:relative;
	height: 100%;
	
}