@charset "UTF-8";
/* CSS Document */

{
	font-size: 			100%; 
	line-height: 		1; 
	margin: 			0px; 
	padding: 			0px;
	height:				100%;
	} 
	
body, html {
	margin: 			0px;
	padding: 			0px;   
	height:				100%;
	font-family:		Arial, Helvetica, sans-serif;
	background-color:	#FBFAF6;
}


html {
	font-size:		70%;
	color:			#4D4C48;
}


#container {
	width:			850px;
	margin:			0 auto 10px auto;
	background:		url(../../coreimg/header.gif) no-repeat top center;
}

.project {
	margin-bottom:	55px;
}

.inner {
	padding:		175px 35px 80px 105px;
	background:		url(../../img/eraser.gif) no-repeat bottom right;
}

.left {
	float:			left;
	width:			60px;
	text-align:		left;
	margin-right:	5px;
}

.right {
	float:			left;
	width:			310px;
}

.left p, .right p {
	line-height:	17px;
	margin:			0;
	padding:		0;
}

	
.thumbs {
	float:		left;
	width:		300px;
	text-align:		right;
}

.thumbnail {
	float:			right;
	width:			46px;
	height:			46px;
	margin-left:	4px;
}
/*
.thumbnail {
	margin-top:		3px;
	float:			left;
	width:			46px;
	height:			46px;
	margin-right:	4px;
}
*/
.thumbnail a:link img, .thumbnail a:visited img {
	border:				3px solid #E1DED4;
	text-decoration:	none;
}

.thumbnail a:hover img, .thumbnail a:active img {
	border:				3px solid #9B968A;
	text-decoration:	none;
}


.thingsilike {
	width:			157px;
	margin:		110px 0 30px 0;
	padding-bottom:	17px;
	background:		url(../../coreimg/thingsilike_bottom.gif) no-repeat  center bottom;
}

.thingsilike .middle {
	padding:		10px 15px 0 15px;
}
