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

* {
	margin: 0;
}

body {
	background: #231D0D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #7F6D61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

img {
	border: none;
}

ul, ol {
	list-style: none;
}

a, a:visited {
	text-decoration: none;
}
#nav2 {
	background-color: #F0F;
	height: 20px;
	width: 1000px;
}
#mainContent a {
	color: #00F;
}
#mainContent h1 {
	padding-top: 5px;
	padding-bottom: 5px;
}

