html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 color: #fff;
 font-size: 13px;
 background: #000 url('images/bg.gif') no-repeat;
 background-position: top center;
 font-family: Helvetica, arial, sans serif;
} 

a{
 outline: none;
 color: #969696;
 text-decoration: none;
}

a:focus{
outline: none;
}

img{
 border: 0;
}

.spacer{
 clear: both;
 display: block;
 height: 10px;
}
 
#header{
 height:340px; 
 width:100%;
 margin: 0 auto;
 display: block;
}

#content{
 width: 950px;
 min-height: 600px;
 clear: both;
 margin: 0 auto;
 text-align: left;
}

#petition_text{
 background-position: top left;
 position: relative;
 width: 255px;
 margin: 0px;
 position: relative;
 float: left;
 font-size: 1.1em;
 line-height: 1.4em;
 text-shadow: 1px 1px 0px #666666;
}

#general_twocols{
 width:695px;
 position: relative;
 float: right;
}

#petition_form{
 width: 348px;
 position: relative;
 margin-left: 50px;
 padding-top: 30px;
 display: inline;
 float: left;
 color: #000;
}

	#petition_form label{
	 display: block;
	 text-align: left;
	 text-transform: uppercase;
	 font-size: .85em;
	 font-weight: bold;
	}
	
	#petition_form .txt{
	 width: 95%;
	 margin: 2px 0 10px 0;
	 padding: 2px;
	 font-size: 1.6em;
	 border: #660000 4px solid;
	}
	
	#petition_form .txt:focus{
	 border: #003366 4px solid;
	}

#petition_text_2{
 width: 220px;
 margin: 0 0 0 50px;
 position: relative;
 float: right;
 display: block;
 font-size: 1.1em;
 line-height: 1.4em;
 text-shadow: 1px 1px 0px #666666;
}

#footer{
 width: 950px;
 margin: 0 auto;
 padding: 0 0 20px 0;
 display: block;
 overflow: auto;
}

#footer .left{
 width: 45%;
 position: relative;
 float: left;
 text-align: left;
}

#footer .right{
 width: 55%;
 position: relative;
 float: right;
 text-align: right;
}

#footer .right p{
 margin: 0px;
 padding: 2px;
 color: #fff;
}

#footer .right p a{
 color: #fff;
 text-decoration: none;
}

#footer .right p a:hover{
 text-decoration: underline;
}

.site_by a{
 background: #333;
 padding: 5px;
 color: #ddd;
}

 
/* Attribute Styles */

.center{
 margin: 0 auto;
 display: block;
}

.txtcenter{
 text-align:center;
}

.btm_10{
 margin-bottom: 10px;
}

.btm_20{
 margin-bottom: 20px;
}

.top_10{
 margin-top: 10px;
}

.right{
 float: right;
}

.left{
 float: left;
}

.w960{
 width: 960px;
}

.w950{
 width: 950px;
}

.relative{
 position: relative;
}

.clear{
 clear: both;
}

 
 /* *** Float containers fix *** */ 
.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;}
}
