div#content
{
    border:0px solid black;
    min-height:760px;
    position:relative;
    padding:15px 230px 15px 335px;
    background: url('/images/texture.gif');
    z-index:1;

}
* html div#content
{
	height:760px;
	width: expression( document.all.header.offsetWidth );

}
div#content_bar
{
    border-left: 1px solid #999999;
    border-top:1px solid #999999;
    overflow: hidden;
    position:relative;
    min-height: 750px ;
    background: #ffffff ;
    padding:0px 17px 15px 10px;

}
* html div#content_bar
{     overflow: visible;
	 float: left;
	 height: 750px;
  	 width: expression( document.all.header.offsetWidth - 570 );
  	 padding-right: 15px;
}

div#side_bar_left
{
    border:0px solid red;
    left:0;
    top:0;
    width:335px;
    position:absolute;
    padding-top:68px;

}
* html div#side_bar_left
{
}
div#side_bar_right
{
    border:0px solid red;
    width:228px;
    position:absolute;
    right:0;
    top:15px;
    text-align:center;
    paddind-left:20px
}
* html div#side_bar_right
{
    width:232px;

}
div#footer
{
    border:0px solid red;
    height:30px;
    text-align:center;
    padding-top:8px;
}
* html div#footer
{
}
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	background: #FFF;
	color: #00AEEF;
	font: 9pt/120% "Trebuchet MS", arial, sans-serif;
	margin: 0;
	text-decoration: none;
 }

#footer a:hover {
	background: #00AEEF;
	color: #FFF;
}
