* {
margin: 0 auto;
padding: 0;
}
body {
	background: url(images/bg.png) #150900;
	color: #150900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	width: 850px;
}
#content {
	width: 850px;
	background: url(images/contentbg.png) repeat-y;
}
#footer {
	width: 850px;
	height: 50px;
	background: url(images/footer.png) no-repeat top center;
}
#copyright {
	width: 850px;
	margin-bottom: 50px;
}

a:link {color: #900; text-decoration: underline;}
a:visited {color: #666; text-decoration: underline;}
a:hover {color: #F00; text-decoration: bold underline;}

p {
	padding: 5px 20px 5px 20px;
	color: #000;
}
.style0 {
	font-style: italic;
	font-size: 8pt;
}
.style1 {
	font-size: 10pt;
}
.style2 {
	font-size: 12pt;
}
.style3 {
	font-size: 14pt;
}
.copyright {
	font-size: 10px;
	color: #666;
}
