html, body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	/*height: 100%;*/
	margin:0 auto;padding:0;
	text-align:center;
	color:#030303;	
}
#container {
	border: 1px solid #e1e1e1;
	border-top:none;
	margin: 0 auto;
	height:550px;
	padding: 0px; 
	width: 760px;
	overflow: hidden;
}
#footer {
	height:18px;
	margin: 0 auto;
	padding: 0px; 
	width: 760px;
	text-align:right;
	font-size:9px;
}
#left {
	/*border: 1px solid #0f0;*/
	border-right:1px solid #b70050;
	background-color:#fff;
	/*background-image:url(../images/background1.jpg);
	background-position:top left;*/
	float:left;
	height:100%;
	width:200px;
	text-align:left;
}
#left #logo{
	position:relative;
	top: 20px;
	left: 20px;
}
#nav {
	/*border: 1px solid #00f;*/
	background-color:#e1e1e1;
	float:left;
	height:100%;
	width:50px;
}
#lang {
	/*border: 1px solid #0ff;*/
	border-bottom: 1px solid #e1e1e1;
	display:inline;
	float:right;
	height:15px;
	width:484px;
	text-align:right;
	padding-top:2px;
	padding-right:25px;
	z-index:10;
}
#lang ul {
	display:inline;
	margin: 0px;
	padding:0px;
}
#lang li {
	display:inline;
	list-style: node;
	margin-left: 5px;
}
#content {
	/*border: 1px solid #f0f;*/
	display:inline;
	float:left;
	width:507px;
	height:532px;
	overflow: auto;
	padding-right:2px;
}
