   html,body{
      margin:0;
      padding:0;
      height:100%;
	  min-height: auto; 
      border:none
   }
   
img, div, a, input { behavior: url(/resources/iepngfix.htc) }
   
body{
width: 1091px;
background: url('../images/bg.jpg');
background-repeat: repeat-x;
margin: auto;
margin-top:0;
margin-bottom:0;
}

#header{
float: center;
width: 1091px;
height: 270px;
}

#container{
height: auto;
}

#left{
background: url('../images/bg.jpg');
background-repeat: repeat-x;
width: 200px;
height: 2650px;
min-height: 2650px; 
border: 1px #000 solid;
text-align: left;
float: left;
}

#body{
background: url('../images/bg.jpg');
background-repeat: repeat-x;
width: 675px;
height: 100%;
min-height: 2650px; 
float: left;
margin-left: 5px;
text-align: center;
border: 1px #000 solid;
}

#featured{
width: 650px;
height: auto;
margin: 10px;
background: url('../images/bg.jpg');
background-repeat: repeat-x;
border: 1px #000 solid;
}

#post{
width: 650px;
height: auto;
margin: 10px;
background: url('../images/bg.jpg');
background-repeat: repeat-x;
border: 1px #000 solid;
text-align: left;
}

#post p{
padding: 5px;
}

#featured_pics{
width: 650px;
height: 52px;
border-top: 1px #000 solid;
border-bottom: 1px #000 solid;
}

#right{
background: url('../images/bg.jpg');
background-repeat: repeat-x;
width: 200px;
height: 2650px;
min-height: 2650px; 
border: 1px #000 solid;
float: left;
margin-left: 5px;
text-align: left;
}

#search{
text-align: center;
border-bottom: 1px #000 solid;
}

#auctions{
text-align: center;
border-bottom: 1px #000 solid;
}

#footer{
text-align: center;
float: left;
width:1089px;
height: 350px;
}

#bar{
background: url('../images/bar.jpg');
height: 25px;
}

a{
color:#000;
}

a:link{
color:#000;
}

a:hover{
color:#000;
}

a:visited{
color:#000;
}