 body {
background-color: black;

}

    /*this is the style for the logo*/
#header {
position: absolute;
top:5px;
Left:350px;
z-index: 2;
}

         /*this is the style for the left Menu*/
#navleft {
position: absolute;
width: 750px;
top: 135px;
left:20px;
Border: 2px solid #D3D3D3;
border-right: none;
border-left: none;
background-color: black;
color: white;
padding: 10px;

}

       /*this is the style for the center text area*/
#center {
	position: absolute;
	width: 550px;
	height: 400px;
	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:192px;
	left:19px;
	padding-left: 10px;
	background-color: black;
	color:white;
	z-index:5
}
/*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: #FF0000;
text-decoration: line-through;
}
 /*for photos and pics*/
#pics {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding: medium solid #606060;
    }

/*text for contact info*/

.ptext {
  color: #FF0000;
  font-size: 20px;
    }

 /*div tag  for email contact info*/

#ptext2 {
  position: absolute;
  top: 0px;
  Left: 350px;
  font-size: 20;
    }

  /*home CD info style*/

 .cds {
    background-image: url(web/shop/images/backg.jpg);
    Padding: 2px;
    width: 520px;
    Border: 2px solid #D3D3D3;
    border-right: none;
    border-left: none;
    border-top: none;
    float: left;
    font-size: 14px;

  }

 .img {
  padding: 5px;
  float: left;
 }

 /*banner placments*/
.banner {
  position: absolute;
  top: 190px;
  left: 590px;
    }


    /*banner placments*/
  .banner2 {
  position: absolute;
  top: 300px;
  left: 590px;
}

/*banner placments*/
  .banner3 {
  position: absolute;
  top: 370px;
  left: 590px;
}