/* ----------------- */
/* PRIMARY STRUCTURE */
/* ----------------- */


#global_wrapper {width: 960px; margin: 0 auto; padding: 0; background: transparent;}

.divider{
display:inline; float:left; margin: 100px 0 0; width:620px;
}


/* ------------------------- */
/* STRUCTURE FOR THE SIDEBAR */
/* ------------------------- */

#sidebar {
position: fixed;
background: transparent; 
width:220px; 
height: 100%;
display:inline;
float:left;
top: 0;
padding: 40px 0px; 
}


/* -------------------------------- */
/* STRUCTURE FOR THE CONTENT COLUMN */
/* -------------------------------- */

.logo {text-align: center; margin-bottom: 20px;}
.navigation {margin: 15px 0 0 24px;}


#content {
background: transparent; 
margin-left:235px; 
width:740px; 
display:block;
top: 0;
}

.head_col{}
.content_body {padding: 0; width:590px; margin-top: -26px; }
.content_block {margin-bottom: 400px; padding-top: 25px; clear: both;}

#tophat{
	background-color:black;
	border-bottom:1px solid #eeeeee;
	top:0;
	color:#FFFFFF;
	left:0;
	height: 3px;
	position:fixed;
	width:100%;
	z-index:1000;
}

#footer{
	background-color:black;
	border-top:1px solid #CCCCCC;
	bottom:0;
	font-size: 10px;
	color:#666666;
	left:0;
	opacity:0.9;
	padding:8px 8px;
	position:fixed;
	width:100%;
	z-index:1000;
}




