@charset "UTF-8";
/* CSS Document */


body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-color: white;
	
}

img {border: 0;
}

#pagewrapper {
	margin: 0;
	postion: absolute;
	text-align: left;
	width: 804px;
	top: 0px;
	bottom: 0px;
}	

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
}

#logo  {
	float: left;
}

#bio 	{
	float: left;
	width: 300px;
	padding: 5px;
	margin-left: 30px;
	margin-top: 25px;
}
 

#contact 	{
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}  

#workheader {
	width: 100%;
	position: relative;
}

#brownbox {
	float: right;
	width: 626px;
	background-color: #ece6c2;
	height: auto;
	padding-top: 20px;
	}
	
#maincontent {
	text-align:left;
	width: 600px;
	height: auto;
	}
	


#project {
	clear: both;
	height: auto;
	left: 25px;
	position: relative;
	width: 558px;
	height: auto;
		}

#description {
	position: relative;
	background-color:#FFFFFF;
	padding: 7px;
		}
		
#footer {
	position:relative;
	clear:both;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #B5CA97;
	}



/*  link styles */

a:link {
	color: #455B39;
	text-decoration:none;
	}
	
a:visited {
	color: #594333;
	text-decoration:none;
	}
	

a:hover {
	text-decoration: underline;
	color: #e1bf20;
	} 

.fbLink {
display:none;
visibility:hidden;
}

.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.workpics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.workpics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

.normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #594333;
	line-height: 16px;
}

.projectheader {
	font-size: 20px;
}

.overLink {
		text-decoration: none;
	}
.overLink span, .flashLinkDefault {

-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(images/mask.png) repeat scroll 0 0;
color:white;
display:none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:bold;
height:30px;
line-height:20px;
margin-top:289px;
padding-top:10px;
position:absolute;
text-align:center;
width:558px;
}
	.overLink:hover span, .flashLinkHover {
		display: block;
	}

	

	/* IE6 */

	* .ie6_hover {

	display: block;

	m: expression(this.parentNode.onmouseout = new Function("this.firstChild.className = 'overLinkDefault';"));

	}

	* html .overLink { 

	m: expression(this.onmouseover = new Function("this.firstChild.className = 'ie6_hover';"));

	}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #594333;
}
