@charset "UTF-8";
/* CSS Document */
/* Set the colours for the headings in this section */

.visitors_button a {
/*	color: #8c8c8d;*/
	color: #3d6981;/* blue */
	background:#fff;
}

.content h2 {
	color: #5a5a5c; 
}

.columns-holder {
	overflow:hidden;
	width:975px;
	padding-bottom: 50px;
}

.backlink a {
	color:#5a5a5c;
	text-decoration:underline;
}

body .topbanner {
	width: 957px;
	height: 129px;/* height of image */
	font-size: 12px;/* show the alt txt */
	display: block;
	margin: 0 auto;
}/* banner image in header */

body .topbanner img {
	float: left;
}/* fix right float in FF */

/** twitter **/
#twitter {
	position: relative;/* > icons */
	width: 320px;/* constrain for the icons */
}

#socialmediaicons {
	position: absolute;/* < #twitter */
	top: 10px;
	right: 10px;
	z-index: 10;
}
