#header {
	background: -webkit-linear-gradient(#fff, #ccc); 
	background: -o-linear-gradient(#fff, #ccc); 
	background: -moz-linear-gradient(#fff, #ccc);
	background: linear-gradient(#fff, #ccc);
}

#menu {
	margin-top: 10px;
}

#menu a.full {
	display: inline-block;
	width: 100px;
	/*width: 13%;*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	text-decoration: none;
	border-bottom: 5px;
	border-right: 2px solid #fff;
	white-space: nowrap;
}

#menu a.full:hover, #menu a.resp:hover {
	border-bottom: 5px solid #F49A10;
	background: #fff;
}

#menu a.resp {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	text-decoration: none;
	border-bottom: 5px;
	white-space: nowrap;
}

#content, #sidebar {
	padding: 20px; 
}

#sidebar {
	background: #eee;
	margin-top: 50px;
}

#sidebar a.letter {
	width: 25px;
}

div.sb-left {
    border-right: 5px solid #91c039;
}

div.sb-right {
    border-left: 5px solid #91c039;
}

.row {
    margin: 0 !important; 
}