@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #68befc url(images/bkgd.gif) repeat-x;
	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: #000000;
}
#container  {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: none;
	padding-right: 0px;
}
#header  {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 500px;
}
#home_content {
	margin: 60px 100px;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	padding-left: 100px;
}
#content {
	margin: 0px auto;
	height: 500px;
	width: 800px;
}
#footer  {
	background:#FFFFFF;
}
#footer  p  {
}
#nav {
}
