#Header {
	background-attachment: fixed;
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	top: 5px;
	background-image: url(/images/headerbg.gif);
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	align: center;
}
img {
	behavior:	url("scripts/pngbehavior.htc");
}
#maincontent {
	height: 100%;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	background-color: #E9E7E7;
}
#contentBottom {
	background-image: url(/images/bm.gif);
	height: 21px;
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	background-color: #E9E7E7;
}
#navigation {
	float: right;
	position: relative;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	background-color: #CCC8C8;
	border: 1px solid #000000;
	width: 300px;
}
