/* @group rounded-corners pics */

body {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.interview p > img{
	width:100%;
}

.imgfloatbox {
	float: left;
	padding-right:7px;
}

.rounded_wrapper {
	position: relative;
	margin: 8px !important;
}

.rounded_wrapper img {
	border-width: 0;
	border-style: none;
}

.rounded_wrapper div {
	height: 7px;
	position: absolute;
	width: 100%;
}

.rounded_wrapper .tl {
	top: 0;
	left: 0;
	background: url(img/rounded_corners/tl.gif) no-repeat left top;
}

.rounded_wrapper .tr {
	top: 0;
	right: 0;
	background: url(img/rounded_corners/tr.gif) no-repeat right top;	
}

.rounded_wrapper .br {
	bottom: 0;
	right: 0;
	background: url(img/rounded_corners/br.gif) no-repeat right bottom; 
}

.rounded_wrapper .bl {
	bottom: 0;
	left: 0;
	background: url(img/rounded_corners/bl.gif) no-repeat left bottom;
}

.social-icons {
	right: 32px;
	position: absolute;
	bottom: 50px;
}

.social-icons > a {
	margin-left: 6px;
}

.social-icons > span {
	color: #fff;
	font-size: 16px;
}

#masthead {
	position: relative;
}

/* IE6 fix */
.ie6_width .tr {
	right: -1px;
}

.ie6_width .br {
	right: -1px;
}

.ie6_height .br {
	bottom: -1px;
}

.ie6_height .bl {
	bottom: -1px;
}

/* @end */
