td.gradient { 
	color: #fff; 
	padding: 10px; 
	border-right: 1px solid #89c881;
	border-left:  1px solid #1d5816;
	/* For WebKit (Safari, Google Chrome etc) */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#89c881), to(#fff)); 
	/* For Mozilla/Gecko (Firefox etc) */ 
	background: -moz-linear-gradient(top, #89c881, #fff); 
	/* For Internet Explorer 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF89c881, endColorstr=#FFFFFFFF); 
	/* For Internet Explorer 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF89c881, endColorstr=#FFFFFFFF)"; 
} 

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #e9e9e9;
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 width:100%;
 background-image: url(http://www.bookac.com/top_log.png);
} 
 
#leftcol{
 width:400px; 
 float:left; 
 display:inline;
 position:relative; 
 background-color:#cdcdcd; 
 height:300px;
 }
 
#twocols{
 width:960px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:160px; 
 float:right; 
 position:relative; 
 height:300px;
 }
 
#maincol{
 float: left; 
 position: relative; 
 width:560px; 
 height:300px;
 background-image: url(http://www.bookac.com/images/center_logo.png);
 background-repeat: no-repeat;
 }
 
#footer-index {
  background-color:#c7c7c7; 
  font-family: arial;
  font-size: 12px;
  width: 960px;
  height: 40px;
  clear:both;
 } 
 

#blog_summary{
  clear:both;
  font-family: arial;
  font-size: 12px;
  width: 960px;
 } 
 
 /* *** 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;}
}

