#header-left 
{
	position: absolute;
    top: 0px;   
    left: 0px;
    width: 300px;
    height: 82px;
    overflow: hidden;
    
}

#header-right 
{
	
	position: absolute;
    top: 0px;
    /* Defining both left and right will collapse content when simplemodal fires.
       Removing left without a width will half collapse the div  
       Add a width style for IE browsers prevent collapse
       left: 301px
     */   
    right: 1px;
    /* 83px - 33px */
    height: 49px;
    overflow: hidden;
	text-align:right;
	/*height:83px;*/
	/* line-height:80px; - Center text vertically, IE6 collapses the div, so use margins */
	margin-top: 33px; /*- IE 6 does not support line-height.  Can use a margin top to push
	   the div down, and remove the height attribute of the div altogether */

	vertical-align: middle;

}
#header-right img {
	vertical-align:middle;
}

#bluebar-left 
{
	position: absolute;
    top: 83px;   
    left: 0px;
    /* width of bluebar-right minus bluebar-right's right-hand offset */
    right: 16px;
    height: 23px;
    overflow: hidden;
}

#bluebar-right 
{
	position: absolute;
    top: 83px;   
    right: 1px;
    height: 23px;
    overflow: hidden;	
}
#nav{
    position: absolute;
    top: 107px;   
    left: 0px;
    width: 140px;
    height: 400px;
    overflow: hidden;
}
#main-content-container
{
	position: absolute; 
    top: 107px;
    left: 141px;
    right: 136px;
    /*bottom: 66px;*/
    text-align: center;
    overflow: auto;
}
#main-content {
	position:relative; 
	min-height:500px;
	text-align: center;
}

#right-content {
    position: absolute;
    top: 107px;   
    right: 0px;
    width: 135px;
    height: 500px;
    overflow: hidden;
		
}
#inventory-top {
    position: absolute;
    top: 107px;   
    left: 151px;
    right: 1px;
    height: 100px;
    overflow: hidden;
}
#inventory-content {
	background-color:#E0E0BE; /*Added for less that 100% table width, which shows white on stretched browsers.*/
    border-right: 1px solid blue;
    border-left: 1px solid blue;  
    position: absolute; 
    top: 205px;
    left: 151px;
    right: 1px;
    bottom: 35px;
    overflow: auto;
    
}
#inventory-bottom {
    position: absolute;
    bottom: 0px;    
    left: 151px;
    right: 1px;
    height: 35px;
    overflow: hidden;
}


#footer
{
    position: absolute;
    bottom: 0px;    
    left: 151px;
    right: 136px;
    height: 65px;
    overflow: hidden;
	text-align: center;
}
.vmid {vertical-align: middle;}
