#content{
	margin: 50px 0 0 0 ;
}
#left a{
	display:block;
	height: 30px;
	margin: 2px 0;
	line-height:30px;
	padding: 0 10px;
	text-decoration:none;
	background: #e8e7e3;
	color:#807e7a;
	text-shadow: 0px 1px 1px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#left a:hover{
	background:#fff;
}

#left a.selected{
background:#fff;
}
#right{
	padding-left:60px;
}
p,
li,
h1,
h2,
h3{
color:#595853;
text-shadow: 0px 1px 1px #ffffff;
}