body {
	background-color: black;
}
#container {
	width: 930px;
	margin-left: -8px;
	margin-top: -8px;
}
#head {
	background-image: url(images/header.png);
	height: 125px;

}
#foot {
	background-image: url(images/footer.png);
	height:50px;
}
#collage {
	text-align: center;
}

.req {
	vertical-align: top;
	color:red;
}
#body {
	background-image: url(images/body_bg.png);
	height:475px;
	padding: 25px;
	padding-bottom: 0px;
	margin: auto;
	font-family: Helvetica;
	font-size: 13pt;
}
#titleText {
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 20pt;
}
.text {
	margin-right: 30px;
	margin-top: 60px;
}
.logo {
	margin-left: 30px;
	margin-top: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
form .left {
	margin-left: 70px;
}
form .right {
	margin-right: 90px;
}
.entry {
	margin-bottom: 20px;
}
.centerMe {
	text-align: center;
}
.padMe {
	margin-top: 20px;
}
.clear {
	float: none;
	clear:both;
}
.button {
	width: 100px;
}
input,textarea {
	Overflow-y:hidden;
	font-family: Helvetica;
	background-color: #c8a97b;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	font-size: 13pt;
	width: 200px;
}
textarea {
	width: 200px;
}
