 
#container_left, #container_right{width: 100%;
}
#container_left{background: url(images/left_side_extender.jpg) repeat-y;
}

#container_right{ text-align:right; background: url(images/right_side_extender.jpg) repeat-y top right;
}
#header{ float: left; text-align:center; height: 207px; background: url(images/header_extender.jpg) repeat-x; width: 99%; }

#top_nav{ float: left; text-align: left; width:99%; background-color:a6eef7;}


#content{text-align: left; float: left; height: 400px; min-height: 400px; width: 99%; background: url(images/content_bg.jpg) no-repeat right;
}
#footer{text-align: center; background-color: #FFFFFF; font-size: 7pt; color: #929292;
}
#footer a.footer_link{font-size: 7pt; color: #929292;}

#footer_middle{float:left; width: 70%; min-height: 49px; height:49px; background: url(images/footer_extender.jpg) repeat-x; text-align:center;}
#footer_middle_right{float:left; text-align:right; width: 15%; background: url(images/footer_extender.jpg) repeat-x;}
#footer_middle_left{float:left; text-align:left; width: 15%; background: url(images/footer_extender.jpg) repeat-x;}

#footer_bottom_middle{float:left; width: 70%; min-height: 15px; height:15px; background: url(images/footer_bottom_extender.jpg) repeat-x; text-align:center;}
#footer_bottom_middle_right{float:left; text-align:right; width: 15%; background: url(images/footer_bottom_extender.jpg) repeat-x;}
#footer_bottom_middle_left{float:left; text-align:left; width: 15%; background: url(images/footer_bottom_extender.jpg) repeat-x;}

* html #container_right{padding-left: 8px;}

html>body #content{height: auto;
}
html>body #footer{height: auto;
}
html>body #footer_middle{height: auto;
}
html>body #footer_bottom_middle{height: auto
}
html>body #container_right{padding-left: 8px; 
}

/*use for vertical image menu*/
/*
#menu a.main_menu {padding:0px; border:0px;}
*/
/*use for horizontal image menu, NOTE: be sure to set the menu width to 0 or nothing within the admin->appearance !!*/

#menu a.main_menu {display: block; padding: 0px; border: 0px;}

* html #menu ul{width: 1em; }

.body 
{width: 100%;
}