body { background-color: #B72112; }
div#indexbanner { position: absolute; top: 200px; left: 0px; border: 0px; }
div#info { position: absolute; top: 400px; left: 500px; border: 0px; font-family: tahoma; font-size: 14px; color: white; align: right; }
div#banner {
	position: absolute;
	top: 12px;
	left: 6px;
}

div#rightmain {
	position: absolute;
	top: 206px;
	left: 7px;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
	width: 695px;
	height: 1800px;
	padding: 10px;
}
div#crewlogin { border: 1px dotted #6D2112; padding: 5px; width: 335px; float: left; }
div#ftp { border: 1px dotted #6D2112; padding: 5px; width: 335px; float: left; }
div#content {
	position: absolute;
	top: 150px;
	left: 1px;
	font-family: tahoma;
}
h1 { color: #FFFFFF; font-family: arial; font-size: 14px; letter-spacing: -1px; display: inline; }
input.button { 
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
	width: 75px;
	background-color:#ffffff;
   	border:1px solid;
   	border-top-color:#ffffff;
   	border-left-color:#ffffff;
   	border-right-color:#ffffff;
   	border-bottom-color:#ffffff;
   	filter:progid:DXImageTransform.Microsoft.Gradient
      	(GradientType=0,StartColorStr='#cccccc',EndColorStr='#ffffff');
 }
input.buttonh {
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
	width: 75px;
	background-color:#ffffff;
   	border:1px solid;
	border-top-color: yellow;
   	border-left-color: yellow;
   	border-right-color: yellow;
   	border-bottom-color: yellow;
	filter:progid:DXImageTransform.Microsoft.Gradient
      	(GradientType=0,StartColorStr='#cccccc',EndColorStr='#ffffff');
}
a:link { font-family: tahoma; color: #ffffff; text-decoration: underline; }
a:visited { font-family: tahoma; color: #ffffff; text-decoration: underline; }
a:hover { font-family: tahoma; color: #ffffff; text-decoration: none; }
a:active { font-family: tahoma; color: #ffffff; text-decoration: underline; }
div#full {
	position: absolute;
	top: 206px;
	left: 7px;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
	width: 695px;
	height: 1800px;
	padding: 10px;
}
