/* LAYOUT PAGES

index.html

*/

#box1container
{
position: absolute;
top: 149px;
left: 50px;
width: 264px;
height: 215px;
background-image: url(images/1168boxhomefill.gif);
background-position: 0px 0px;
border-style: solid;
border-color: #ccc;
border-width: 0px;
color: #fff;
}

#box2container
{
position: absolute;
top: 149px;
left: 320px;
width: 130px;
height: 215px;
border-style: dashed;
border-width: 0px;
border-color: #666;
background-image: url(images/1168homeapproach.gif);
background-position: 0px 0px;
}

#box3container
{
position: absolute;
top: 149px;
left: 456px;
width: 130px;
height: 215px;
border-style: dashed;
border-width: 0px;
border-color: #666;
background-image: url(images/1168homejuice.gif);
background-position: 0px 0px;
}

#box4container
{
position: absolute;
top: 149px;
left: 592px;
width: 130px;
height: 215px;
border-style: dashed;
border-width: 0px;
border-color: #666;
background-image: url(images/1168homeproducts.gif);
background-position: 0px 0px;
}



.child
{
position: relative;
width: auto;
height: auto;
margin: 10px;
line-height: 125%;
}