*	{
	margin: 0;
	}
body	{
	background-color: white;
	color: black;
	font-family: georgia,helvetica,sans-serif
	}
#wrapper
	{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}
#header
	{
	height: 110px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
#header	img
	{
	float: right;
	}
#header a:link,#header a:visited
	{
	background-color: transparent;
	color: #000;
	text-decoration: none;
	font-size: smaller
	}
#header a:hover
	{
	background-color: transparent;
	color: #999;
	text-decoration: underline;
	font-size: smaller
	}
h1,h2,h3,p,form
	{
	margin-top: 10px;
	}
.space	{
	clear: both
	}