html, body {
	font-family: georgia, serif;
	color: #777777;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	color: #777777;
	text-decoration: underline;
	border-bottom: 0px solid #777777;
}
a:hover {
	color: #777777;
	text-decoration: none;
	border-bottom: 0px solid #777777;
}
h2 {
	font: normal 16pt georgia, serif;
	color: #777777;
	margin: 15px 0px 0px 0px;
}
h1 a {
	border: 0;
	text-decoration: none;
	color: #777;
	}
h1 {
	margin: 20px 0px 0px 0px;
	font: normal 40pt georgia, serif;
	color: #777777;
	}
input.text {
	border: 1px solid #777777;
	width: 150px;	
}
textarea {
	border: 1px solid #777777;	
	width: 270px;
	height: 80px;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	border: 1px solid #000000;
}


	#container {
		min-height:100%;
		position:relative;
	}
	#header {
		background-image:url('../images/header_center.jpg');
		background-repeat: repeat-x;
		height: 38px;
	}
	#body {
		padding:0px;
		padding-bottom:140px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:140px;			/* Height of the footer */
		background-image:url('../images/footer_center.jpg');
		background-repeat: repeat-x;
	}
	</style>

	<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
	<![endif]-->