html, body {
height: 100%;
}

body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica,        sans-serif;
	margin-left:200px;
	margin-right:50px;
	margin-top:270px;
	color: #000;
	background: #ffd762;

}

h1,h2,h3 {
color:#7f2500;
}

ul.sellers {
background-color:#ffd762; border:#7f2500 double thick;
width:200px; height:100%; display: list-item; list-style: none; 
}

li.sells { display: list-item; padding:8px; position:relative; list-style-image: url(img/star.gif);
}

#bodytext{
position: relative;
font:Arial, Helvetica, sans-serif;
font-size: x-large;

text-align:center;
height:100%;
}

#topbar{
position:absolute;
left:0px;
top:-5px;
height:260px;
right:0;
background: #ffd762;
z-index:4;
}

#topbarbar{
position:absolute;
left:536px;
top:240px;
height:20px;
right:0;
background: #7f2500;
z-index:2;
}

#leftbar{
position:absolute;
left:25px;
top:260px;
height:100%;
width:150px;
padding-top:5px;
z-index:1;
}

#line{
position:relative;
left:-25px;
top:-45px;
height:15px;
width:30px;

background-color: #7f2500;
z-index:2;
}

#thinleftbar{
position:absolute;
position:fixed;
left:0px;
top:0px;
bottom:0px;
width:18px;
background: #7f2500;
z-index:3;
}

#thinrightbar{
position:absolute;
position:fixed;
right:0px;
top:0px;
bottom:0px;
width:18px;
background: #7f2500;
z-index:3;
}

#copyright{
position:absolute;text-align:center; background-color: #7f2500; left:0px; right:0px;  height:25px; overflow:hidden;
color:#ffd762;
}


a.homeb{background: url("./img/buttons/home.jpg") no-repeat; display:block; width:144px; height:65px;
font-size:0px;}
a.homeb:hover{background: url("./img/buttons/homei.jpg") no-repeat;}

a.worksb{background: url("./img/buttons/works.jpg") no-repeat; display:block; width:144px; height:65px;
font-size:0px;}
a.worksb:hover{background: url("./img/buttons/worksi.jpg") no-repeat;}

a.currentb{background: url("./img/buttons/current.jpg") no-repeat; display:block; width:144px; height:65px;
font-size:0px;}
a.currentb:hover{background: url("./img/buttons/currenti.jpg") no-repeat;}

a.sellb{background: url("./img/buttons/sells.jpg") no-repeat; display:block; width:144px; height:65px;
font-size:0px;}
a.sellb:hover{background: url("./img/buttons/sellsi.jpg") no-repeat;}

a.contactb{background: url("./img/buttons/contact.jpg") no-repeat; display:block; width:144px; height:65px;
font-size:0px;}
a.contactb:hover{background: url("./img/buttons/contacti.jpg") no-repeat;}


a.c{text-decoration:none; color:#ffd762;}

a.c:hover{text-decoration: underline;}


a.t{text-decoration:none; color:#000;}

a.t:hover{text-decoration: underline;}