*{
	box-sizing: border-box;
	margin: 0;
	paddding: 0;
	font-family: Lato-Regular;
}

#main{
	position: absolute;
	float: left;
	width: 100%;
	padding-right: 80px;
	padding-left: 220px;
}

.item{
	box-sizing: border-box;
	border-bottom: 1px solid #303030;
	border-right: 1px solid #303030;
	width: 33.33333%;
	float: left;
	height: 150px

}

#left{
border-right:1px solid #303030;
height:1000px;
width:220px;
float:left;
background: white; 
overflow: auto;
}

#right{
width:80px;
float:right;
border-left:1px solid #303030;
height:1000px;
background: white; 
}

ul {
	list-style-type: none;
	margin: 0;
	padding-top: 40;
	padding-left: 80;
	position:fixed;
        left:0; top:0px; bottom: 0;
        width: 220px;
	height: 100%; 
	border-right: 1px solid #e0e0e0;
	overflow: auto;
	background: white;
 	text-transform: Uppercase;
	letter-spacing: 1px;
	list-style-image: url('icon.png');


}

li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    margin: 0px 0px 10px 0px;
    font-family: Lato-Regular

}

li a:hover {
     font-weight: bold;

}

