html, body {
	height:100%;
	position:relative;
}


* {
	margin:0;
	padding:0;
	font-size:100.01%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:75.00%;
	color:#036;
}

p {
	margin:0 0 0.5em 0;
	line-height:1.5em;
}

ul, ol, dl {
	line-height:1.5em;
	margin:0 0 1em 1em;
}

li {
	margin-left:1.5em;
	line-height:1.5em;
}

a {
	color:#069;
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h3 {
	margin:2em 0 0 0;
}

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 0 -100px 0;
}

#header {
	background-image: url(img/header_bg.png);
}

#header h1 {
	background-image: url(img/header.jpg);
	height: 232px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 span {
	display:none;
}

#main {
	width:800px;
	margin:0 auto 0 auto;
	padding-bottom:100px;
}

#main .margin {
	margin:2em 0 0 0;
	padding:0 235px 0 0;

	background-position: right top;
	background-repeat: no-repeat;
}

#main .e1 {
	font-size:200%;
	text-align:center;
	margin:0 0 1em 0;
}

#main .e1 p span {
	color: #090;
}

#main .e2 {
	font-size:100%;
	margin:0 auto 2em auto;
}

#main .e3 {
	font-size:100%;
	margin:0 auto 2em auto;
}

#footer {
	height:100px;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer .margin {
	margin:2em;
	min-height:40px;
	padding:0 0 0 90px;
	text-align:center;
	background-image:url(img/logo-onsite.png);
	background-repeat:no-repeat;
	background-position:left top;	
}


#footer ul,
#footer ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li {
	display:inline;
	margin-right:1em;
}

#footer a {
	color:#999;
	font-size:90%;
}