/*  Content  */
body {

	Background: transparent;
	margin:0px;
	margin-top:15px;
	padding:0px;
	font-family: Trebuchet MS;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.label {
	width: 100%;
	position: relative;
	background-image: url(../images/label-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.label P {
	font-size: 23px;
	color: #1f4489;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	margin:0px;
	text-transform: capitalize;
}

.text {
	float: left;
	width: 515px;
	position: relative;
	padding: 0px 5px 0 12px;;
	height: 325px;
	overflow: auto;
}
.text P {
	font-size: 17px;
	color: #ffffff;
	line-height: 20px;
}
.text H1 {
	float: left;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	padding: 15px 0 0 150px;
}
.content_inner {
	float: left;
	width: 939px;
	position: relative;
	padding: 0px 5px 0 12px;;
	height: 325px;
	overflow: auto;
}
.content_inner P {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
}
.content_inner H1 {
	float: left;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	padding: 15px 0 0 150px;
}
.image {
	float: right;
	line-height: 0;
	font-size: 0;
	border: 2px solid #b2b8c2;
	/*margin: 0 25px 0 0;*/
	position: relative;
	right: 25px;
	bottom: 7px;
}
*html .label {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/label-bg.png', sizingMethod='scope');
}

a.white_links, .white_links {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;

	}
.thumb_img{
	margin: 5px;
	border: 1px solid #FFFFFF;
	}
.white_content {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;

	}
