*{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:1em;
	line-height:1.3em;
	color:#054950;	
}
body{
	background-image:url('../images/bg_long.png');
	background-position:top left;
	background-repeat:repeat-y;	
	background-color:#EDF4F5;
	padding-left:6px;
	padding-top:20px;
}
#count {
	position:absolute;
	z-index:2;
	top:10px;
	right:10px;
	width:100px;
	height:20px;
	background-image:url('../images/trans_white_50.png');
	padding:5px;	
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
}
#content{
	/*background-image:url('../images/bg_content.png');*/
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:60px;	
}
#tag_holder{
	padding-top:7px;
	max-width:800px;
}
.tag{
	color:#3E6D8E;
	background-color:#FFF;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	padding:3px 4px 3px 4px;
	margin:10px 2px 2px 10px;
	text-decoration:none;
	font-size:0.575em;	
	white-space:nowrap;
	margin-left:5px;
}
.tag:hover{
	background-color:#054950;
	color:#E0EAF1;
	border-bottom:1px solid #37607D;
	border-right:1px solid #37607D;
	text-decoration:none;
}
a.tag{
	margin-right:0px;
}
.thumbnail
{
	float: left;	
	margin: 0 15px 15px 0;
	padding: 0px;
	background-image:url('../images/peeloff.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:222px;
	width:282px;	
}
.client_images{
	border:4px solid white;	
}
.client_title{	
	font-size:80%;
	padding-left:5px;
	padding-bottom:5px;
}
.title_holder{
	width:133px;	
	height:33px;
	color:#666;
	background-color:white;
	border-bottom:0px solid #f5f5f5;
	border-right:1px solid #eee;
}
#tags{
	color:#503205
	margin:0 10px 20px 10px;
	font-size:12px;
	clear:both;
	padding:0px 10px 15px 10px;
	color:#503205;
}
.title{
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	color:#503205
}
.blurb_holder{	
	margin: 0 10px 10px 0;
	background-image:url('../images/peeloff.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	max-width:680px;
	min-height:65px;
	clear:both;
}
.blurb{
	background-color:white;
	margin-left:0px;
	padding:5px;
	padding-bottom:7px;
	padding-left:10px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
a{
	text-decoration:none;
}
.blurb a{	
	color:#ff9900;
}
.toggled { 
	background-color:#51A0AB;
	color:#E0EAF1;
	border-bottom:1px solid #37607D;
	border-right:1px solid #37607D;
}