@import url(indentmenu.css);
@import url(son-of-suckerfish-menu.css);

html {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:#666666;
}

body {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    font-family : verdana, tahoma, arial;
    font-size : 11px;
    font-weight:normal;
    line-height: 140%;
    letter-spacing:normal;
    color: #000;
}
 

#centeredBody {
    text-align:left;
    margin:0px auto;
    width:950px;
    overflow:hidden;
    background-color:#ffffff;
    border: 1px solid #000000;
}


#header {
    margin:0px;
    padding:0px;
    width:950px;
    height:210px;
    float:left;
    color:#666;
    background-color: #000;
}

#main {
    background: #fff;
    float: left;
    width: 590px;
    height: 100%;
    
}

#content {
    background: #fff;
    width: 950px;
    
}

#wtaccontent {
    background-image: url('slicedtree/slicedtree_r2_c11.gif');
    
}

#sidecontent {
    background: #fff;
    width: 365px;
    float: right;
	
}

#contentleft {
    background: #fff;
    width: 585px;
    float: left;

}

#sidecontentwwu {
    background: #fff;
    width: 450px;
    float: right;
    
}

#contentleftwwu {
    background: #fff;
    width: 500px;
    float: left;
    
}

#sidebar {
    background: #339933;
    width: 360px;
    float: right;
    
}

#footer {
    clear: both;
    width: 950px;
    height: 15px;
    background-color: #dddddd;
    border: 1px solid #000000;
    border-left-width: 0px; 
    border-bottom-width: 0px;
    color: #000;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    overflow: hidden;
    
}

