/* EVERYTHING TO DO WITH THE WORK PAGE */

.frameie {
	border: 10px solid #fff;
	float: left;
	margin: 10px 0 20px 50px;
}

#text1 {
	float: left;
	width: 442px;
	padding-left: 0px;
	padding-top: 35px;
}


#text1 p, #text2 p  {
	color: #262525;
	font-size: 11px;
	font-family: arial, verdana, tahoma;
	margin-bottom: 10px;
	line-height: 21px;
}

#text1 p.quote, #text2 p.quote {
	padding-left: 12px;
	border-left: 3px solid #BBB4AC;
	font-weight: bold;
	color: #322F2C;
}

#text2 {
	float: right;
	width: 430px;
	padding-left: 10px;
}

#text2 ul {
	list-style-type: disc;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	color: #322F2C;
	margin-bottom: 15px;
}
