body
{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    font-size: 100%;
    font-family: Tahoma, Verdana, sans-serif;
    overflow: -moz-scrollbars-vertical;
}
#wrapper
{    
    position: relative; 
    width: 980px;      
    margin: 15px auto 0 auto;  
    padding: 0;
    font-size: 0.71em !important;
    z-index: 3;
    background:url(/images/pl.gif) top left repeat-y #ffffff; 
}

/*  Border Graphics */

#top-border
{
    position: relative; 
    width: 980px;
    height: 60px;
    border: 0;
    background: url(/images/tc.gif) top left repeat-x; z-index: 1; 
} 

.topleft-corner 
{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 60px; 
	width: 60px; 
	border: 0; 
	background: url(/images/tl.gif); background-repeat: no-repeat; 
	z-index: 2; 
}
.topright-corner 
{
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px; 
	border: 0; 
	background: url(/images/tr.gif); background-repeat: no-repeat; 
	z-index: 2; 
}

#bot-border
{
    position: relative; 
    margin: 0 auto;
    width: 980px;
    height: 60px;
    border: 0;
    background: url(/images/bc.gif) top left repeat-x; z-index: 1; 
} 

.botleft-corner 
{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 60px; 
	width: 60px; 
	border: 0; 
	background: url(/images/bl.gif); background-repeat: no-repeat; 
	z-index: 2; 
}
.botright-corner 
{
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px; 
	border: 0; 
	background: url(/images/br.gif); background-repeat: no-repeat; 
	z-index: 2; 
}

/*  End Of Border Graphics */

#inner-wrapper 
{ 	
    background:url(/images/pr.gif) top right repeat-y #ffffff;
    margin-left: 50px;  
    width: 930px;        
}	

#header
{
    position: relative; 
    height: 150px; 
    line-height: 3em;
    margin-right: 50px;
    border: silver solid 1px;        
}

#logo
{    
    position: relative; 
    margin: 10px auto 0 auto;
    width: 300px;
    height: 130px;
    border: 0; 
    text-align: center;   
}
   
.rh-top 
{
    position: absolute; 
    right: 0; 
    top: 0px; 
    height: 150px; 
    width: 175px; 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.lh-top 
{
    position: absolute; 
    left: 0; 
    top: 0px; 
    height: 150px; 
    width: 175px; 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

#nav-bar
{
    position: relative; 
    height: 75px; 
    line-height: 3em;
    margin: 0 50px 10px 0;
    border: 0; 
}


#bodyWrapper
{
    padding: 0;
    margin-left: 0;
    margin-right: 0;  
    margin-bottom: 10px;
    height: auto;
    width: 890px; 
    float: left;
    background-color: #fff;   
}

#footer
{    
    width: 850px; 
    margin: 0 auto;
    padding: 0;    
    text-align: center;
    background-color: #fff;
}
