
html, body{ 
 margin:0; 
 padding:0; 
 text-align:left;
} 
 
FORM { margin: 0 0 }

.recipe-list{ width:160px; background: #FFFFFF; text-align: left }
ul.rounded,ul.rounded li{margin:0;padding:0;list-style:none}
ul.rounded li{float:left;width:98%;margin:0 0px 0px 0}
ul.rounded h4{font-family:arial,Verdana,helvetica; font-size:12px; background: #e00000;
	text-transform:uppercase; margin:0px;padding: 5px 0 3px;text-align:center;color: #FFF}
ul.rounded p{margin:0;padding:1px 2px 0px 5px}
ul.rounded div{background:#fee17e;padding:0px 0px 5px 0px}

ul.sponsored,ul.sponsored li{margin:0;padding:0;list-style:none}
ul.sponsored li{float:left;width:98%;margin:0 0px 0px 0}
ul.sponsored h4{font-family:arial,Verdana,helvetica; font-size:12px; background: #e00000;
	text-transform:uppercase; margin:0px;padding: 5px 0 3px;text-align:center;color: #FFF}
ul.sponsored p{margin:0;padding:1px 2px 0px 5px}
ul.sponsored div{background:#ffffce;padding:0px 0px 5px 0px}

#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:10px; 
 margin-right:auto;  
} 
 
#google_results IFRAME {width: 100%;}

#page-left{
 position:absolute;
 top:125px;
 left:5px;
  background-color:#FFFFFF; 
 width:728px;
} 

#page-right{
 position:absolute;
 top:25px;
 left:736px;
  background-color:#FFFFFF; 
 width:170px;
 height:1200px;
} 

#header{
 position:relative; 
  background-color:#FFFFFF; 
 width:728px;
} 

#simpli-searchbox{
 position:relative; 
 float:left;
 height:110px; 
  background-color:#FFFFFF; 
 width:547px;
} 

#content-right{
 position:relative; 
 float:right;
 height:auto; 
  background-color:#FFFFFF; 
 width:160px;
 height:1200px;
} 

#page-content-right{
 position:relative; 
 float:right;
 height:auto; 
  background-color:#FFFFFF; 
 width:160px;
 height:110px;
} 

#content-left{
 position:relative;
 float:left;
 height:auto; 
 background-color:#FFFFFF; 
 width:140px;
 height:1300px;
} 

#content{
 position:relative; 
 float:left;
 margin: 2px;
 height:auto; 
  background-color:#FFFFFF; 
 width:420px;
} 

#page-content{
 position:relative; 
 float:left;
 height:auto; 
  background-color:#FFFFFF; 
 width:588px;
} 

#footer{
 position: relative; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}


