/* CSS stylesheet for Low Carb Diets */

body { 
   background-color:white; 
   font-family:Verdana, Arial, Helvetica, Sans-serif;
   font-size:0.9em;
   color:black;
   line-height:1.4em;
}

h1 { 
   font-size:1.8em;
   font-weight:bold;
   text-align:center;
}

h3 {
   font-size:1.1em;
   font-weight:bold;
   background-color:#0000CC;
   color:white;
   text-align:center;
   padding-top:5px;
   padding-bottom:6px;
   margin:0px;
}

a:link {
   text-decoration:none;
}

a:visited {
   color:#0000CC;
   text-decoration:none;
}

a:hover, a:active {
   text-decoration:underline;
}

#topbar {
   width:100%;
   height:32px;
   padding:5px;
   background-color:#0000CC;
   color:white;
   padding-left:10px;
   padding-top:6px;
}

#topbar a:link, #footer a:link, #topbar a:visited, #footer a:visited {
   color:white;
   text-decoration:none;
}

#topbar a:hover, #footer a:hover {
   color:white;
}

.adsense {
   float:left;
   margin-right:5px;
}

.image {
   float:left; 
   margin-right:7px;
}

#leftnav {
   font-size:0.9em;
   line-height:2em;
}

#bottomnav {
   font-size:0.9em;
   text-align:center;
}

#merchants {
   border:2px solid #0000CC;
   padding:20px;
   margin:0px;
}

#footer { 
   width:100%; 
   height:50px; 
   background-color:#0000CC;
   color:white;
   text-align:center;
   font-size:.8em;
   padding:5px;
   padding-bottom:6px;
} 
