/*
copyright: 2008
spoke, llc
brian schwartz
*/

/* no scaling - portfolio is 1080 width*/
#content {
	width: 1080px;
	padding: 0;
}

.mainarea {
	width: 725px;
	float: right;
}
.sitecontent {
	width: 1080px;
	padding: 0;
}



#navbar {
	width: 725px;
	float: right;
	text-align: left;
	height: 30px;
	line-height: 1em;
	padding-top: 125px; 
	margin: 0;
	z-index: 0;
}

/* trying to solve the ie image placement error... */
.youvegotobeshittingme 
{
	position: absolute;
	top: -30px;
	left: 0;
	margin: 0;
	z-index: 12;
	behavior:url(js/iepngfix.htc);	
}
