body 
{
    font: 12px verdana;
}

#main 
{
    width:670px;
    border: 1px solid #00c;
}

#header
{
    height: 210px;
 }

#headerleft 
{
    float:left;
    width:459px;
    height:210px;
}

#headerlefttop 
{
    height:100px;
}

#menu 
{
    height:40px;
}

#headerleftbottom
{
    height:70px;
}

#headerright
{
    float: right;
    width: 210px;
    height: 206px;
    border-left: 1px solid #00c;
    padding: 2px 0;
}

#pnlContent
{
    border-top: 1px solid #00c;
    padding: 8px;
}

/*start mainmenu style*/
#mainmenu
{
    z-index: 9;
    overflow:hidden;
    margin-left:70px;
}

#mainmenu a, #mainmenu a:visited
{
    display: block;
    width: 100px;
    float:left;
    margin: 0 1px;
    border: 1px solid darkgray;
    background: #ccf;
    font-family: Verdana;
    font-size: 12px;
    color: #00c;
    text-align: center;
    text-decoration: none;
}

#mainmenu a:hover
{
    color: #000;
    background: #fff;
}
/*end mainmenu style*/

#ss01
{
    margin:10px auto;
    height: 340px;
    width: 320px;
}

.ss01slide
{
    background: #003300;
}

.ss01caption 
{
    color:#fff;
    text-align:center;
    padding: 3px;
}

.ss01controls
{
    background: #ccc;
    padding: 4px;
    text-align:center;
}

.ss01controls a
{
    text-decoration: none;
}

.ss01play
{
    margin: 0 20px;
}

.ss01selectors
{
    background: #003300;
    padding:2px 0;
}

.ss01selector, .ss01selector:visited
{
    text-decoration:none;
    padding: 1px 4px;
    color: #00d;
    background: #ccc;
    margin:1px;
}

.ss01selector:active 
{
    background:#fff;
    color: #00f;
}

.ss01scroller
{
    background:#aaf;
    color:#00a;
    font-size:12px;
    font-weight:bold;
}