body {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 12px;
	text-align: center;
	background: #DEDEDE url(middle.jpg) 50% 0px repeat-y;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	height: 0;
	background: #DEDEDE url(top.jpg) 50% 0px no-repeat;
	padding: 224px 0 0 0;
	overflow: hidden;
}

img {border: 0}

h5 {margin: 0}

div#wrapper {
	text-align: left;
	width: 560px;
	margin: 0 auto 70px auto;
	color: #666;
}


#nav {
	float: right;
	width: 128px;
	list-style: none;
	margin: 0 0 2em 2em;
}

a:link {
	color: #328ECF;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:visited {
	color: #328ECF;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	color: #328ECF;
	text-decoration: none;
	border-bottom: 1px solid #999;
}