@charset "UTF-8";
/*-------------Totally Wild Seasonings-------------------

Web                             : http://www.ib9webgraphics.com/
filename                        : /home.css

author/developer/designer       : Isabel Brant
web                             : http://www.ib9webgraphics.com*/


body { background-color: #003;
       font-family: Arial, Helvetica, sans-serif;}
#wrapper { width: 56.25em;
           margin: 0 auto 0 auto;
		   }

#phone { text-align: right;
        font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: .80em;
		color: #FFCC33;
		padding-bottom: .50em;
	    }
	
#nav { width: 13.125em;
       height: 38em;
	   float: left;
	   background-color: #33CCFF ;
	   }
	   
#nav h1 { font-family: Arial, Helvetica, sans-serif; 
             font-size: 1.50em;
			 margin: 0;
			 padding-top: .50em;
			 padding-left: .25em;
			 color:#F00;
			 
	 }

#nav p { padding-bottom: 3.75em;
         margin: 0;
          padding-left: .25em;}
	 

	   
#nav ul { list-style-type: none;
           margin: 0px 5px 0px 5px;
		   padding: 0px;
		   }
		   
#nav li { font-weight: bold; 
		  padding: 8px 3px 8px 3px; 
		  border-bottom: 1px solid #5C3317;
		  font-size: .90em;
		  font-family: Arial, Helvetica, sans-serif;
		 font-weight: bold;
		  }
		  
#nav a { color: #000;
         text-decoration: none;
		 font-family: Arial, Helvetica, sans-serif;
		 font-weight: bold;}
#nav a:hover {
	color: #F36;
}

#container { width: 43.125em;
           float: right;
		   height: 38em;
		   padding-bottom: 0;
		   margin-bottom: 0;
		   background-color: #f7f6f6;
		   overflow: hidden;
		   }
		   
#img { height: 9.375em;
       width: 43.125em;}		   

#content { float: left;
		   padding-bottom: 0;
		   margin-bottom: 0;
		   background-color: #f7f6f6;
		   width: 30em;
		   }
		   
		   

#content h1 { font-size: 1em;
              font-weight: bold;
			  padding: 10px 20px;
			  color: #333333;}
			  
#content h2 { font-size: .95em;
              font-weight: bold;
			  padding: 0px 20px;
			  color: #333333;}
			  
#content a { color: #F00;}			  
			  
#content p { font-size: .95em;
		   padding: 0px 20px;
		   line-height: 1.50em;
		   color: #333333;}

#sidebar { float: right;
           width: 13.125em;
		   height: 38em;
		   background-color: #cde5fb;
		   }
		   
#sidebar h3 { font-size: .90em;
              padding: 10px;}
#sidebar h4 { font-size: .80em;
              padding: 10px;}
			  
#sidebar ul { font-size: .70em;}
#sidebar li { list-style-type: decimal;}

#sidebar img { margin: 10px;}

.clear { clear: both;}
#footer { font-family: Arial, Helvetica, sans-serif;
          font-size: .75em;
		  padding: 1em;
          clear: both;
		  color: #FFF;
		  background-color: #003;
		  
		  
}		   
