/* CSS Document */

/*html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}*/

html, body, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
/* hide from IE mac \*/ 
html {
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
.hidden 
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;}

#innerwrapper {
	background-repeat: repeat-y;
	background-image: url(../images/img-template/innerwrapperBGwt6gifa.gif);
	background-color: #FFFFFF;
}
#leftcol {
	float: left;
	width: 140px;
	font-size: 70%;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 15px;
}
#content {
	width: 580px;
	min-height:410px;
	margin-left: 170px;
	font-size: 80%;
	padding: 0;
	padding-top: 15px;
	padding-right: 10px;
}

/*IE hack for min-height*/
* html #content {height:410px}


#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
}
#header {
	height: 129px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	height: 55px;
	background-color: #EBEBCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #85C329;
}

/* Hack for the left col for 2 col layout */



/* End of Hack for the left col for 2 col layout */