@CHARSET "ISO-8859-1";
#editor {visibility:hidden}
*{
	color:black;
	font-family:verdana;
}

a{
	text-decoration:none;
	font-size:10px;	
}
html,body{
	height:100%;
/**	overflow:hidden;**/
	margin:0px;
}
#editor{
	width:100%;
	height:100%;
}
body{
	background-color:#ffffff;
}
#navigation{
	width:300px;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
#content{
	width:100%;
	height:100%;
}