body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	font-family: 'Karla', sans-serif;
	font-size:0.95em;
	line-height:1.5;
	color:#2e242d;
	background-image: url("../images/GoldenDays_bg2.jpg");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;

}
body * { margin:0px; padding:0px; text-align:left; }
img { border:0px; }
a { color:#2e242d; text-decoration:underline;}

a:hover { 
	color:#0068b2;
	text-decoration:underline;
	
}


input, select, textarea { font-family:Verdana,Arial,Sans-serif; color:#333333; font-size:1em; }
input.text, select, textarea { padding:1px; background:#ffffff; }

input.checkbox { margin:0px; padding:0px; }
* html input.checkbox { margin:-2px -2px -2px -2px; }

/* Float clearing workaround also working on Mozilla */
.clearer {
	clear:both;
	height:0px;
	overflow:hidden;
	margin-top:-1px;
	font-size:0em;
	line-height:0px; 
}
* html .clearer { margin-top:0px; }


