  #header{
    	height:50px;
    	background:black;
    	position:fixed;
    	border-bottom: 2px solid #ddd;
    }
    .curr a{
    	color:white;
    }
    .details {
		font-size: 14px;
		margin: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		float:left;
	}
	.details p{
		line-height:30px;
		margin-top: 10px;
	}
	.details h3 {
		background-image: url(images/label_48.png);
		background-repeat: no-repeat;
		background-size:24px;
		height: 27px;
		padding-left: 37px;
		line-height: 27px;
	}
	.container {
		float:left;
	}
	ul.nav {
	width: 100%;
	border-top: 0px;
	}
	
	.splitter-line {
	background-color: transparent; 
	}
	.curr {
		color: #E4393C !important;
		font-weight: bold;
		background:none repeat scroll 0 0 #4598D2
	}


.wy-nav-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    overflow: hidden;
    min-height: 100%;
    background: #27303f;
    z-index: 200;
}
.wy-menu-vertical ul {
    margin-bottom: 0;
}
.wy-menu-vertical a {
    display: inline-block;
    line-height: 18px;
    padding: 0.4045em 1.618em;
    display: block;
    position: relative;
    font-size: 90%;
    color: #b3b3b3;
}
.wy-menu-vertical a:hover{
  color: #00a2ca;
}

.wy-side-nav-search {
    z-index: 200;
    background-color: #2980b9;
    text-align: center;
    padding: 0.809em;
    display: block;
    color: #fcfcfc;
    margin-bottom: 0.809em;
}
.wy-side-nav-search input[type=text] {
    width: 80%;
    border-radius: 50px;
    padding: 6px 12px;
    border-color: #2472a4;
}

ul.nav li{
border-bottom:0px;
}