html, body {
	margin: 0px; 
	padding: 0px; 
	background: #FFF2CE;
	}

table, td, div, p, h1, h2, h3, h4, h5, h5, h6, hr, img, form, input, textarea {
	margin: 0px; 
	padding: 0px; 
	border-style: none; 
	border-collapse:	collapse;
	}
	
body {
	overflow: auto; 

	scrollbar-3dlight-color: #FFF2CE;
  scrollbar-arrow-color: #ffffff;
  scrollbar-base-color: #FFF2CE;
  scrollbar-darkshadow-color: #FFF2CE;
  scrollbar-face-color: #FFF2CE;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff; 
	}

body, td {
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	color: #ffffff; 
	}
	
input, select {
	margin: 0px; 
	padding: 1px; 
	border: 1px solid #666666;
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;	 
	}	

textarea {
	margin: 0px; 
	padding: 1px; 
	border: 1px solid #666666;
	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
  overflow: auto;  
	}	

.simplu {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	font-family: Tahoma;
	color: #666666;
	font-size: 11px; 
	}		

img {	
	border: 0px;
	margin: 0px;
	}

a {
	text-decoration: underline; 
	font-weight: bold;
	color: #ff0000;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
	}
	
.titlu {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	}	

.celula {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	}

.celula_gri {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	background-color: #e6e6e6; 
	}	
	
.all {
	width: 100%;
	height: 100%;
	}
	
.wsite {
	width: 750px;
	}	
	
.stanga {
	width: 192px;
	padding-top: 25px;
	}

.dreapta {
	width: 558px;
	height: 550px;
	padding: 60px;
	background-image: url('img/bkg_home.jpg'); 
	background-repeat: no-repeat;
	}	
	
.content {
	padding-right: 15px;
	}		

.footer {
	font-size: 10px;
	color: #8E8E8E;
	padding-top: 4px;
	padding-left: 25px;
	}	

	
	
	
div#hold	{ 
	border: 0px solid black;
	position:relative; overflow:hidden;
	width:440px; height:400px; 
	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:440px; height:400px; 
	clip:rect(0px, 440px, 400px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:400px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:375px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ff0000;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

