 body {
background-color: black;
background-position: 250px 2px;
background-repeat: repeat;
z-index: 4;
}


/*this is the style for the left Menu*/
#navleft {
position: absolute;
width: 85px;
top: 80px;
left:5px;
Border: 1px solid #606060;
border-right: none;
background-color: black;
color: white;
padding: 10px;
}

/*this is the style for the logo*/
#header {
position: absolute;
top:25px;
Left:280px;
z-index: 1;
}

/*this is the style for the footer info*/
#footer {
position: absolute;
Left: 280px;
top: 595px;
color: white;
background-color: Black;
}

/*this is the style for the center text area*/
#center {
	position: absolute;
	width: 884px;
	height: 510px;
    border: #D3D3D3 1px solid;
	overflow:scroll;
	scrollbar-track-color: #383838;
	scrollbar-face-color: black;
	scrollbar-highlight-color: #00008B;
	overflow-y:auto;
	overflow-x:hidden;
	top: 80px;
	left: 120px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: black;
	color:white;
}


/*this section is for the table attributes */

#table {
  table-layout: fixed;
}


/*this section is for the basic link attributes */

A:link {
color:white;
text-decoration: none;
}

A:visited {
Color: white;
text-decoration: none;
}

A:hover {
Color: #606060;
text-decoration: line-through;
}

/*Image style floater*/

#pics {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding: medium solid #606060
}

/*this is for link text*/
#Links {
  margin-top: 225px;

}




