/* CSS Layout */


#content {
	/*text-align:left;
	width: 1000px; */
	margin: 0 auto;
	z-index:0;
/* 	
 position: relative;
  height: auto !important;
 */
 text-align:center;
  height: 100%;
  min-height: 100%;
  width:100%;
}


/* header layout */
#header {
	position: relative;
	height: 178px;
	margin:0 auto;
	padding:0px;
	width:960px;
	
	
}

.headspacer{
width:960px;
height:178px;
background:url(../images/top_banner.gif) no-repeat top center;
}

#page {
  clear: both;
  float:left;
  width: 100%;
}


#bodyholder {
  margin:0 auto;
  width:960px;  
}


#side-menu{
float:left;
margin:20px 0 0 0;
width:190px;
height:362px;
}

#rightside{
float:left;
margin:20px 0px 0px 0px;
width:745px;
text-align:left;
}

#footer{
clear:both;
float:left;
width:100%;

}

.clear{
clear:both;
}



