
/** CONTAIN **/

#contain_middle
{
float:left;
height:auto;
width:750px;
background-image:url(../images/bg_contain_middle.jpg);
background-position:top;
background-repeat:repeat-y;
}

#contain_top
{
float:left;
height:auto;
width:750px;
background-image:url(../images/bg_contain_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#contain_bottom
{
float:left;
width:750px;
background-image:url(../images/bg_contain_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:auto;
}

#contain_inside
{
width:750px;
}


/** CONTENT  **/
#content_middle
{
float:left;
height:auto;
width:665px;
background-image:url(../images/bg_content_middle.jpg);
background-position:top;
background-repeat:repeat-y;
}

#content_top
{
float:left;
height:auto;
width:665px;
background-image:url(../images/bg_content_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#content_bottom
{
float:left;
width:665px;
background-image:url(../images/bg_content_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:auto;
}

#content_inside
{
width:625px;
padding:20px 20px 20px 20px;
}

#content_inside_home
{
width:625px;
padding:20px 20px 20px 20px;
}





/** CONTENT  **/
#content_middle_home
{
float:left;
height:auto;
width:502px;
background-image:url(../images/bg_content_middle.jpg);
background-position:top;
background-repeat:repeat-y;
margin-top:40px;
}

#content_top_home
{
float:left;
height:auto;
width:502px;
background-image:url(../images/bg_content_top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#content_bottom_home
{
float:left;
width:502px;
background-image:url(../images/bg_content_bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:auto;
}

#content_inside_home2
{
width:462px;
padding:20px 20px 20px 20px;
}






/** 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;
}



