/* generated by csscreator.com */ 
html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

.spacer20 {
height: 20px;
}
 
 #outer { 
width: 992px;
background: url(http://www.civilrights.org/images/templates/new/wrapper_bg.png) repeat-y scroll left top transparent;
 margin: auto;
 }
 
div#pagewidth {
padding: 0px;
}
 
#pagewidth{ 
 
width:968px; 
 margin: 0 auto;
 background: #FFF;  
} 
 
div#header {
padding: 0px; 
}

#header{
 width:942px;
 height:150px; 
 background-color:#FFFFFF; 
 text-align: left;
 margin: 0 auto;
 margin-bottom: 20px;

}

#header img {  
border: none; 
text-decoration: none;
padding: 0px;
margin: 0px; 
}

div#wrapper {
padding: 0px;
}

#wrapper {
width: 944px;
text-align: left;
margin: 0 auto;
} 

#leftcol{
 width:140px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:85%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:29%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:100%; 
 }
 
#footer{
  background-color:#FFFFFF; 
 clear:both;
width: 944px;
margin: 0 auto;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
