@charset "UTF-8";

img { border:none }

html { height: 100%; }

body {
	height: 100%; 
	margin: 0;	
	
	font-family: Verdana, Geneva, sans-serif;
	background-color: #333;
}
#container  {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

/*#header  {
	background-color: #000;
	margin-top: 0px;
	height: 30px;
	padding-top: 5px;
}
*/
#nav  {
	background-color: #000;
	width: 100%;
}


	
