/*CSS & Web Design by dotUK - http://www.dotuk.net*/

/* Default Overrides */
body {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
}


img {
	border:0;
	vertical-align: middle;
}


/* Specific Control / Display Classes */
.hidden
{
	display: none;
}

.clear{
	clear: both;
	/*float: none;*/
}


/* Classes */

#content {
	width:98%;
	min-width: 800px;
	margin: 5px auto;
	background-color:#FFFFFF;
	padding-bottom:1px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	text-align: center;
	color: #94c948;
	font-size: 3.0em;
}

#footer {
	width:800px;
	min-width: 800px;
	margin: 5px auto;
	text-align: center;
	color: #666666;
	font-size: 2.0em;
}

#smallprint {
	width:95%;
	margin: 5px;
	text-align: left;
	color: #444444;
	font-size: 0.8em;
}
#smallprint a {
	color: #444444;
	text-decoration:none;
}