* {margin:0;padding:0;} 

html, body {height: 100%;}

body {
	background-image: url(../images/bg_body3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/* ------------------------------- LINKS ---------------------------------- */

a.maillink:link, a.maillink:visited {
	text-decoration: underline;
	color: #246642;
}

a.maillink:hover, a.maillink:active {
	text-decoration: underline;
	color: #96369a;
}



/* ------------------------------- CLASSES -------------------------------- */






/* ------------------------------- DIVS ----------------------------------- */

#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 80px;  /* must be same height as the footer */
}

#placeholder {
	width: 970px;
	margin: 0 auto;
}

#header {
	height: 120px;
	padding-top: 20px;
	text-align: right;
}

#footer { 
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
} 

#footertext {
	width: 970px;
	margin: 0 auto;
	color: #246642;
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	/*background-color: #FFF;*/
	
	/*border-top: 1px solid #147a84;*/
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


