    body {
        margin:0;
        padding:0px;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        background:#F4F7FB;
    }
    .header {
        position: absolute;
        left:0px;
        top:0px;
        height:122px;
        background:url("http://www.chilipedia.com/images/header_bg.gif") repeat left top;
    }
    .headerleft {
        position: absolute;
        left:0px;
        top:0px;
        height:110px;
    }
    .headerright {
        font: 10px Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        position: absolute;
        right:0px;
        top:0px;
        margin:15px 15px 15px 15px;
        width:400px;
        height:65px;
    }
    #footer { 
        width:800px;
        height:100px;
        margin-right:auto;
  		  margin-left:auto;
        margin-top:10px;
        }
    #footerleft {
        width:400px;
    		padding:10px;
    		float:left;
    		font-family:Verdana,Helvetica,sans-serif;
        font-size:7pt; color:#000;
    }
    #footerright {
        width:400x;
    		padding:10px;
    		text-align: right;
    		float:left;
    		font-family:Verdana,Helvetica,sans-serif;
        font-size:7pt; color:#000;
    }

    h2 {
        font: bold 18px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #contentbox {
        margin:0px;
        width:100%;
        padding:0px;
        background:#fbf8f2;
        border-bottom:1px solid #dedad1;
        
    }
    #mainbox {
        margin:10px 15px 15px 15px;
        padding: 40px 15px 15px 15px;
    }

    #contentbox #sidebar {
        padding:20px;
        float:right;
        width:230px; 
        background:#f6f2eb;
        margin:0px 0px 30px 10px;
        border-bottom:1px solid #dedad1;        
    }
    #contentbox #sidebar_home {
        padding:20px;
        float:right;
        width:230px; 
        background:#f7f7f7;
        margin:0px 0px 10px 10px;
        border-bottom:1px solid #dedad1;        
    }

    .content {
        font-family: verdana,arial,helvetica;
        font-size:11px;
        font-weight:normal;
        line-height:normal;
      }
    .smcontent {
        font-family: verdana,arial,helvetica;
        font-size:9px;
        font-weight:normal;
        line-height:normal;
      }
    .sidebar_header {
        font-family: verdana,arial,helvetica;
        font-size:15px;
        font-weight:bold;
        line-height:normal;
        border-bottom:1px solid #dedad1;
      }
    img {
        border: none;
      }
    .copyright{
        font-family:Verdana,Helvetica,sans-serif;
        font-size:7pt; color:#000
      }
    .tinytext {
      	font-family: tahoma, verdana, arial;
      	font-size: 9px;
      	color: #666666;
      	line-height: 10px;
    }
  
    .sauces {
      	font-family: verdana, arial, tahoma;
      	font-size: 11px;
      	color: #333333;
      	background-color: #efefef;
      	line-height: 140%;
      	padding: 10px;
      	text-align: left
    }
    
    .peppers {
      	font-family: verdana, arial, tahoma;
      	font-size: 11px;
      	color: #333333;
      	background-color: #E6EFE7;
      	line-height: 140%;
      	padding: 10px;
      	text-align: left
    }
    
    .extract {
      	font-family: verdana, arial, tahoma;
      	font-size: 11px;
      	color: #666666;
      	background-color: #e5e5e5;
      	line-height: 140%;
      	padding: 10px;
      	text-align: left
    }
    #hintbox{ /*CSS for pop up hint box */
        position:absolute;
        top: 0;
        background-color: lightblue;
        width: 150px; /*Default width of hint.*/ 
        padding: 3px;
        border:1px solid black;
        font:normal 11px Verdana;
        line-height:18px;
        z-index:100;
        border-right: 3px solid black;
        border-bottom: 3px solid black;
        visibility: hidden;
      }
      
    .hintanchor{ /*CSS for link that shows hint onmouseover*/
        font-weight: bold;
        color: navy;
        margin: 3px 8px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
      }
    .hintanchor2{ /*CSS for link that shows hint onmouseover*/
        color: navy;
        margin: 3px 8px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
      }
    .formfield { 
        font-family:verdana, arial, sans serif;
        font-size:8pt; color:#000000;
        background-color:#FFFFFF;
        border-bottom:1px solid #999999;
        border-right:1px solid #999999;
        border-top:1px solid #999999;
        border-left:1px solid #999999;
      }
    .formbutton { 
        font-family: verdana, arial, sans serif;
        font-size:11px;
        color:#FFFFFF;
        font-weight: bold;
        background-color:#C63C00;
        border-bottom:1px solid #AF2100;
        border-right:1px solid #AF2100;
        border-top:1px solid #F55B0C;
        border-left:1px solid #F55B0C;
      }
      
      a:link                         { color: #b93e00; text-decoration: underline; font-weight: bold;}
      a:visited                      { color: #b93e00; text-decoration: underline; font-weight: bold; }
      a:link:hover, a:visited:hover  { color: #676356; text-decoration: none; font-weight: bold; }
      a:link:active                  { color: #999999; text-decoration: underline; font-weight: bold; }
      
      a.smlink:link                        { color: #b93e00; text-decoration: underline; font-weight: bold;}
      a.smlink:visited                     { color: #b93e00; text-decoration: underline; font-weight: bold; }
      a.smlink:link:hover, a.smlink:visited:hover { color: #676356; text-decoration: none; font-weight: bold; }
      a.smlink:link:active                 { color: #999999; text-decoration: underline; font-weight: bold; }
      
      a.sorter:link                        { color: #b93e00; text-decoration: none; font-weight: bold;}
      a.sorter:visited                     { color: #b93e00; font-weight: bold; }
      a.sorter:link:hover, a:visited:hover { color: #f15f00; text-decoration: none; font-weight: bold; }
      a.sorter:link:active                 { color: #999999; font-weight: bold; }
    
/*- Menu Tabs 1--------------------------- */


    #tabs1 {
        float:left;
        width:100%;
        min-width: 750px;
        font-size:100%;
        line-height:normal;
        border-bottom:1px solid #d6d0c1;
      }
    #tabs1 ul {
        margin:0;
        padding:10px 10px 0 50px;
        min-width: 800px;
        list-style:none;
      }
    #tabs1 li {
        display:inline;
        margin:0;
        padding:0;
      }
    #tabs1 a {
        float:right;
        background:url("http://www.chilipedia.com/images/tableft.gif") no-repeat left top;
        margin:0;
        padding:0 0 0 4px;
        text-decoration:none;
        font: 11px verdana;
      }
    #tabs1 a span {
        float:left;
        display:block;
        background:url("http://www.chilipedia.com/images/tabright.gif") no-repeat right top;
        padding:4px 11px 3px 5px;
        color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
        color:#627EB7;
      }
    #tabs1 a:hover {
        background-position:0% -42px;
      }
    #tabs1 a:hover span {
        background-position:100% -42px;
      }

    #tabs1 #current a {
        background-position:0% -42px;
        color:#000;
        font-weight:bold;
      }
    #tabs1 #current a span {
        background-position:100% -42px;
        color:#000;
        font-weight:bold;
      }

