/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 border: 0px solid #ccc;
 height: 103px;
 background: #E7DBD5;
}
#navigation {
 float: left;
 width: 900px;
  height: 27px;
 color: #333;
 border: 0px solid #ccc;
 background: #888585;

}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #e7e2dc;
 height: 1100px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #FFF;
 height: 1100px;
 width: 700px;
 display: inline;
}
#footer { 
 width: 900px;
  height: 35px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #BD9C8C;
}
#navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
#navigation a:hover{
	color: #0b5204;


}
.banner_chemical_nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1b3d18;
}
#leftcolumn a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0b5204;
	text-decoration: none;
}
#leftcolumn a:hover{ 
	color: #000000;
}.banner_chemical_product_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1b3d18;
	text-decoration: none;
}

