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 450px 0;
		padding:0;
		text-align:center  
}

#bigbox {
	/*background:#FFF url(../images/right-column.gif) 100% 50px repeat-y;*/
	
	width: 920px;
	margin:10px auto 0 auto;
	text-align:left;
}
#containerH, #container{
 
  float:left;
  width:570px;
  border-left:110px solid #fff;  
  /* The width and color of the left rail */
  border-right:450px solid #fff; 
	
  /* The width and color of the right rail */
}
#containerH{
float: none;
}

#container{
  width: 809px;
  border:solid #bce;  
  border-width: 0 1px 1px 110px; 
}

#leftRail, #leftRailH{
  float:left;
  width:110px;
  margin-left:-110px;
  position:relative;
	
}
#leftRailH{
  height: 104px;
}
#centerRail, #centerRailH{
  float:left;
  width:410px;
  margin-right:-450px;
	padding: 5px 15px
}
#centerRailH{
  padding: 30px 0 0 5px;
}
#centerRail{
  float:left;
  width:660px;
  margin-right:-700px;
	padding: 5px 15px;
	
}




#rightRailH{
  float:right;
  width:440px;
  margin-right:-240px;
  position:relative;
	text-align: right
}






.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;
	margin-left:-745px;
	padding: 0;
	
}
#footer{
	clear:both;
}
/* END  */



