@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-align:center;
	font-family:"Century725 BT", Century, Georgia, Verdana, "Times New Roman";
	font-size: 100%;
	}
	
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;	
	}
	
#clear {
	clear:both;
	}
		
#wrapper2 {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align:left;	
	}
	
#contentWrapper2{
	height: 760px;
	background-image:url(users/logBack.jpg);
	background-repeat:no-repeat;
}

#user{
	position:absolute;
	margin-top:44px;
	margin-left:105px;
	height:30px;
	width:400px;
	color:#000066;
	text-decoration:underline;
	
}

#langmenu{
	position:absolute;
	margin-top:115px;
	margin-left:370px;
	height:30px;
	width:400px;
	
}

#langmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#langmenu li {
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(../../images/lang_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#langmenu a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}
#langmenu a:hover, #langmenu a:focus, #langmenu a:active {
	background-image: url(../../images/nav_btn_back_sel.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


#menuLeft{
	position:absolute;
	margin-top:180px;
	margin-left:50px;
	height:333px;
	width:670px;
	/*height:5px;)*/
	background-image:url(users/menu.png);
	background-repeat:no-repeat;
}

#menuLeft ul{
	text-align:left;
	list-style-type: none;
	list-style-image: none;
}
#menuLeft li {

}
#menuLeft a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
}
#menuLeft a:hover, #langmenu a:focus, #langmenu a:active {
	color:#FFFFFF;
}

