body  {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* Centers the container in IE 5*. Text is set to the left aligned default in the #container selector */
	color: #000000;
}
.tg #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 880px;	
} 
.tg #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #dce8de; */ /* the background color will be displayed for the length of the content in the column, but no further */
	background: #FFFFFF;
	padding: 50px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.tg #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.tg #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 5px; /* padding is the space inside the div box and margin is the space outside the div box */
}

a {
	background: url(img/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #468259;
}

a:hover {
	background: none;
	text-decoration: underline;
}

img.cat1 {
	 border: 1px solid #468259;
	 margin-top:10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
}

h2 {
	padding-left: 5px;	
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

h2 a{
text-decoration: none;
color: #168259;
font-size: large;
}

table.ext_prod {
	margin: 7px 0 14px 0;	
}

td {
	text-align: center;
}


/* Links */

#links {

}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 10px 5px 15px 5px;

}

#links li li {
	padding: 3px 0;
	background: url(img/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Footer */

#footer {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	background: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}