@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #000;
	background-image: url(images/texturesat7792911.jpg);
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	width: 880px;
	text-align: left;
	background-color: #000;
	background-image: url(images/texturesat7792911.jpg);
	height: 121px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000;
	text-align: center;
	font-size: 12px;
	background-color: #FFF;
	width: 840px;
}
#footer {
	padding: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	background-image: url(images/texturesat7792911.jpg);
	text-align: center;
	color: #FFF;
	font-size: x-small;
}
#navigation {
	font-family: Verdana, Geneva, sans-serif;
	color: #600;
	background-color: #DADADA;
	text-align: left;
	height: 33px;
	font-size: xx-small;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

