body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 14px;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: inherit;
	font-weight: normal;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

a.special {
	text-decoration:underline;
	color: #C91714;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #342223;
	margin-bottom: 15px;
}

h1 {
	font-size: 72px;
	color:white;
}

h2 {
	font-size: 30px;
	color: #FFECC9;
}

h3 {
	color: #ACCC91;
	font-size: 16px;
}

h4 {
	font-size: 14px;
	color: #3c3c3c;
	font-style: italic;
}

h4 a {
	font-size: 14px;
	color: #3c3c3c;
	font-style: italic;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

#fullwide {
	width:100%;
}

ul {
	list-style-type: none;
}

ul li img {
	float: left;

}

#holder {
	width:500px;
	float:right;
	display:inline;
}

dl {
	width:500px;
}

dt {
	float:right;
	display:inline;
	margin: 0 0 15px 60px;
	font-weight: bold;
}

dd {
	margin: 0 0 15px 60px;
	color: #666666;
}

dd.img {
	float: left;
	margin: 0;
}

#block {
	margin: 20 0 20 0;

}