body {
	color: #FFF;
	font-family: Century Gothic, Arial, sans-serif;
}

a, a:visited, a:hover {
	outline: none;
}

img {
	border: none;
}

.pane {
	z-index: 1;
	background-color: #111011;
	position: relative;
	top: 170px;
	width: 1054px;
	height: 563px;
	margin: 0 auto;
}


.logo {
	z-index: 2;
	background-image: url("Portfolio Site/logo.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 239px;
	height: 142px;
	top: -160px;
	left: 25px;
}

.navigation {
	z-index: 2;
	position: absolute;
	top: -55px;
	left: 625px;
}

.navigation li {
	font-size: 18px;
	text-shadow: #000 0px 0px 10px;
	list-style-type: none;
	display: inline;
	padding-right: 40px;
}

.navigation a:link, a:visited, a:hover {
	color: #FFF;
	text-shadow: #000 0px 0px 10px;
	text-decoration: none;
}

h1 {
	font-weight: 100;
	font-size: 42px;
	line-height: 50%;
}

h2 {
	font-weight: 100;
	font-size: 30px;
	line-height: 50%;
}

h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 25%;
}

h4 {
	font-weight: 100;
	font-size: 24px;
	line-height: 100%;
}

p {
	line-height: 125%;
}



.portfolioleft {
	z-index: 4;
	position: absolute;
	left: 32px;
	top: 30px;
	width: 527px;
	height: 522px;
	}

.portfolioright {
	z-index: 4;
	position: absolute;
	left: 540px;
	top: 30px;
	width: 527px;
	height: 522px;
	}
	
.cvleft {
	z-index: 5;
	position: absolute;
	left: 45px;
	top: 0px;
	width: 360px;
	height: 522px;
	font-size: 14px;
	}

.cvleft a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	}

.cvleft a:hover {
	color: #FFF;
	text-decoration: underline;
	}

.cvright {
	z-index: 5;
	font-size: 12px;
	line-height: 140%;
	position: absolute;
	left: 430px;
	top: 20px;
	width: 580px;
	height: 522px;
	}

span {
	font-size: 14px; 
	line-height:21px; 
	display:block;
	}

.bioleft {
	z-index: 4;
	position: absolute;
	left: 45px;
	top: 20px;
	width: 560px;
	height: 522px;
	}

.bioright {
	z-index: 3;
	position: absolute;
	left: 655px;
	top: 20px;
	}
	
.contactleft {
	z-index: 6;
	position: absolute;
	left: 45px;
	top: 20px;
	width: 400px;
	height: 522px;
	}
	
.contactleft h2 {
	font-weight: 100;
	font-size: 30px;
	line-height: 50%;
}

.contactleft a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	}

.contactleft a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
	
.contactleft li {
	font-size: 15px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: -50px;
}


.contactright {
	z-index: 6;
	position: absolute;
	left: 605px;
	top: 100px;
	width: 400px;
	height: 522px;
	}

.contactright p{
	text-align: center;
}


.coda-nav, .coda-nav-left, .coda-nav-right {
	display: none;
}

.panel {
	position: relative;	
	height: 522px;
}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {  }
	.coda-slider {  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1020px; height: 650px } 
	
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto;}
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	




