body {
	background: rgba(201,193,169,0.63);
	}

a:link, a:visited {
	color: #005fc4;
	text-decoration: none;
}

body #gradient {
	top: 0px;
	z-index: 0;
	width: 0%;
	overflow: hidden;
	position: absolute;
	left: 0;
}


#sitetitle {
	height: 0px;
	background: rgba(255,255,255,0);
}

#container #content {
	color: #5e5e5e;
	font: 1em/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h1 {
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 30px;
	padding-top: 0px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.form-input-field {
	width: 90%;
	color: #5e5e5e;
	font: 17px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
} 

code {
	padding-left: 20px;
	background: none;
	margin: 0;
	padding-bottom: 0;
	padding-top: 10px;
	font-family: "Courier New", Courier, sans-serif;
	display: block;
	color: #7a7a7a;
}

