html {
	margin: 0;
	padding: 0;
}

body {	
	color: #333333;
	font: normal 12px Times New Roman, Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin: 0;
	padding: 0;
	background: #c8c3b0;
}

body a:link, body a:visited {
	color: #1b1102;
	color:#633;
	text-decoration: none;
}

body a:hover {
	color: 	#333333;
}
p {
	text-align:justify;
}

.Navigation {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color:#c8c3b0;
}

.Navigation a:link, .Navigation a:visited {
	color: 	#c8c3b0;
	text-decoration: none;
}

.Navigation a:hover {
	color: #999999;
}

.FooterNavigation {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: 	#333333;
}

.FooterNavigation a:link, .FooterNavigation a:visited {
	color:#633;
	text-decoration: none;
}

.FooterNavigation a:hover {
	color: 	#333;
}

.content {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

.content tr{
	font-size: 14px;
	font-weight: normal;
}

.content h1{
	font-size: 14px;
	font-weight: bold;
}

.content h2{
	font-size: 12px;
	font-weight: bold;
}

.content UL{
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
}

.caption{
	font-size: 11px;
	font-weight: normal;
}

.caption a:link, .caption a:visited {
	text-decoration: none;
}

.caption a:hover {
	color: #1b1102;
}

.subCaption{
	font-size: 11px;
	font-weight: normal;
}


#band {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: 	#333333;
}
#band a {
	color: #666;
	text-decoration: none;
}
#band a:hover {
	color:#333;
}


/* 2010 */
img {
	border:0;
}
p {
	padding-top:0;
	margin-top:0;
}
blockquote {
	margin-bottom:20px;
}
#content, #widecontent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width:810px;
	display:block;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}
#widecontent {
	width:910px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
.centreImage {
	width:810px;
	display:block;
	margin:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
#widecontent .centreImage {
	width:910px;
}
.centreImage small {
	font-size:11px;
}
.imageRight {
	float:right;
	width:306px;
	margin-left:20px;
	margin-bottom:20px;
	padding:3px;
}
.imageRight small {
	font-size:11px;
	clear:both;
	display:block;
	text-align:right;
	max-width:300px;
	float:right;
	padding:3px;
}
.imageLeft {
	float:left;
	width:306px;
	margin-right:20px;
	margin-bottom:20px;
	padding:3px;
}
.imageLeft small {
	font-size:11px;
	clear:both;
	display:block;
	max-width:300px;
	padding:3px;
}
#content img, #widecontent img {
	border:3px solid #706a60;
}
#content a:hover img, #widecontent a:hover img {
	border:3px solid #a7a78a;
}
.justify {
	text-align:justify;
}
#grid {
	width:490px;
	height:350px;
	display:block;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
#grid br {
	clear:both;
	margin-top:10px;
}
#grid .block {
	display:table-cell;
	height:150px;
	width:150px;
	vertical-align:middle;
	
	
	float:left; /*This breaks the vertical centring*/
	margin:2px;
	padding:4px;
	background-color:#706a60;
}
#grid hr {
	height:0;
	border:0;
	padding:0;
	margin:0;
}
#grid .block img {
	vertical-align:middle;
}
#grid .block:hover {
	background-color:#a7a78a;
}
#footer {
	font-size:12px;
	clear:both;
	width:500px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:30px;
	text-align:center;
}
.condense p {
	margin-bottom:3px;
}