@charset "UTF-8";
body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: url(gradient2.png);
}

input.invalid {
	background-color:#FC9;
	border: 2px black inset;
}
.quote {
	font-weight: lighter;
	font-size: 12px;
}
.quote .signature {
	font-style: italic;
	text-align: right;
	margin-right: 100px;
}
body {
	background-image: url(gradient2.png);
	background-repeat: repeat-y;
}
#content {
	width: 800px;
	background: #fff;
	margin: 0px auto;
	border-left: thick inset #000;
}
#mainparagraph {
	width: 500px;
	border-style: none;
	padding: 5px;
	margin: 5px 0px 0px 150px;
	left: auto;
	right: auto;
	bottom: auto;
	clear: both;
}
#footer {
	font-size: 10px;
	color: #CCC;
	background: #000;
	text-align: center;
	height: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	top: auto;
	clear: both;
}
#navigation {
	background: #805B5B;
	width: 800px;
	height: 30px;
	border-bottom-style: outset;
	margin: 0px;
	color: #993;
	padding-top: 2px;
	text-indent: 5px;
	border-bottom-width: thick;
}
#banner {
	margin: 0px auto;
	width: 800px;
	border-left: thick inset #333;
	border-top-style: outset;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
img {
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
}
a:link {
	color: #996;
}
#banner {
	clear: both;
	float: none;
}
label.invalid {
	color:#03C
	font-weight: bold;
}

