.centered { vertical-align: middle; }


/* Body Stuff */

* {
	font-family: Verdana;
}

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color:#424141;
	padding: 5px;
	margin: 0px;
	text-align: center;
}


/* Structure */

#Main {
	width:960px;
	height:600px;
	margin:0px auto;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 10;
	}
	#Header {
		text-align: center;
		background-color: #FFFFFF;
		left: 0px;
		width: 960px;
		height: 105px;
		padding: 1px;
		position: relative;
		top: inherit;
	}
	
	.Content_Container {
		text-align: center;
		width: 845px;
		height: 390px;
		position: relative;
		display: block;
		margin-left: 58px;
		margin-top: 10px;
		top: auto;
		z-index: 1;
	}
			
			
	#Footer {
		background-color: #FFFFFF;
		height: 20px;
		width: 389px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		top: inherit;
		left: 28px;
	}
	
/* Header */

h1.logo {
	width: 790px;
	height: 38px;
	background: url("/images/chadmcclure.png") no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	text-indent: -9999px;
}

#nav {
	width: 386px;
	height: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}

#jsddm
{	margin: 0;
	z-index: 99;
	padding: 0}
	
	#jsddm li
	{	list-style: none;
		float: left;
		font: 12px Verdana, Arial}

	#jsddm li a
	{	display: block;
		background: #FFFFFF;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #424141;
		white-space: nowrap}

	#jsddm li a:hover
	{	text-decoration: underline;
		color: #424141;
		background: #FFFFFF}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index: 99;
			border-top: 1px solid #424141}
		
		#jsddm li ul li
		{	float: none;
			z-index: 99;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #FFFFFF}
		
		#jsddm li ul li a:hover
		{	background: #FFFFFF}


/* Content */

h1.bar {
	height: 3px;
	width: 846px;
	background-color: #8c8c8c;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9000px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bio_img {
	padding-left: 10px;
	padding-bottom: 10px;
}
/* Footer */

.portfolio_nav li a:link, .nav li a:visited {
	text-decoration: none;
	color: #8c8c8c;
}

.portfolio_nav li {
	display: inline;
	padding: 5px;
}

.portfolio_nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.portfolio_nav li .current_portfolio_nav {
	text-decoration: underline;
	font-weight: bold;
}

.foot {
	width: 394px;
	height: 12px;
	background: url(/images/footer.png) no-repeat;
	position: relative;
	top: 50px;
	margin: 0 auto;
}
.foot li {
	display: inline;
}

.foot li a:link, .foot li a:visited {
	position: absolute;
	top: 0px;
	height: 12px;
	text-indent: -9000px;
	overflow: hidden;
}
	.foot .email a:link, .foot .email a:visited {
		left: 1px;
		width: 178px;
	}
	.foot .email a:hover, .foot .email a:focus {
		background: url(images/footer.png) no-repeat -1px -12px;
	}
	.foot .email a:active {
		background: url(images/footer.png) no-repeat -3px -12px;
	}
	
	.foot .faux a:link, .foot .faux a:visited {
		left: 288px;
		width: 103px;
	}
	.foot .faux a:hover, .foot .faux a:focus {
		background: url(images/footer.png) no-repeat -288px -12px;
	}
	.foot .faux a:active {
		background: url(images/footer.png) no-repeat -288px -12px;
	}
	