* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: black;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

h1 {
	background: url(headline.png) no-repeat;
	height: 52px;
	margin: 0 auto;
	text-indent: -2000px;
	width: 480px;
}

h1 a {
	display: block; 
	height: 52px;
}

label {
	font-weight: bold;
}

ul {
	margin: 1.5em;
}

ul li {
	list-style: none;
	background: url(error.png) no-repeat center left;
	color: #AF0000;
	padding-left: 23px;
}

p {
	margin: 1em 0;
}

a {
	color: #9F0033;
}

hr {
	background: url(hr.jpg) repeat-x center center;
	border: none;
	height: 17px;
	margin: 3em 0;
}

img {
	border: 0;
}

#wrapper {
	font-size: 0.875em;
}

#header {
	background: #333 url(header.png) repeat-x bottom left;
	color: white;
	font-family: georgia, times, times new roman, serif;
	font-style: italic;
	font-size: 0.875em;
}

#content {
	margin: auto;
	padding: 1em;
	width: 450px;
}

.text {
	width: 320px;
	padding: 3px;
}

.footer {
	color: #767676;
	text-align: center;
}

.center {
	text-align: center;
}

.add {
	background: url(add.png) no-repeat left center;
	padding-left: 20px;
}

.link {
	background: url(link.png) no-repeat left center;
	padding-left: 20px;
}