body { 
	background: #b0b0b0;
	background-image: url(blur.jpeg);
	background-position: left 24px;
	background-repeat: no-repeat;
 	text-align: center;
	margin: 0px;
	margin-bottom: 24px;
	font-family: serif;
}

#banner {
	margin: 0px;
	background: #aa0000;
	color: white;
	height: 24px;
	margin-bottom: 18px;
	padding-top: 0px;
	text-align: left;
}

#banner h1 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	margin-left: 90px;
}

#centrebox {
 	text-align: left;
	background: #d0d0d0;
	margin-left: 89px;
	margin-right: 80px;
	border:1px solid black;
	padding-right: 40px;
}

/* Content Stuff. */

#content {
 	text-align: left;
	background: white;
	background-image: url(bgnd.gif);
	border-right: 1px dashed black;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
}

#content img {
	float: right;
	clear: right;
	margin-right: 5%;
	margin-left: 1em;
	border: 1px solid black;
}

#content .clear {
	float: right;
	clear: right;
}

#content img.free {
	border: none;
}

#content h3 {
	margin-left: 5%;
	margin-right: 15%;
	margin-bottom: -10px;
}

#content h4 {
	margin-left: 10%;
	margin-right: 20%;
	margin-bottom: -10px;
}

#content p {
	margin-left: 10%;
	margin-right: 20%;
	text-align: justify;
}

#content table {
	margin-left: 10%;
	margin-right: 20%;
}

#content p.lead {
	margin-left: 10%;
	margin-right: 20%;
	text-align: justify;
	font-weight: bold;
}

#content p.lead:first-line {
	text-transform: uppercase;
}

#content p.lead:first-letter {
	font-size: 200%;
}

#content p.details {
	margin-top: -14px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 80%;
	font-style: italic;
}

#content ul {
	margin-left: 15%;
	margin-right: 20%;
}

#content a {
	color: #cc0000;
	text-decoration: none;	
}

#content a:visited {
	color: #880000;
}

#content a:hover {
	color: #ff0000;
}

#content a:active {
	color: #ff0000;
}

#content .end {
	margin: 0px;
	background: black;
	color: white;
	padding-left: 10%;
	font-weight: bold;
	text-align: left;
}

#content .end a {
	color: #ff0000;
}

#content .end a:visited {
	color: #ff0000;
}

#content .end a:active {
	color: #ff0000;
}

#content .end a:hover {
	color: #ff0000;
}

/* Menu bar stuff. */

#leftbar {
	position:absolute;
	left: 10px;
	top: 64px;
	width: 90px;
	background: #f0f0f0;
	border: 1px solid black;
}

#leftbar p {
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 80%;
	margin: 0px;
}

#leftbar p.last {
	border-bottom: none
}

#leftbar a {
	display: block;
	color: #aa0000;
	text-decoration: none;
	width: 100%
}

#leftbar a:visited {
	background: #f0f0f0;
	color: #440000;
	text-decoration: none;
}

#leftbar a:active {
	background: #aa0000;
	color: #f0f0f0;
	text-decoration: none;
}

#leftbar a:hover {
	background: #aa0000;
	color: #f0f0f0;
	text-decoration: none;
	width: 100%
}
