@CHARSET "UTF-8";

body {
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0;
        font-family: 'Myriad Pro Regular';
}

#container{
	position: fixed;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #ecebe1;
    font-size: 10px;
}

#left {
    float: left;
    left: 0px;
    padding: 5px;
    width: 20%;
    min-width: 100px;
    max-width: 400px;
    height: 100%;
    /*margin: 0px 5px 6px 0px;*/ 
    border-right: 1px solid #d4ccb0;
    /*background: url(../images/horizontal_background.png) repeat-y;*/
    z-index: 1;
    background-color: #f0f0f0;
    
}
  
#right{  
    float:right;
    right:0px;
    padding: 5px;
    text-align: right;
	margin-right: 0px;
	margin-top:0 px;
    width: 20%;
    min-width: 100px;
    max-width: 400px;
    height: 100%; 
    border-left: 1px solid #2f3720;
    z-index: 1;
    background-color: #f0f0f0;
} 
  
#content{
    overflow: auto; 
    height: 100%; 
    padding: 0px; 
    margin: 0px 0px 0px 100px;
    z-index: 0; 
    background-color: #ffffff;
}

#top {     
    background: url(../images/header.jpg) repeat-x;
    height: 45px; 
    width: 100%; 
    padding: 2px; 
    margin: 0px 0px 0px 0px; 
    z-index: 2; 
}

#bottomTop {     
    height: 30px; 
    width: 100%; 
    padding: 2px;  
    z-index: 2;
    color: #ffffff;
    /*border-top: 2px solid #2f3720;*/
    border-bottom: 1px solid #d4ccb0;
    background-color: #9aa8ed;
}

#bottom { 
    position: fixed; 
    background: url(../images/footer_back.jpg) repeat-x;
    bottom: -10px;
    height: 30px; 
    width: 100%;
    padding: 5px;
    z-index: 2;     
    /*margin: 2px 0px 1px 2px;*/
}

#overlay {
	z-index:1000;
}