/* CSS Document */

html, body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#container
	{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}

#content
	{
	width:800px;
	height:auto;
	text-align:left;
	}
