html {
    margin-left: -0.1px; 
}

body {
  	font-family: Tahoma, Verdana, Geneva;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	margin: 0 auto 0 auto;
	background-image:url('../images/backgroundwrapper.jpg');
	background-position: bottom;
	background-repeat:no-repeat;
}

h1 {
	color: #74A441;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.1em;
}

h2 {
	color: #8FC540;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 8px;
}

a:link { 
	text-decoration: none; 
	color: #986635; 
}

a:visited {
	text-decoration: none;
	color: #986635; 
}

a:active {
	text-decoration: none;
	color: #986635; 
}

a:hover {
	text-decoration: underline; 
	color: #563C19; 
}

.green {
	color: #74A441;
}

.blue {
	color: #5098D2;
}

.white { 
	color: #FFFFFF;
}

