body {
	font-size: 14px;
	margin: 0px auto;
	color: #333333;
	background: #52443c;
	font-family: Verdana, "Times New Roman", Times;
}
#header {
	background:#52443c url(gfx/background/header.jpg);
	margin: 0px auto;
	background-repeat: no-repeat;
	height: 174px;
	width: 833px;
}
#content {
	background: #52443c url(gfx/background/content.jpg);
	margin: 0px auto;
	background-repeat: repeat-y;
	width: 833px;
	padding-bottom: 12px;
}
#footer {
	background: #52443c url(gfx/background/footer.jpg);
	margin: 0px auto;
	background-repeat: no-repeat;
	height: 34px;
	width: 833px;
}
img {
	border: 1px solid Black;
}
a
{
	font-weight: bold;
	color: #C60000;
	text-decoration: none;
}

a:hover
{
 font-weight: bold; 
 color: #C60000;
 text-decoration: underline
 }
 H1
 {
	font-size: 28px;
	position: relative;
	right: 50px;
	top: 40px;
	color: #FFFFFF;
}