html {
	font-family:Helvetica;
	text-shadow: 0px 1px 1px #FFF;
	background:url(fill.png);
}

body {
	width:800px;
	height:491px;
	margin:auto auto;
	margin-top:110px;
}

h1, h2 {
	font-family:Georgia;
	font-style:italic;
}

h1 {
	font-size:3em;
}

h2 {
	font-size:1.5em;
	width:460px;
	border-bottom:1px solid black;
	-webkit-box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	margin-left:290px;
	margin-top:20px;
	margin-bottom:10px;
}

ul a {
	text-decoration:none;
}

a {
	color:black;
}

a:hover {
	color:#555;
}

ul {
	margin-top:30px;
}

li {
	list-style:none;
	line-height:25px;
}

img {
	border:5px white solid;
	float:left;
	margin-right:23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}