/* custom scrollbar */
/********************/

#main{
	position:relative;
}
#main p, .prLinks p{
	margin:0px 0px 10px 0px !important;
}
#content_wrapper{
	/*background:blue;*/
	position:absolute;
	top:100;
	width:209px;
}
#content{
	color:#777;
	height:307px;
	overflow:auto;
	width:185px;
	top:0px;
}
#main_press
{
	float:left;
	margin-left:0px;
	top:60px;
	position:relative;
	left: 290px;
	width: 600px;
}
#main_award
{
	float:left;
	width:510px;
	margin-top:100px;
	margin-left:20px;
}
#content2_wrapper{
	/*background:grey;*/
	/*left:573px;*/
	/*position:absolute;*/
	/*top:57px;*/
	width:330px;
}

#content2{
	color:#777;
	float:left;
	height:530px;
	overflow:auto;
	width:600px;
}

#award_wrapper{
	/*background:grey;*/
/*	left:400px;
	position:absolute;
	top:-115px;*/
	width:420px;
	float:left;
}
#award{
	color:#777;
	float:left;
	height:340px;
	overflow:auto;
	width:410px;
}


.text{
	margin:0 10px 10px 0;
}
.text STRONG{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding-top:10px;
}

.headlineText{
	margin:0 10px 10px 0;
}
.headlineText{
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
}
.headlineText STRONG{
	font-size:21px;
	color:#000;
	letter-spacing:0px;
	line-height:21px
}
.headlineText P{
	font-size:12px;
	line-height:16px;
}
.headlineText H4{
	font-size:18px;
	color:#999;
	letter-spacing:0px;
	line-height:21px;
}
.headlineText A:hover{
	font-weight:bold;
}
.headlineText A{
	text-decoration:none;
}
.headlineText A:hover{
	color:#000;
}

.vScrollbar{
	float:left;
}
.vTrack{
	background:#fff;
	border:1px solid #e8e8e8;
	overflow:hidden;
	position:absolute;
	width:15px;
}
.vThumb{
	background:#e8e8e8;
	height:15px;
	left:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:13px;
	margin-top:1px;
	margin-bottom:1px;
}
.redfont{
	color:#9A427E;
	font-weight:bold;
	line-height:25px;
	vertical-align:middle;
}
