#content
{
    margin-left:0px;
    margin-right:0px;
}



#tabs ul
{
    font: normal 10px arial;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 24px;
}



#tabs ul li 
{
    display: inline;
    float:left;
    height:2px;
    min-width:0px;
    text-align: center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid #fff;
}



#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}




#tabs ul li a 
{
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color: #8c6339;
    min-width:20px;
    border-bottom: 1px solid #fff;
}



#tabs ul li a.selected
{
    color: #603913;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #603913;
}



#container 
{
    background: white;
    border:none;
    height:100%;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}



iframe
{
    border:none;
    margin:0;
    padding:0;
}
