@import url('css/reset.css');
@import url('css/rebuild.css');

body {
	background: #313030 url("img/bg_header.jpg") repeat-x top left;	
	margin:0;
	padding:0;
	color:#8b8b8b;
	font-size:18px;
}

a {
	text-decoration:none;
	color:#ffffff;
}

a:hover {text-decoration:underline;}

#wrapper {
	margin:auto;
	width:900px;
}

#nav {
	height:48px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
}

#nav a {
	margin:0;
	padding:0;
	display:block;
	height:48px;
}

#nav #home {margin-top:12px;}

#nav #images a {
	background: url("img/images.gif") top left no-repeat;
	margin-left: 190px;
	text-indent:-5000px;
	width:102px;
}

#nav #images a:hover {
	background-position: 0 -47px;
}

#nav #projects a {
	background: url("img/projects.gif") top left no-repeat;
	margin-left:12px;
	text-indent:-5000px;
	width:102px;
}

#nav #projects a:hover {
	background-position: 0 -47px;
}

#nav #contact a {
	background: url("img/contact.gif") top left no-repeat;
	/*margin-left: 12px;*/
	margin-left: 420px;
	text-indent:-5000px;
	width:102px;
}

#nav #contact a:hover {
	background-position: 0 -47px;
}

#contact-body {
	margin:0;
	padding:0;
}
