@charset "UTF-8";
/* CSS Document */

a {color: #399}
a:hover {color: #066}

body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

h5 {font-size: 14px; letter-spacing: 1px;}

#nav {
	list-style-type: none;
	position: absolute;
	width: 100px;
	left: 44px;
	top: 190px;
}
#nav li a {
	display: block;
	height: 55px;
	width: 86px;
}

#outerwrapper {
	width: 1050px;
}
#header {
	padding-right: 0px;
}

h1 a {
	display: block;
	text-indent: -5000px;
	background-image: url(../images/JUSTINFAVELAheader.jpg);
	background-repeat: no-repeat;
	height: 234px;
	width: 394px;
}
h1 a:hover {background-image: url(../images/JUSTINFAVELAheaderON.jpg);}

#content {
	width: 857px;
	margin-top: 10px;
	min-height: 652px;
	margin-left: 160px;
}

#content li {padding-left: 30px; list-style-type: none;}

.contactPage {text-align: center;}
.contactPage li {line-height: 2;}
#footer {
color: #999;
font-size: 10px;
text-align: left;
clear: both;
margin-left: 190px;
}
body {
	background-color: #FFF;
}
.navContact {
	background-image: url(../images/contacthome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 143px;
	text-indent: -5000px;
}
.navContact:hover {
	background-image: url(../images/contacthomeON.jpg);
}
.navResume {
	background-image: url(../images/resumehome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	width: 143px;
}
.navResume:hover {
	background-image: url(../images/resumehomeON.jpg);
}

.navWork {background: transparent url(../images/workhome.jpg) left top no-repeat; text-indent: -5000px;}
.navWork:hover {background: transparent url(../images/workhomeON.jpg) left top no-repeat; text-indent: -5000px;}

.navLinks {background: transparent url(../images/linkshome.jpg) left top no-repeat; text-indent: -5000px;}
.navLinks:hover {background: transparent url(../images/linkshomeON.jpg) left top no-repeat; text-indent: -5000px;}



#splash h1 a {display: block;
	text-indent: -5000px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 579px;
	width: 751px;}
	
#splash #nav {margin-left: 700px;}
