
/** CONTAIN **/

#contain_middle
{
float:left;
height:auto;
width:878px;
background-image:url(../images/bg_contain_middle.jpg);
background-position:top;
background-repeat:repeat-y;
}

#contain_top
{
float:left;
height:auto;
width:878px;
background-image:url(../images/bg_contain_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#contain_bottom
{
float:left;
width:878px;
background-image:url(../images/bg_contain_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:auto;
}

#contain_inside
{
width:863px;
padding-top:15px;
padding-bottom:15px;
padding-left:15px;
}


/** CONTENT  **/

#content_middle
{
float:left;
height:auto;
width:640px;
background-image:url(../images/bg_content_middle.jpg);
background-position:top;
background-repeat:repeat-y;
}

#content_top
{
float:left;
height:auto;
width:640px;
background-image:url(../images/bg_content_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#content_bottom
{
float:left;
width:640px;
background-image:url(../images/bg_content_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:auto;
}

#content_inside
{
width:610px;
padding:5px 15px 20px 15px;
}


/** LEFT NAV **/
#left_middle
{
float:left;
height:auto;
width:510px;
background-image:url(../images/bg_left_middle.jpg);
background-position:top;
background-repeat:repeat-y;
}

#left_top
{
float:left;
height:auto;
width:510px;
background-image:url(../images/bg_left_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#left_bottom
{
float:left;
width:510px;
background-image:url(../images/bg_left_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:auto;
}

#left_inside
{
width:475px;
padding:20px 15px 20px 20px;
}



