body {
	margin: 20px;
	margin-top: 0;
	font: 12px arial;
	}
	
div#header {
	margin: auto;
	margin-top: 0;
	padding-left: 0;
	width: 800px;
	height: 418px;
	background: #fff url('../images/webbanner.png') no-repeat top right;
	color: #000;
	}
	
div#header h1 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	font-size: 100px;
	}
	
div#contact ul {
	list-style: none;
	padding: 0;
	}
	
body a {
	color: #e77;
	font-weight: bold;
	text-decoration: none;
	}
	
body a:visited {
	color: #e77;
	}
	
div#aboutme p {
	text-indent: 1em;
	}
	
.gallery img {
	height: 75px;
	border: solid 1px #000;
	}
	
div#content {
	width: 800px;
	margin: auto;
	}