/*
* styles.css for revised 3col layout
* 07/23/2007
* Set up for 3 Col AltNaturalMedicine Layout
*
* If you screw with the widths spacing you may have trouble
* The graphic col3back.jpg does the black inner borders
*   so if you change border colors, you should change the
*   the colors on the graphic
* header height can be adjusted in hdr and spacing for text
*  overwriting the header image in headh1
* footer heights can be adjusted also (footer and smfooter)
* gleft (at the bottom is for a 120X600 ad  
**/

body {
 	background: url(http://altnaturalmedicine.com/images/back.jpg);
	font-family:"Trebuchet MS", sans-serif;
}
#wrap {
  width: 780px; 
	border-left: 0px solid black;
	border-right: 0px solid black;  
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://altnaturalmedicine.com/images/main3col.jpg);
	}
#hdr {  
  width: 780px; 
	height: 140px;
	margin-left: auto;
	margin-right: auto; 
	border: 0px solid black;
	background-image:url(http://altnaturalmedicine.com/images/header3col.jpg)
	}
h1 { 
   font-size: 14pt;
}
	 
#headh1 {
 font: 20pt gold arial, lucida, sans-serif;
 color: gold;
 text-align: center;
 padding: 40px 0px 0px 0px;
}

#iwrap {
  width: 780px;  
	
	}
#lwrap {
  width: 640px; 
	float: right;
	}
#cont {
  width: 455px; 
	border-right: 0px solid black; 
	float: left; 
	padding-left:4px;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-align: left;	
	}

#cont a {color: #336699; font-weight:bold; text-decoration: none;}
#cont a:visited {color: #336699; font-weight:bold; text-decoration: none;}
#cont a:hover {color: blue; text-decoration: underline;}	
	
#cont h1 {
  font-size: 14pt;
	}
h1 {
	color: 255c9e;
}	
#lnav { 
  width: 130px; 
	border-right: 0px solid black; 
	font-family: arial,sans-serif;
	font-size: 9pt;	
	float: left; 
	}
#ibutton {
  border: 2px solid #cc0000; 
  background-color: #336699; 
	font-size: 10pt; 
	color: #ffffff; 
	font-weight: normal; 
	font-family: lucida sans, arial, sans serif; 
	}
#rnav { 
  width: 170px; 
	font-family: arial,sans-serif;
	padding-left: 0px;
	padding-right: 2px;
	padding-top:5px;
	font-size: 9pt; 
	float: right;
	}
	
#rnav p {
  padding: 5px 2px 5px 4px;
	}
#rnav TABLE {
  font-size: 9pt;
	}	
#footer {
   clear: both;
   width:780px;
   height: 240px;
   background: url(http://altnaturalmedicine.com/images/footer3col240.jpg); 
   color: white; 
	 font-weight:bold;
   font: 11px black arial, lucida, sans-serif;
   text-align: center;
}

#footxt { 
   padding-top: 20px;
	 color: gold
}	 
#footxt a {color: gold; font-weight:bold; text-decoration: none;}
#footxt a:visited {color: gold; font-weight:bold; text-decoration: none;}
#footxt a:hover {color: green; background-color: gold; text-decoration: underline;}

#ag336 {
   float: left;
	 width: 346px;
	 height: 290px;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 background-color: #ffffff; 
}

#ag300 {
   float: left;
	 width: 310px;
	 height: 260px;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 background-color: #ffffff; 	  
}

#ag160 {
   float: none;
	 width: 170px;
	 height: 620px;
	 padding: 10px 0px 10px 10px;
	 background-color: #ffffff; 	  
}	
#gleft {
  width: 120px; 
  height:600px;
	} 
	
#g300 {
   float: left;
	 width: 310px;
	 height: 260px;
	 padding-right: 10px;
	 padding-bottom: 10px;
}	 
