* {
	margin: 0;
	padding: 0;
}

body {
	background:  url(../images/backgrounds/homebody.jpg) #000 no-repeat 50% 0;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #424B5C;
}

a.external {
	background-image: url(../images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color:  #3A79BE;
	text-decoration: underline;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 675px;
}

h1 {
	background: url(../images/headers/h1-home.gif) transparent no-repeat top left;
	float: left; 
	height: 333px;
	width: 419px;
	text-indent: -6000px;
}

#portrait {
	float: left;
}


/*---------------

NAVIGATION 

--------------*/

#nav {
	clear: left;
	height: 46px;
	float: left;
	position: relative;
	left: 20px;
	top: 22px;
	width: 625px;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	height: 46px;
	line-height: 14px;
	outline: none;
	text-decoration: none;
	text-indent: -6000px;
}

a.resume {
	background: url(../images/homenav/resume.gif) transparent no-repeat top left; 
	width: 98px;
}

a.bio {
	background: url(../images/homenav/bio.gif) transparent no-repeat top left; 
	width: 129px;
}

a.voice {
	background: url(../images/homenav/voice.gif) transparent no-repeat top left; 
	width: 123px;
}

a.gallery {
	background: url(../images/homenav/gallery.gif) transparent no-repeat top left; 
	width: 103px;
}

a.contact {
	background: url(../images/homenav/contact.gif) transparent no-repeat top left; 
	width: 100px;
}

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

/*---------------

NEWS

--------------*/

#news {
	color: #A8A8A8;
	clear: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	padding: 40px 0 50px 0;
	text-align: justify;
	width: 625px;
}

#news h2 {
	background: url(../images/headers/h2s/home-news.gif) no-repeat 11px 3px;
	float: left;
	height: 55px;
	text-indent: -9999px;
	width: 625px;
}

#news a {color: #A8A8A8;}
#news a:hover {color: #fff;}

#news ul {
	list-style-type: none;
	padding: 0 0 0 11px;
}

#news ul li {
	border-bottom: 1px solid #292929;
	margin: 0 0 15px 0;
}

#news ul li p {
	padding: 0 0 15px 0;
}

.news-source {
	display: block;
	text-align: right;
}