
/** CONTAIN **/

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

#contain_top
{
height:auto;
width:100%;
background-image:url(../images/bg_contain_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#contain_bottom
{
width:100%;
background-image:url(../images/bg_contain_bottom.jpg);
background-position:bottom;
background-repeat: repeat-x;
height:auto;
}

#contain_inside
{
width:100%;
}


/** CONTENT  **/

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

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

#content_inside
{
width:454px;
height:auto;
padding: 15px 35px 0 35px ;
}


/** 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;
}



