@charset "iso-8859-1";
/* CSS Document */

#subhright {
	margin: -10px auto 0 auto;
	float: right;
}

/* BEGIN -> PORTFOLIO */
div.pf_frame {
	width: 957px;
}

img.icon {
	float: left;
	padding-top: 12px;
}

div.pf_title {
	margin: 0 18px 16px 116px;
	padding-bottom: 8px;
	text-align: left;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: dashed 1px #333;
}

div.pf_title a {
	color: #fff;
	text-decoration: none;
}

div.pf_title a:hover {
	text-decoration: underline;
}

div.pf {
	position: relative;
	/*
	height: 439px;
	clear: both;
	*/
}

div.splash {
	position: absolute;
	left: 0;
	margin: -48px 0 0 0;
}

div.pf_imgs {
	background-image: url(../img/pf_img_bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	text-align: right;
	padding: 24px 34px;
}

div.photo {
	background-image: url(../img/photo_splash.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sneaky {
	display: none;
}

.pf_pic {
	margin: 11px 7px 0 0;
}

.pf_txt {
	padding: 28px 18px 18px 18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ccc;
	margin-left: 255px;
}
/* END -> PORTFOLIO */