body {
	background-color: #000;
	background-image: url(img/BkgMain.jpg); 
	background-repeat: no-repeat;
	background-position: 0 15;
}

div#hometext {
	color: #999;
	line-height: 15pt;
	width: 300px;
	position: relative;
	left: 370px;
	top: 35px;
	font-weight: bolder;
}

table#navtable {
        position: absolute;
	left: 250px;
	top: 250px;
	display: inline;
        z-index: 1;
	background-color: #333;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

span.navlinkbox {
	background-color: #333;
	vertical-algin: middle;
	margin-top: 5px;
	border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #999;
}

#navtable_right {
	background-image: url(img/RightEnd.jpg);
	background-repeat: repeat-y;
	width: 55px;
}

#navtable_left {
	background-image: url(img/LeftEnd.jpg);
	background-repeat: repeat-y;
	width: 55px;
}

#DD_0, #DD_1 {
	top: 1.5em;
	margin-top: -2px; 
        background-color: #333333;
}
