/* CSS Document */

body{
background-image:url(bg_farm.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-color:#ceaf83;
}

#wapper{
width:920px;
height:600px;
}

#logo{
float:left;
background-image:url(logo_bg.png);
background-repeat:no-repeat;
width:238px;
height:106px;
}

#heading{
float:left;
width:408px;
height:106px;
}

#headinginfo{
background-image:url(menu_bg_header_info.jpg);
background-repeat:no-repeat;
float:left;
width:408px;
height:106px;
}

#menu{
float:left;
width:920px;
height:25px;
background-image:url(bg_menu.jpg);
background-repeat:repeat-x;
margin-bottom:5px;
margin-top:5px;
text-align:right;
}

#leftmenu{
float:left;
text-align:left;
width:160px;
height:340px;
margin-right:5px;
}

#textbox{
float:left;
text-align:left;
background-image:url(large_bg.png);
background-repeat:no-repeat;
width:336px;
height:481px;
padding:2px;
}

#products{
float:left;
text-align:left;
background-image:url(med_bg.png);
background-repeat:no-repeat;
width:290px;
height:481px;
margin-left:10px;
}

#footer{
margin-top:10px;
float:left;
text-align:left;
background-image:url(footer.png);
background-repeat:no-repeat;
width:920px;
height:93px;
}

#productdisplay{
float:left;
text-align:left;
background-image:url(product.png);
background-repeat:no-repeat;
width:750px;
height:900px;
padding:2px;
}
