* {margin:0px;padding:0px;}

body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	margin:0px;
}

#bg {
	width:100%;
background: url(images/bg.jpg) top left repeat-x;
}

.header {
	width: 900px;
	height: 215px;
	position: relative;
	text-align:center;

}

.wrapper {
	width: 900px;
	height:1000px;
	position:relative;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
}

#nav {
	width: 900px;
	height: 58px;
	position: relative;
	top:-29px;
	background: url(images/nav_bg.jpg) repeat-x;

}

.Leftnav{
position:relative;
background: url(images/navLeft.jpg) no-repeat;
height:58px;
width:10px;
float:left;

}
.rightNav{
position:relative;
background: url(images/navRight.jpg) no-repeat;
height:58px;
width:10px;
float:right;

}

.navHolder{
float:left;
position:relative;
height:58px;
top:-3px;

}
.navHolder a{
text-decoration: none;
font-size:16px;
font-weight:bold;
color:black;
}

.navHolder td img{
border:0px;
}

#content_holder{
width:900px;
float:left;
}

.bio_photo {
	float:left;
}

#content{
width:600px;
float:left;
margin-left:15px;
}
	
.bio_text {
	float:right;
	position: relative;
}

.tunnels {
	width: 187px;
	float:left;
	margin: 10px 0 0 0;
}

.tunnelTop img{
text-decoration: none;
border:0px;
}

.tunnelTop {
	width: 187px;
	height:52px;
	position: relative;
	}
.tunnelMiddle {
	width: 187px;
	background: url(images/tunnel_middle.jpg) repeat-y;
	float:left;
	}

	.tunnelMiddle p{
	margin:0px 5px 0px 10px;
	}

.tunnelBottom {
	width: 187px;
float:left;
	}
	
#footer {
float:left;
	position: relative;
	width: 900px;
	height: 44px;
	margin: 30px 0 0 0;
	background: url(images/footer_slice.jpg) repeat-x;
}
#Outisidefooter {
width:900px;
}

.footerHolder{
position: relative;
float:left;
width:870px;
height:40px;
}	
	
.footerHolder a,span{
margin-top:12px;
text-decoration:none;
font-size:12px;
font-weight:bold;
color:#555555;
}	

.footerHolder a:hover{
text-decoration:underline;
}