html{
	color: #000;
	background: none #fff;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
		
}
body{
	font-size: 80%;
	line-height: 140%;
	margin: 0 0 50px 0;
	padding:0;
	text-align:center  
}

#bigbox {
	/*background:#FFF url(../images/right-column.gif) 100% 50px repeat-y;*/
	
	width: 840px;
	margin:0px auto ;
	text-align:left;
}


#container{

clear: both;  
	margin-top: 20px;
	
}


#leftRail{
  
  width:165px;
 
	/*border: 1px solid red;*/
}

#centerRail{
  float:left;
  width:550px;
 
	padding: 5px 15px;
	
}

#rightRail{
 
  width:120px;
	padding: 0 15px;
 
	text-align: center
}


.spacer{clear:both}

#wrapper{
	

background: url(../images/left-column.gif) repeat-y;

}


/* http://joshuaink.com */
table td#centercontent{
	width:656px;
	
	padding:5px 0 0 1em;
	
}
#rightcontent{
 
	width:120px;
	float:left;
	padding: 35px 20px 20px 20px;
}
#navigation{
	width:110px;
	float:left;
	
	padding: 0;
	
}
#footer{
	clear:both;
}
/* END  */



