/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your email]
email:     [you at domain dot com]
website:   [your domain]
version history: [location of file]
-----------------------------------------------------------------------------*/
#wrapper
{ 
    width:100%; 
    text-align:center;  
    margin-left:auto; 
    margin-right:auto;
	background-image:url('../../images/body_bg_lvl002.jpg');
	background-repeat:repeat-x;
}
#top
{ 
    width:758px;
	height:165px;
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;
}
#top_nav
{
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #666;
	padding-top:2px;
    float:right;
    width:250px;
    height:24px;
    text-align:center;
    background-image: url(../../images/left_bg_new.png);
    z-index:2;
    position:relative;
    top:-165px;
    margin-bottom:-50px;
    margin-top:5px;
}