/*  
(c) 2007 Bella Tonic Spa
*/

html { overflow: -moz-scrollbars-vertical !important; }

#header-background { 
   height: 68px;
   margin-top: 3px;
   position: relative; 
   background: #fff; }

      #header-width { 
         margin: 0 auto; 
         width: 710px; 
         text-align: center; 
         position: relative; 
         padding: 0 15px;	}
	
            #logo { 
               height: 65px; 
               background: url('/images/logo_210x65.gif') no-repeat; 
               width: 210px;
               float: left; }
               
               	#logo a { 
               	   display: block; 
               	   width: 210px; 
               	   height: 65px; 
               	   text-indent: -999em; 
               	   text-decoration:none; }
               	#logo a:hover { 
               	   background: transparent; 
               	   text-decoration: none; }

#content-background { 
   background: #d0e1a8 url('/images/bg_set-background_20x636.jpg') repeat-x; 
	padding: 0; 
	border-top: solid 5px #3b3b3b; 
	border-bottom: solid 3px #3b3b3b;  
	position: relative; 
	padding: 0 0 30px 0; }

      #content-width { 
         margin: 0 auto; 
         width: 710px; 
         text-align: center; 
         position: relative; 
         padding: 9px 15px;	}

            #content { 
               text-align: left;}
               
               	#content img {
                  	background: #fff; 
                     padding: 1px; 
                     border: solid 3px #3b3b3b; }
                  #content h1,
                  #content h2
                  #content h3 { 
                     font-family: "Trebuchet MS",Helvetica,sans-serif; 
                     color: #000; 
                     font-weight: bold; }
                  #content h1 {
                     font-size: 174%; 
                     border-bottom: solid 1px #3b3b3b;
                     margin-bottom: 18px;
                     padding-bottom: 2px; }
                  #content p {
                     font-family: "Arial",sans-serif; 
                     margin-bottom: 1em; 
                     font-size: 107%; 
                     line-height: 1.7; }
                  #content a, 
                  #content a:visited { 
                     color: #5d9732; 
                     border-bottom: dashed 1px #5d9732;
                     text-decoration: none; }
                  #content a:hover { 
                     text-decoration: none; 
                     color: #000 ;
                     border-bottom: solid 1px #000; }
                  #content table p {
                     margin: 0;
                     padding: 0;
                  }

            #sidebar { 
               width: 180px; 
               float: left; 
               text-align: left; }
               
                  #sidebar #promotions { 
                     text-align: left; 
                     width: 170px; 
                     margin-top: 30px; 
                     float: left; }
                  #sidebar #promotions h3 { 
                     color: #fff; 
                     font-weight: bold; }
                  #sidebar #promotions p { 
                     font-size: 93%;  }

#footer { 
   background: #fff; 
   position: relative;
   margin: 12px 0; }
   
      #footer p { 
         text-align: center; }

/* Utility */
.accessibility { 
   position: absolute; 
   top: -999em; 
   left: -999em; }
.clear { 
   clear: both; }