/* 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/innerwrapperBGwt6gif.gif);
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}
#leftcol {
	float: left;
	width: 140px;
	font-size: 70%;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 15px;
}

#rightcol {
	float: right;
	width: 140px;
	font-size: 70%;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 15px;
}

#content {
	width: 420px;
	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;
	padding-top:15px;		
}

#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*border: 1px solid #000000;*/
}
#header {
	height: 129px;/*129px*/
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	height: 57px;
	background-color: #EBEBCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #85C329;
}