.hidden { position:absolute; left:-9999px; top:-9999px; width:1px; height:1px; overflow:hidden; }   /* hides text but still makes it available to screen readers */



html {
	height: 100%; }

body {
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px;
	margin:0;
	padding:0;
	background-color: #778fa1;
	height:100%;
	}
	
a {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	color: #4b6171;
	font-size: 12px; }
	
a:link {
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	color: #4b6171;
	font-size: 12px; }
	
a:hover {
	font-family: helvetica, arial, sans-serif;
	color: #758fa3;
	font-weight: bolder; 
	font-size: 12px; }
	
a:visited {
	text-decoration: underline; 
	font-family: helvetica, arial, sans-serif;
	color: #4b6171;
	font-size: 12px; }
	
p {
	font-family: helvetica, arial, sans-serif;
	color: #4b6171;
	font-size: 12px;
	line-height: 18px;}
	
b {
	font-family: helvetica, arial, sans-serif;
	color: #4b6171;
	font-size: 12px;
	line-height: 18px; }
	
h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	letter-spacing: 2px;
	color: #4b6171; }
	
#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(files/content_middle.jpg) repeat-y;
	width: 883px; }
	
#header {
	position: relative;
	width: 883px;
	height: 283px;
	background: transparent url(files/header.jpg) no-repeat; }
	
#cfchome {
	width: 400px;
	position: relative;
	top: 180px;
	left: 420px; }

#cfchome a .emptylink {
	display: block;
	width: 400px;
	height: 100px; }

#locations {
	width: 269px;
	position: relative;
	top: 40px;
	left: 600px; }

#locations a .emptylink {
	display: block;
	width: 269px;
	height: 79px; }
	
	
#break {
	position: relative;
	width: 883px;
	height: 37px;
	background: transparent url(files/content_top.jpg) no-repeat; }
	
#music {
	z-index: 5;
	position: relative;
	margin-top: -35px;
	background: transparent; }

#content {
	z-index: 4;
	width: 565px;
	height: auto;
	position: relative;
	margin: 10px 30px; 
	float: left;
	}
	
#side {
	position: absolute;
	width: 260px;
	height: 70px;
	margin-top: -70px;
	margin-left: 580px; }
 
#main {
	padding-bottom: 86px; }
	
#footer {
	background: transparent url(files/content_bottom.jpg) no-repeat;
	position: relative;
	margin-top: 0px;
	width: 883px;
	height: 39px;
	clear: both;
	}

	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
