BODY {
	padding: 0px;
	background-color: #FFFFFF;
	}	





.full {
	position: absolute;
	top: 10px;
	left: 100px;
	padding: 0px;
	margin: 0px;
	width: 430px;

	}

	

.project {
	position: absolute;
	width: 250px;
	top: 5px;
	left: 40px;
	padding: 0 0 40px 0;
	margin: 0;
	}

.project_img {
	margin: 0 0 10px 0;
	}
	
.section {
	display: block;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 72px;
	line-height: 66px;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	display: block;
}

h1 {
	color: #000;
}

h2 {
	color: #999;
}

h3 {
	color: #CCC;
}

/* sorry about the unfortunate hacks to make this compatible w/ IE for PC & Mac and allow the thumbs to center in their floating divs */


.outer {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0;
	width: 60px;
	height: 70px;
	background-color: #CCC;
	display: table; 
	overflow: hidden;
	}

.middle {
	_position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell; 
	vertical-align: middle;
	}
	
.inner {
	_position: relative;
	_top: -50%;
	_left: -50%;
	text-align: center;
	}


  
  
A:visited {color: #999; text-decoration: none}
A:link {color: #999; text-decoration: none}
A:active {color: #999; text-decoration: none}
A:hover {color: #F0C; text-decoration: none;}

// .dropdown a:hover {border: 1px solid #FOC;}


.about A:visited {color: #000; text-decoration: none}
.about A:link {color: #000; text-decoration: none}
.about A:active {color: #000; text-decoration: none}
.about A:hover {color: #F0C; text-decoration: none}


P {
	font-size: 12px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	text-transform: none;
}


.dropdown P {
	font-size: 14px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	text-transform: none;
}






img {
	border: 0px;
}




.dropdown  { 
	text-align: left; 
	padding: 5px 0 20px 5px;
	display: block;
	width: 440px;
	overflow: hidden;
}




