html, body {
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(images/bg-body.jpg) center top repeat-y;
}

a img {
	border: 0;
}

a {
	color: #0000aa;
}
a:hover {
	color: #a00;
}

#header {
	width: 775px;
	height: 141px;
	background: url(images/header.jpg) no-repeat;
}

#wrapper {
	width: 775px;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg-content.jpg) repeat-y;
	position: relative;
}

#headerpics {
	background: url(images/topright.jpg) no-repeat;
	width: 196px;
	height: 213px;
	position: absolute;
	top: 72px;
	right: 17px;
}

#content {
	background: url(images/topleft.jpg) no-repeat;
	padding: 24px 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 16px;
}

#footer {
	height: 107px;
	padding: 0 48px;
	background: url(images/bg-footer.jpg) 28px 100% no-repeat;
}


#topheadline {
	width: 520px;
	text-align: center;
}

h1 {
	color: #a00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
}

h2, h3 {
	color: #a00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
}

h4 {
	color: #a00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
	line-height: 14px;
}
