* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-color: #6F2241;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 12px;
	padding-bottom: 5px;
}
h1, h2, h3 {
	font-size: 33px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}
h4, h5 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;	
}
h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover, a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#header a:link, #header a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover, #header a:active {
	font-weight: normal;
	color: #A49A52;
	text-decoration: none;
}
#box {
	width: 590px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #8A781A;
	display: block;
	border: 2px solid #8A781A;
	text-align: left;
}
#content {
	width: 570px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;	
}
#homeLinks {
	font-size: 11px;
	font-weight: bold;
	color: #A49A52;
}
#homeLinks a:link, #homeLinks a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #A49A52;
	text-decoration: none;
}

#homeLinks a:hover, #homeLinks a:active{
	font-size: 11px;
	font-weight: bold;
	color: #A49A52;
	text-decoration: underline;
}
#footer {
	line-height: 16px;	
}
#footer a:link, #footer a:visited {
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #A49A52;
}
