/* <!-- */ /* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	text-align: center;
}

#fixed {
	margin: 0 auto;
	width: 972px; /* you can use px, em or % */
	text-align: left;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	/*height: 110px;*/
	height: 135px;
	/*border-bottom: 1px solid black;*/
}

/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright,.colmid,.colleft {
	float: left;
	width: 100%;
	position: relative;
}

.col1,.col2,.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}

/* Full page settings */
.fullpage {
	/*padding-top: 1em;*/
	background: #1f1f1f; /* page background colour */
}

.fullpage .col1 {
	width: 96%; /* page width minus left and right padding */
	left: 2%; /* page left padding */
}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 1em 0 1em 0;
	border-top: 1px solid #000;
	text-align: center;
	color: #6F6E6E;
}

#footer a:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

#footer a {
	color: #BBBABA;
	font-size: 11px;
	text-decoration: none;
}
/* --> */