#body {
	background:#000000;
	background-image: url(images/body_bg.jpg);
	background-attachment:fixed;
	padding: 25px;
	padding-bottom: 0px;
	margin: auto;
	font-family: Helvetica;
	font-size: 13pt;
}
#container {
	background:#000;
	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:#990000;
}
#titleText {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#mediaText {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.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;
}