#FlashLocation {
	width:1002px;
	height:350px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

#FlashPos {
	width:977px;
	height:328px;
	padding-right:13px;
	padding-top:11px;
}

#MainContent {
	width:1002px;
	height:275px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

#RightCont {
	width:674px;
	height:275px;
	float:right;
	padding-right:10px;
}

#SignInFlash {
	width:674px;
	height:71px;
}

#MainTextLoc {
	width:674px;
	height:160px;
	font-size:14px;
	font-family:arial;
	color:#000000;
	padding-top:10px;
}

#LeftCont {
	width:296px;
	height:253px;
	padding-right:15px;
}

#TopNews {
	width:296px;
	height:38px;
	background-color:#c6c6c6;
	background-repeat:repeat-x;

}

#TopNewsTitle {
	width:150px;
	height:16px;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	color:#FFF;
	padding-top:10px;
	padding-right:8px;
}

#ButtomNews {
	width:296px;
	height:215px;
	background-image:url(../images/NewsRepeat.png);
	background-repeat:repeat-x;
	padding-top:4px;
}

.NewsText {
	width:282px;
	height:auto;
	min-height:12px;
	font-size:12px;
	font-family:arial;
	color:#6c6c6c;
	font-weight:bold;
	padding:3px;
}

.NewsTextHoover {
	width:282px;
	height:auto;
	min-height:12px;
	font-size:12px;
	font-family:arial;
	color:#000;
	font-weight:bold;
	padding:9px;
}

#marqueecontainer{
	position: relative;
	width: 282px; /*marquee width */
	height: 215px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-right: 4px;
}

#vmarquee {
	position: absolute; 
	width: 98%;
}

