*{
	margin:0;
	padding:0;
}
body {
	background:#1A2929;	
	color:#FFF;
	font-size:62.5%;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	background:url('/img/h1-bradkoehler.png') 0 0 no-repeat;
	width:366px;
	height:60px;
	text-indent:-9999em;
	margin:15px 0;
}
h2 {
	background:url('/img/h2-freelance-cside-dev.png') 0 0 no-repeat;
	width:936px;
	height:60px;
	text-indent:-9999em;
	margin:0 0 15px;
}
p {
	font-size:2em;
	margin-bottom:30px;
	
}
p.contact {
	background:url('/img/imr-contact.png') 0 0 no-repeat;
	padding-left:127px;
	height:37px;
	display:block;
	text-indent:-9999em;
	margin:0 0 10px 0;
}

ul {
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
li {
	display:block;
	float:left;
	text-indent:-9999em;
	margin:0 15px 0 0;
}
li a:hover {
	text-decoration:underline;
}
li a {
	display:block;
	width:100%;
	height:100%;
}

li.email{
	background:url('/img/imr-email.png') 0 0 no-repeat;
	width:91px;
	height:37px;
}
li.linkedin{
	background:url('/img/imr-linkedin.png') 0 0 no-repeat;
	width:136px;
	height:37px;
}
li.twitter{
	background:url('/img/imr-twitter.png') 0 0 no-repeat;
	width:136px;
	height:37px;
}
img {
	border:none;
}
div#content {
	margin:100px 0 0 100px;	
}

div.icons a {
	display:block;
	float:left;
	margin-right:15px;
}


