@charset "utf-8";
body  {     
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/b76.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {	
	text-align:center;
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 30px;
	margin-left: 80px;
	height: 600px;
}
#container #navBar {
	float: left;
	background-color:#FFFFFF;
	height: 600px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
h1 {
	font-size: 24px;
}

#container #mainContent {

	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 25px;
	height: 600px;
}
