@charset "utf-8";
body  {
	margin: 12; /* 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: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #69C;
	height: 2000px;
	width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(dpittman3/3710/experiments/bird.jpg);
}
#container {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: thin groove #0F0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	height: 390px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 1mm;
}
#nav1 {
	float: left; /* since this element is floated, a width must be given */
	width: 68px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
	background-color: #6CF;
	margin-top: 0px;
	padding: 20px;
	height: auto;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
#mainContent {
	font-family: "MS Serif", "New York", serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0pt;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 70px;
	height: 370px;
	width: auto;
	border: medium solid #000;
	clear: none;
	background-color: #6CF;
	float: none;
	text-align: center;
} 
#content {
	text-align: center;
}

