/*
*/

a:link { color: #0356a4; text-decoration: none; font-weight: normal; }
a:active { color: #cccccc; text-decoration: underline; font-weight: normal; }
a:visited { color: #0356a4; text-decoration: none; font-weight: normal; }
a:hover { color: #398cda; text-decoration: underline; font-weight: normal; }

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #000000;
}

#nav {
height: 44px;
background-color: #000000;
position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:44px;
	z-index:0;
}

#content {
margin-left: auto; 
margin-right: auto;
background-color: #ffffff;
position:relative;
	top:44px;
	width:830px;
	height:100%;
	z-index:0;
}

#footer {
text-align: center;
height:65px;
width:100%;
background-color: #000000;
position:absolute;
	bottom:0px;
	z-index:0;
}

#blog {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
}

#address {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

#copyright {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

#powered {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.credit {
	font-family: Arial;
	font-size: 10px;
}


#bio {
position:absolute;
	left:0px;
	top:51px;
	width:830px;
	height:500px;
	z-index:-1;
}

.bio_picture {
position:absolute;
	left:55px;
	top:40px;
	width:250px;
	height:auto;
	z-index:-1;
}

#bio_nav {
background-color: #ffffff;
font-family: Arial;
font-size: 13px;
color: #000000;
position:absolute;
	left:25px;
	top:56px;
	width:700px;
	height:auto;
}

.bio_text {
text-align: left;
height: 44px;
position:absolute;
	left:300px;
	top:0px;
	width:350px;
	height:auto;
}

h1 {
background-color: #ffffff;
}

	.bio_name {
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
	}

	.bio_title {
		font-family: Arial;
		font-size: 14px;
		font-weight: normal;
		color: #000000;
	}
	
	.bio {
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
	}