body {
	background-image:  url(../images/pagebackground.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px; margin: 0px auto;
	width: 780px;
	text-align: center;
}

#container {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

#navigation {
	color: White;
	font-size: 12px;
	font-family: "Trebuchet MS";
	float:left;
	padding-bottom: 10px;
}
#navigation a:link { font-size: 12px; color: White; text-decoration: none; }
#navigation a:hover { font-size: 12px; color: White; text-decoration: underline; }
#navigation a:active { font-size: 12px; color: White; text-decoration: underline; }
#navigation a:visited { font-size: 12px; color: White; text-decoration: none; }

#contentCell {
	width: 607px;
	background: url(../images/boxbackground.jpg);
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: Black;
	clear: left;
}
#contentCell h1 { padding-left: 10px; padding-right: 10px; font: bold 14px "Trebuchet MS"; color: #000000; }
#contentCell p { padding-left: 10px; padding-right: 10px; }

#rightCell {
	width: 150px;
	float:right;
	color: White;
	font: 11px Arial, Helvetica, sans-serif;
}
#rightCell a:link { padding: 9px; color: White; text-decoration: none; }
#rightCell a:hover { padding: 9px; color: White; text-decoration: none; }
#rightCell a:active { padding: 9px; color: White; text-decoration: none; }
#rightCell a:visited { padding: 9px; color: White; text-decoration: none; }
#rightCell .inputCell {
	background: url(../images/inputfield124x.jpg);
	width: 114px; height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	border: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: left;
}

#footer {
	width: 607px;
	clear: both;
	float: none;
	color: White;
	padding-top: 10px;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a:link { color: White; text-decoration: underline; }
#footer a:hover { color: White; text-decoration: none; }
#footer a:active { color: White; text-decoration: underline; }
#footer a:visited { color: White; text-decoration: none; }