div#content div#mainContent div#topInterface {
width: 950px;
height: 45px;
background-color: white;
}

div#content div#mainContent div#topInterface ul li{
display: inline;
}

div#content div#mainContent  div#leftInterface{
background-repeat: no-repeat;
background-image: url(images/leftInterface.jpg);
width: 231px;
height: 282px;
background-color: gray;
margin-top: 0em;
margin-left: 0em;
float: left;
}
div#leftInterface ul{
margin-top: .5em;
}
div#leftInterface ul li {
margin-top: .2em;
padding-left: .6em;
padding-right: .6em;
}
div#content div#mainContent  div#mainInterface{
/*white area is 582 x 270, 198 for left interface*/
width: 715px;
height: 282px;
background-color: white;
background-image: url("images/mainInterface.jpg");
background-repeat: no-repeat;
margin-top: 0em;
margin-left: 0.2em;
float: left;
}

div#content div#mainContent  div#mainInterface div#mainInterfaceContent {
height: 263px;
width: 697px;
margin-left: 10px;
margin-top: 10px;
overflow: auto;
}

/*----------------------------------MAIN LINKS---------------------------------------*/
#mainLinks2 a.mainLinkOn {
background-position: 0 -48px;
display:none;
}

#mainLinks2 a#ml1 {
background-color: white;
background-image: url(images/ml1.jpg);
background-repeat: no-repeat;
height: 48px;
width: 245px;
text-indent: -9999px;
display: block;
}
#mainLinks2 a#ml2 {
background-color: white;
background-image: url(images/ml2.jpg);
background-repeat: no-repeat;
height: 48px;
width: 245px;
text-indent: -9999px;
display: block;
}
#mainLinks2 a#ml3 {
background-color: white;
background-image: url(images/ml3.jpg);
background-repeat: no-repeat;
height: 48px;
width: 245px;
text-indent: -9999px;
display: block;
}
#mainLinks2 a#ml4{
background-color: white;
background-image: url(images/ml4.jpg);
background-repeat: no-repeat;
height: 48px;
width: 245px;
text-indent: -9999px;
display: block;
}
#mainLinks2 a#ml5{
background-color: white;
background-image: url(images/ml5.jpg);
background-repeat: no-repeat;
height: 48px;
width: 245px;
text-indent: -9999px;
display: block;
}

#mainLinks2 a:hover {
background-position: 0 -48px;
}

/*----------------------------------Buyers and Sellers Links---------------------------------------*/
#content a:link {color: #575757; text-decoration: none;}
#content a:visited {color: #575757; text-decoration: none;}
#content a:hover {color: #FF4E0C; text-decoration: none;}
#content a:active {color: #575757; text-decoration: none;}

#content a.currentLink2 {color: #FF4E0C; text-decoration: none;}

/*-------------------------------------Top Interface Links-------------------------------------*/
#content #topInterface a.currentLink {
background-position: 0 -21px;
}

#topInterface  a#b1 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/b1.jpg);
width: 198px;
float: left;
margin-left: 1em;
}
#topInterface a#b2 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/b2.jpg);
width: 163px;
float: left;
margin-left: 11.5em;
}
#topInterface a#b3 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/b3.jpg);
width: 178px;
float: left;
margin-left: 12em;
}
#topInterface a#b4{
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/b4.jpg);
width: 140px;
float: left;
margin-left: 1em;
}
#topInterface a#b5{
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/b5.jpg);
width: 203px;
float: left;
margin-left: 14em;
}
#topInterface a#b6 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/b6.jpg);
width: 182px;
float: left;
margin-left: 10.5em;
}

/*Sellers Links*/
#topInterface  a#s1 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/s1.jpg);
width: 198px;
float: left;
margin-left: 1em;
}
#topInterface a#s2 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/s2.jpg);
width: 219px;
float: left;
margin-left: 9.5em;
}
#topInterface a#s3 {
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/s3.jpg);
width: 219px;
float: left;
margin-left: 8.2em;
}
#topInterface a#s4{
background-color: white;
background-repeat: no-repeat;
height: 21px;
text-indent: -9999px;
display: block;
background-image: url(images/s4.jpg);
width: 152px;
float: left;
margin-left: 25em;
}
/*end sellers links*/

#topInterface ul li a:hover{
background-position: 0 -21px;
}

div.clearFloat {
clear:both;
}
