body {
	padding: 10px 0px 0px 0px;
	margin: 0px;	
	background: white;
	font: 9pt verdana;
	color: white;
	text-align:center;
	}
h5 {
	padding-left: 3px;
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px; 
	font: 9pt verdana;
	color:  #3f3f3f;
}
h3 {
	padding-left: 3px;
	margin: 0px 0px 5px 0px;
	max-width: 220; 
	background: #7C7A7A;
	color: #302E2E;
}

#container {
	background: white;
	padding: 0px 5px 5px 15px;
	margin: 0px 0px 0px 0px;
	min-width: 230px;
	max-width: 230px;
	border-left: 0px solid #3f3f3f;
}		

#header1 {
	border: 0px solid white;
	background: white;
	padding: 0px 5px 0px 3px;
	margin-top: 0px;
	position: relative;
	font: 24pt verdana;
	color: red;
		text-align: left;
}



#navigation {
	border-bottom: 2px solid black;
	background: white;
	padding: 0px 0px 5px 4px;
	margin-top: 0px;
	font: 9pt verdana bold;
	color: #5E5B5B;
	text-align: left;
}

#bio {
	border: 2px solid white;
	background: white;
	padding: 5px 0px 10px 5px;
	margin-top: 5px;
	font: 9pt verdana;
	color: #3f3f3f;
	text-align: left;;
}
.work {
	border: 2px solid white;
	background: white;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	width: 220px;
	font: 8pt verdana;
	color: #3f3f3f;
	text-align: left;
}
.work img{
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-top: 2px;
}
.work a img{
	border: none;
}
.helio {
	border: 2px solid white;
	background: white;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	width: 395px;
	font: 8pt verdana;
	color: #3f3f3f;
	text-align: left;
}


table.worktable {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.worktable tr {
    text-align: left;
    font-weight: normal;
    padding: 0px ;
    border-bottom: none;
    background:  white;
}
table.worktable td {
    text-align: left;
    border-bottom: none;
    padding: 0px;
    background: white;
	color: black;
	vertical-align: top;

}
#left { width: 500px; padding: 0px 40px 40px 0px; }

#center { width: 300px; padding: 0px 40px 40px 0px; }

#right { width: 300px; padding: 0px 40px 40px 0px; }



a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #5E5B5B;;
	}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #5E5B5B;
	}

a:hover {
	text-decoration: none;
	color: red;
}