html, body {
	height: 100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: url(../images/background.png) repeat-x left top;
}
/************************************* TOPBAR *****************************************/
#topbar {
	/*width: 1000px;*/
	height: 30px;
	color: #fff;
	position: absolute;
}
#topbar .services {
	margin: 0;
	padding: 7px 0 0 10px;
	width: 800px;
	float: left;
}
#topbar .services img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}
#topbar .services li {
	list-style: none;
	display: inline;
	/*text-align: right;*/
}
#topbar .services li a {
	color: #fff;
	font: bold 11px;
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}
#topbar .services li a:hover {
	text-decoration: underline;
}
#topbar .services li a.exit {
	padding: 0 0 0 20px;
	background: url(../images/close.png) no-repeat left center;
}
#smenu2 {
	margin-left: 100px;
}
#topsearchbox {
	/*width: 170px;*/
	/*height: 31px;*/
	/*background: url(../images/back_topsearchbox.jpg) no-repeat left top;*/
	padding: 4px 10px 0 15px;
	/*float: right;*/
	position: absolute;
	right: 0;
	z-index: 10000;
}
#topsearchbox .form_txt {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid;
	border-top-color: #737576;
	border-right-color: #CCCECF;
	border-bottom-color: #D5D7D8;
	border-left-color: #CCCECF;
	width: 130px;
	padding: 2px;
	vertical-align: middle;
}
#topsearchbox .form_btn {
	width: 20px;
	height: 20px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/formbtn_search.jpg) no-repeat left top;
	border: none;
	vertical-align: middle;
	color: #999;
	font-size: 0px;
}
#topsearchbox a {
	color: #fff;
}
/*************************************** SITE *************************************/
#container {
	width: 1000px;
}

/****************** HEADER *********************/
#header {
	padding-top: 30px;
	margin-bottom: 10px;
}
/* ora data rss email*/
#tday {
	position: absolute;
	left: 770px;
	top: 169px;
	color: #000;
	font-size: 11px;
	width: 220px;
	text-align: right;
	white-space: nowrap;
}
#tday img {
	border: none;
	margin: 0 1px;
	vertical-align: middle;
}

/**/
#content {
	/*background: url(../images/bg_content.png) repeat-y left top;*/
}

/********************************* COLLEFT ****************************/
#col_left {
	width: 170px;
	float: left;
	margin: 0 0 0 10px;
}

/********************************* COLRIGHT ****************************/
#col_right {
	width: 810px;
	float: right;
	margin: 0;
}

/********************************* FOOTER ****************************/
#footer {
	clear: both;
	padding-left: 10px;
}

/********************************* BANNER ****************************/
.BN_close{
	background-color:	#CCCCCC;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			8px;
	padding:			1px 2px;
	cursor:				pointer;
}
.BN_rollover{
	position:			absolute;
	z-index:			1600;
}
.BN_layer{
	position:			absolute;
	z-index:			2000;
	text-align:			center;
	margin:				0 auto;
	margin-top:			250px;
	width:				100%;
}
/*.BN_layer_box{
	border:				1px solid #CCCCCC;
	background-color:	#000000;
	display:			table;
	margin:				0 auto;
	width:				50px;
}*/
.BN_img{
	margin: 0;
	text-align: center;
}
#BN_HEAD .BN_img object,
#BN_HEAD .BN_img embed {
	margin: 0 0 10px 0;
}
.BN_img2{
	margin:	0;
	text-align: center;
}
.FL_link{
	position:			absolute;
	background-image: 	url(/templates/blank.gif);
}

