a {
	color: #cfcfcf;	
	font-weight: bold;
	text-decoration: none;
	
}

a:visited {
	color: #cfcfcf;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	color: #cfcfcf;
	font-weight: bold;
	text-decoration: none;
	font-size:12px
	
}

body { 
	margin: 40px 0px 0px 0px;
	padding: 0px;
	background-color: #272727; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

p span.displaynone { display:none; }

#wrap { 
/*	margin-left: 40px;  */
	margin-right: auto; 
	width: 1200px; 
	background-color: #272727;
}


#tree {
	float: left; 

	width: 400px;
	height: 600px; 
	background-color: #272727; 
	background-image: url('left.jpg'); 
}

#treeleft {
	float: left; 
	width: 40px;
	height: 600px; 
	background-color: #272727; 
}

#treeright {
	float: left; 

	width: 40px;
	height: 600px; 
	background-color: #272727; 
	background-image: url('left-bg.jpg'); 
}


/* HEADER */

#head { 
	float: left;  
	width: 700px;
	height: 120px; 
/*	margin-left: 40px; */
	background-color: #272727; 
	background-image: url('banner.jpg'); 
}


#headlinks { 
	float: left;
	width: 700px;
	height: 30px; 
/*	margin-left: 40px; */
	background-color: #272727; 
}

#main {
	float: left;
/*	margin-left: 40px; */
	width: 700px;
	height: 500px;
	overflow: auto;
	background-image: url('main-bg.jpg'); 
}

#main textarea { 

}