/* GLOBAL TAG DEFINITIONS */
fieldset,img,hr { border: none }
h5 { font-size: 12px; font-weight: normal }
hr { border-bottom: 1px solid #CCC; height: 1px; }
h5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;
}
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* PORTFOLIO */
.Portfolio
{
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    color: #999999;
    line-height: 12px;
    margin-bottom: 10px;
}
.PortfolioHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
div#tombstones {
	margin-top: 15px;
}
div#tombstones div.item {
	float: left;
	width: 202px;
	margin-right: 3px;
	margin-left: 5px;
	font-size: 11px;
}
div#tombstones div.item p {
	margin-bottom: 10px;
}
div#tombstones div.item a {
	text-decoration: none;
}
div#tombstones div.item h5 {
	font-size: 11px;
	margin-bottom: 0;
}
div#tombstones div.item.last {
	margin-right: 0;
}
div#tombstones div.item div.image {
	width: 198px;
	height: 128px;
	overflow: hidden;
}
div#tombstones div.item div.image img {
	display: block;
}
div#tombstones div.item div.image_border {
	width: 198px;
	height: 128px;
	border: 1px solid #bcbcbc;
}
div#tombstones div.item div.image_bg {
	width: 202px;
	height: 132px;
	background: white url(images/bg_tombstone.gif) no-repeat;
	margin-bottom: 4px;
}

/* GENERAL */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */