body{
	background: #f8f8f8;
	font-family: "Open Sans", Roboto, "Helvetica";
}

#page{
	margin: auto;
	width: 80%;
	margin-top: 20px;
	color: #888;
	border-left: 5px solid #ccc;
	border-right: 1px solid #eee;
	box-shadow: 0px 0px 8px #ddd;
	padding: 10px;
	background: white;
	box-sizing:border-box;
}

h1{
	color: #616161;
	box-sizing:border-box;
	padding-left: 10%;
}

#menu{
	list-style-type: none;
	box-sizing:border-box;
	width: 200px;
	position: relative;
	display: inline-block;
	padding-left: 0;
	float: left;
}

#menu li{
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 3px solid #eee;
	border-bottom: 1px solid #eee;
}

#menu li.current{
	border-left-color: #00a8c8;
}

#content{
    display: inline-block;
	width: calc(100% - 300px);
	padding: 25px;
	line-height: 1.5;
	min-height: 500px;
}

#description{
	
}

.article{
	padding: 10px;
	text-align: justify;
	display: inline-block;
}

h5{
	margin-bottom: -10px;
}

a{
	color: #00a8c8 !important;
	text-decoration: none;
}

.gallery-img{
	max-width: 100%;
	border: 5px solid #eee;
	float: left;
	margin: 10px;
}