#menu {
width: 200px;
padding-right: 5px;
position: absolute;
float: left;
left: 50%;
top: 15px;
margin-left: -452px;
z-index: 20;
}
#menu a {
	font-size: 15px;
	line-height: 35px;
	color: #CCC;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
	padding-left: 12px;
}
#menu a:hover {
	color: #FFF;
	background-color: #000000;
}
#linked {
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	color: #FF0;
}
#textarea {
	width: 780px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	position: relative;
	float: left;
}