@charset "utf-8";
/* CSS Document */

#logo {
	position: absolute;
	left: 0px;
	top: -10px;
}


#editmodemenu {
	color: white;
	position: absolute;
	left: 782px;
	top: 0px;

}


#menu {
	position: absolute;
	left: 10px;
	top: 102px;

	width: 200px;


}


#content {
	position: absolute;
	left: 262px;
	top: 102px;

	width: 610px;

/*	visibility: hidden;		*/
}

body {
	background-position: 0px -0px;


}


#contenttop {
	left: 0;
	top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 10px;
	width: 610px;
	background: transparent url(/images/content-top.gif);
}


#contentbottom {
	left: 0;
	top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 ;
	height: 10px;
	width: 610px;
	background: transparent url(/images/content-bottom.gif) no-repeat;
}


#contentcontent {
	margin: 0 0 0 0;
	padding: 0 5px 0 8px;

	width: 597px;
	
	background: white url('/images/content-content.gif') top left;


}

