HTML {
	width: 100%;
	height: 100%;
}
body#lighter {
	background-image: url(../images/indexbackground.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000A79;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-align:center;
	margin: 0px; 
	padding: 0px;
	min-height: 400px;
}
body#darker {
	background-image: url(../images/indexbackground2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000A79;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-align:center;
	margin: 0px; 
	padding: 0px;
	min-height: 400px;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 650px;
	
}
#wrapper {
	margin: 0px auto;
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 650px;
	height: 350px;
}

#recentworktable TD {
	width: 65px;
	height: 29px;
}

/* New layout */
#recentworkdiv {width: 682px; height: 260px;}
#navdiv {width: 682px; height: 58px;}
.left {float:left}
.right {float:right}


.texttable {
	width: 65px;
	height: 29px;
}

.right {
	text-align: right;
	vertical-align: bottom;
}

p {
	margin-bottom: -7px;
	margin-right: 30px
}

a {
	color: #fff;
}
.small {
	width: 20px;
	height: 29px;
}
.FloatLeft { 
	float: left;
	padding-left: 0px;
	padding-right:10px;
	padding-top: 13px;
	padding-bottom: 10px;
}
.FloatRight { 
	float: right;
	padding-left: 20px;
	padding-right:50px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.Middle
{ vertical-align: middle }


