body {
  background-color: #E5E5E5;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
}


#menu ul li {
	margin: 0;
}

#tools {
  visibility: hidden;
  margin-top: 1em;
}

div#content { 
	min-height: 35em;
}

#footer a:link, #footer a:visited {	color: #999; }

#footer a:hover { color: #555; }

#sidebar { width: 18em; }

#content {
	margin-left: 25em;
	width: 47em;
}

#logo {	background: transparent url("logo.png") no-repeat center;
}

#content textarea {
  width:40em !important;
  height:30em;
  font-family: monospace;
}

#header {	background-color: #7F1640; }
a:link, a:visited, #menu ul li .here a, #menu ul li .here a:hover {color: #7F1640;}

#menu ul li a {	background-color: #5E0D2E; }
#menu ul li a:hover {	background-color: #40091F ; }

#menu ul,
#menu ul li a {
	padding: 5px 10px 6px;
	margin: 0 1px;
}


