body#download {
	background: #CCCC99;
	min-width:750px;
}
#header {
	min-height:150px;
	width:750px;
	border: solid thin black;
	margin: 0px auto;
}
#content-container {
	width:500px;
	height:500px;
	border: solid black;
	border-width: 3px;
	margin:0px auto;
	background-color: #CCCC99;
	background-image: url(resources/arev002.jpg);
}
#content {
	background: #f0f0f0;
	width:400px;
	min-height:170px;
	border: solid black;
	border-width: 3px;
	position: relative;
	top: -150;
	right: -200;
	padding: 5px;
	margin:0px auto;
}
#footer {
	min-height:15px;
	width:675px;
	position: relative;
	top:-125;
	padding-left:30px;
	margin:0px auto;
}
#forms {
	width:400px;
	float:left;
	clear:both;
}
#form-left {
	width:100px;
	float:left;
}
#form-right {
	width:300px;
	float:left;
}
#buttons {
	padding-right:40px;
	padding-top:5px;
}
#download-link {
	padding-top: 70px;
	text-align: center;
	vertical-align: ;
}
.case-sensitive {
	padding-left:30px;
}
.text {
	font-family: Futura, "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	font-family: Futura, "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
a:visited {
	font-family: Futura, "Helvetica Neue", Helvetica, Arial; 
	font-size: 11px;
	font-style: normal;
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	font-family: Futura, "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	color: #996633;
	text-decoration: none;
}
