/* CSS Document */
#portfolioList{
	float:left;
	width:350px;
	border:1px solid black;
}
.portfolioPiece {
	margin:10px;
	padding:10px;
	height:100px;
}
.portfolioPiece a{
	font:1em Calibri, Verdana, Arial, Helvetica, sans-serif, bold;
	text-decoration:none;
	color:#66CC00;
}
.portfolioPiece a:hover{
	text-decoration:underline;
}
.portfolioPiece img{
	float:right;
}
#stage{
	float:left;
	width:625px;
	clear:none;
	margin-top:20px;
}
#stage h1, #stage h2, #stage p{
	color:#CCCCCC;
}
#stage h1{
	font:1.3em Calibri, Verdana, Arial, Helvetica, sans-serif normal;
}
#stage h2{
margin-top:1em;
	font:1.2em Calibri, Verdana, Arial, Helvetica, sans-serif normal;
}
.selected{
	background-color:#666666;
}
.tasltd{
	background:url(../attributes/portfolio/tasBig.jpg) no-repeat;
}
.kirriemuir{
	background:url(../attributes/portfolio/kirrieBig.jpg) no-repeat;
}
.irvine{
	background:url(../attributes/portfolio/irvineBig.jpg) no-repeat;
}
.wellsgreen{
	background:url(../attributes/portfolio/wellsgreenBig.jpg) no-repeat;
}
#contact{
	margin:100px 0 0 70px;
	width:200px;
	height:125px;
	background: url(../attributes/index/contactBackground.gif) no-repeat;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
}

