    html
{
        height:100%;
}
    
	html, body
{
        margin:0px;
}
    
    body
{
        background:url(../graphics/pagebg.gif) left top;
}
    
    #bgtop
{
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:360px;
        background:url(../graphics/pagebgtop.gif) -2px 0;
}
    
    #mainwrapper
{
        position:relative;
        width:850px;
        background:url(../graphics/mainbg.png)repeat-y center top;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
}
      
    #mainbg
{
		position:absolute;
		top:0px;
		left:0px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/mainbg.png', sizingMethod='scale');
		width:850px;
        border:0px;
        height:1000000px;
}	

    #headtop
{
        position:relative;
        top:0px;
        left:25px;
        width:800px;
        height:70px;
        background:url(../graphics/headtop_ub.gif) no-repeat;
}
    
    #headbanner_60_384
{
        position:absolute;
        left:411px;
        top:5px;
        z-index:1000;
}    
    
    
    #headpic
{
        position:relative;
        left:25px;
        width:800px;
        height:137px;
        background:url(../graphics/headpic.jpg) no-repeat;
        border-top:1px solid #737373;
        border-bottom:1px solid #737373;
}

	#headsticker
{
        position:absolute;
		display:block;
		cursor:pointer;
		top:70px;
		left:24px;
        width:100px;
        height:100px;	
		z-index:1000;
}	
        
    #contentarea
{
        position:relative;
        left:25px;
        width:800px;
}
    
    #content
{
        position:relative;
        width:535px;
        float:left;
        padding:30px;
        font-family:verdana;
        font-size:13px;
}

    #content p
{
        text-align:justify;
} 
    
    #side
{
        position:relative;
        padding-top:30px;
        width:200px;
        float:left;
}
    
    #side a
{
        position:relative;
        padding-top:8px;
        display:block;
        height:22px;
        padding-left:25px;
        background:url(../graphics/sidedot.gif) no-repeat left top;
        border-bottom:1px solid #85aecc;
        top:-11px;
        font-family:verdana;
        font-size:11px;
        text-decoration:none;
        color:#555;
}

    #side a:hover
{
        background:url(../graphics/sidedot.gif) no-repeat left bottom #ececec;
}

    #side a.selected, #side a.selected:hover
{
        background:url(../graphics/sidedot.gif) no-repeat left bottom #ececec;
        font-size:10px;
        font-weight:bold;
}

    #footer
{
        position:relative;
        top:0px;
        height:50px;
        width:850px;
        background:url(../graphics/footer.png) bottom;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
}    
    *html #footer
{
        background:none;
}    

    #footer p
{
        position:absolute;
        width:800px;
        left:25px;
        line-height:20px;
        background:#85aecc;
        text-align:center;
        font-family:verdana;
        font-size:12px;
        color:#fff;
}
    
    *html #footer p
{
        top:10px;
}  

    #footer p a
{
        font-family:verdana;
        font-size:12px;
        color:#fff;
        text-decoration:none;
}    

    #footer p a:hover
{
        text-decoration:underline;
}    

    #footbg
{
		position:absolute;
		bottom:0px;
		left:0px;
        height:97px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/footer.png', sizingMethod='crop');
		width:850px;
        border:0px;
}	

    .clear
{
        clear:both;
}    
