html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html{
	background-image: url(/components/template/header_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#background{
	background-image: url(/components/template/footer_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
html, input, select, option, td{
	font-family: Segoe UI, sans-serif;
	font-size: 16px;
}
#page{
	width: 976px;
	height: 100%;
	text-align: left;
}
#header{
	position: relative;
	height: 160px;
}
#footer{
	padding: 16px;
}
#content{
	padding: 16px 32px 32px 144px;
	height: 100%;
}
h1{
	font-size: 32px;
	margin-top: 0px;
	color: #006600;
}
h2{
	color: #006600;
}