@charset "utf-8";
/* SAFQ INDEX CSS STYLES */

/* CONTENT */
#content {
	width: 681px;
	float: right;
	margin: 0 27px 0 0;
	_margin: 0 13px 0 0;
	background: transparent url(../media/images/watermark.jpg) bottom right no-repeat;
}
/* END OF CONTENT */

/* MEDIA */
#content #media {
	width: 681px;
	height: 204px;
	margin: 0 0 0 2px;
}
/* END OF MEDIA */

/* COPY */
#content #copy { 
	width: 660px;
}

#content #copy h2 {
	color: #4d555e;
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 35px 0 0 0;
}

#content #copy h2 span {
	color: #fdb827;
	font-size: 23px;
}

#content #copy p {
	font-size: 12px;
	color: #4d555e;
	text-align: justify;
	float: left;
	line-height: 16px;
	width: 305px;
	margin: 0 25px 0 0;
}

#content #copy p span {
	color: #fdb827;
}

#content #copy p span.plus {
	color: #fdb827;
	font-weight: bold;
	font-size: 30px;
	margin: 0 5px 0 0;
	line-height: normal;
	vertical-align: middle;
}

#content #copy p a {
	font-size: 16px;
	color: #4d555e;
	text-decoration: underline;
	line-height: normal;
}

#content #copy p a:hover {
	text-decoration: none;
}
/* END OF COPY */