@import url(reset.css);

#header{
	margin: 40px 0px 80px 0px;
	text-align: center;
}

#content{

}

#details{
	margin-left: auto;
	margin-right: auto;
	width: 18em;
}

ul.dashed li a:visited,
ul.dashed li a{
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#details_center{
	text-align: center;
}

#left, #right{
	width: 49%;
}
#right{
	margin-left: 50%;
}

#left{
	float: left;
}

#hosting{
	float: right;
	margin-right: 30px
}

#hosting ul, #projects ul, #details ul {
	margin-left: 20px;
}

a.hl{
  text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
}

ul li
{
	line-height: 25px;
	height: 25px;
}

#hosting ul li a img, #projects ul li a img, #details ul li a img{
	vertical-align: middle;
}


#footer{
background-color: red;
}

.clr{
	clear: both;
}

