@charset "utf-8";
/* CSS Document */
/* this is the CSS Reset code... from http://rikrikrik.com/reset */
*{margin:0;padding:0;}
iframe,a img,fieldset,form,table{border:0;}
h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal;}
dd,dt,li,dl,ol,ul{list-style:none;}
legend{color:#000;}
button,select,textarea,input{font:100% serif;}
table{border-collapse:collapse;}
caption,th,td{text-align:left;}
* {outline:0;}
/* end CSS Reset */

body{
	background: url("images/background.jpg") no-repeat;
	}
.container{
	width:900px;
	height: auto;
	margin:auto;
	padding:10px;
	}
.column1{
	width:200px;
	height:300px;
	float:left;
	background:url("images/rptbk.png") repeat;
	}
/**.logocontainer{
	width:200px;
	height:150px;
	text-indent:-9999px;
	background:url("images/logo.png") no-repeat;
	}**/
.logo{
	width:200px;
	height:150px;
	float:left;
	text-indent:-9999px;
	background-image:url("images/logo.png");
	background-repeat:no-repeat;
	}
.bio,.work,.phil{
	width:200px;
	height:30px;
	float:left;
	text-indent:-9999px;
	}
.bio{
	background-image:url("images/bio.png");
	}
.work{
	background-image:url("images/work.png");
	}
.phil{
	background-image:url("images/phil.png");
	background-repeat:no-repeat;
	}
.bio a:hover,.work a:hover,.phil a:hover{
	background-color:#000000;
}
.column2{
	width:100px;
	height:auto;
	margin-top:150px;
	float:left;
	/**background:url("images/rptbk.png") repeat;**/
	}
.worklink{
	width:100px;
	height:30px;
	float:left;
	}
.worklink a:visited, a:hover{
	background-color:#000000;
	}
.worklink2{
	width:150px;
	height:30px;
	float:left;
	}

.column3{
	width:152px;
	height:auto;
	margin-top:150px;
	float:left;
	/**background:url("images/rptbk.png") repeat;**/
	
	}
.column4,.column4photo{
	width:440px;
	height:100%;
	margin-top:150px;
	float:left;
	background:url("images/rptbk.png") repeat;
	padding-bottom:10px;
	}
.column4photo{
	width:590px;
	}
.biophoto{
	width:324px;
	height:484px;
	float:left;
	margin-left: 20px;
	} 
.image, .imagephoto{
	width:400px;
	height:auto;
	margin:auto;
	margin-top:20px;
	}
.imagephoto{
	width:555px;
	}
		
.imagecopy{
	width:auto;
	height:auto;
	margin: 18px;
	margin-top:10px;
	font-size:10px;
	} 
.alt{
	width:47px;
	height:47px;
	float:left;
	margin-left:18px;
	margin-top: 5px;
	}
li,p{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.tiny{
	font-size:9px;
	}
h1{
	font-size:9px;
	/**margin-top:250px;**/
	float:left;
	padding-left:10px;
		}
h2{
	font-size:9px;
	}
.pad{
	width:auto;
	height:auto;
	padding:10px;
	}

.emphasis{
	font-style:italic;
}
.indent{
	margin-left:10px;
	}
.bindent{
	margin-left:230px;
	}
a{
	color:#000000;
}
a:visited,a:hover,a:active{
	color:#666666;
}