body {
	background-image: url(images/blockOuter.jpg);
	background-repeat: repeat;
}
h5 {
	background-color: #003300;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	color: #CCC;
	display: block;
	background-color: #000;
	padding: 3px;
}
a:visited {
	text-decoration: none;
	color: #CCC;
	display: block;
	background-color: #000;
	padding: 3px;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #010;
}
a:active {
	text-decoration: none;
	background-color: #030;
	display: block;
	padding: 3px;
}

#container {
	background-image: url(images/blockInner.jpg);
	background-repeat: repeat;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-size: small;
	border: thin solid #333;
}
#buttons {
	position: relative;
	height: 30px;
	width: 950px;
	border: thin solid #333;
}

#logoheader {
	position: relative;
	height: 120px;
	width: 950px;
	border: thin solid #333;
}
#flash {
	position: relative;
	height: auto;
	width: 950px;
	border: thin solid #333;
}
.centreflash {
	margin-left: 30px;
	margin-top: 2px;
}

#content {
	position: relative;
	height: auto;
	width: 950px;
	border: thin solid #333;
}
#footer {
	background-color: #000;
	position: relative;
	height: 20px;
	width: 950px;
	border: thin solid #333;
	font-size: x-small;
}

.centretable {
	margin-left: 30px;
	margin-top: 2px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.divider {
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #666;
}
.tagline {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 570px;
	top: 96px;
	width: auto;
}

