html, body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	color: #333333;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
#contentwrapper {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 750px;
}


#header {
	height:100px;
	position:relative;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
}


#content {
	float:left;
	width: 520px;
	padding: 0;
	margin-right: 30px;
}
#content p {
	font-size: 13px;
	line-height: 18px;
}
#content a:link {
	color: #0000FF;
}
#content a:hover {
	color: #0000FF;
}
#content a:visited {
	color: #0000FF;
}
#content a:active {
	color: #0000FF;
}


#navigation {
	float:left;
	width: 180px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

#navigation ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navigation li {
	font-size: 13px;
}

#navigation a:link, #navigation a:visited {
	color: #666633;
	background-color:transparent;
	display:block;
	text-decoration:none;
	width: 180px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
#navigation p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	background-color: #CCCC99;
	color: #666600;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
}


#navigation a:hover {
	color: #FFFFFF;
	background-color: #666600;
}
#topnavcontainer {
	background-image: url(../image-files/nav.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#topnav {
	height: 25px;
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image-files/nav.gif);
	background-repeat: repeat-x;
}
#topnav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#topnav li {
	display: inline;
}
#topnav a {
	float: right;
	text-decoration: none;
	height: 19px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#content #featurebox {
	width: 520px;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/267background.gif);
}

#topnav a:link, #topnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#topnav a:hover {
	background-color: #666633;
}


#sidebar {
	float:right;
	width: 200px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	list-style-type: none;
}

#sidebar p {
	font-size: 13px;
	line-height: 18px;
}

.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	background-color: #CCCC99;
	color: #666600;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}

#socialbuttons {
	clear:both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#followmebuttons {
	clear:both;
	float:left;
	width: 180px;
}

#footer {
	clear:both;
	font-size: 12px;
	padding-top: 8px;
	text-align:center;
	color: #666633;
	background-color: #CCCC99;
	padding-bottom: 8px;
}


#footer a:link, #footer a:visited {
	color: #666633;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


.imgleft {
	float: left;
	border: 1px solid #999999;
	margin-right: 15px;
	margin-bottom: 4px;
	padding: 4px;
}

.imgright {
	float: right;
	border: 1px solid #999999;
	margin-left: 15px;
	margin-bottom: 4px;
	padding: 4px;
}
.imgcentre {
	text-align: center;
	border: 1px solid #999999;
	padding: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-left: 15px;
}


.tableleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	padding: 4px;
}

.tableright {
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
	padding: 4px;
}

.clear {
  clear: both;
}
#content blockquote {
	background-color: #ECE9D8;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
}


#navigation #followmeicons a:link, #navigation #followmeicons a:visited, #navigation #followmeicons a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

