body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #595959;
	background-image: url(bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	text-align: center;
	vertical-align: middle;
	
	scrollbar-face-color: #E2E2E2;
	scrollbar-shadow-color: #E2E2E2;
	scrollbar-highlight-color: #E2E2E2;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #737373;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a:active {
	color: #990000;
	text-decoration: none;
}


.table_main {
	height: 550px;
	width: 800px;
	border:1px solid #212121;
}

.leftcol {
	height: 550px;
	width: 202px;
}

.leftcol_top {
	height: 109px;
	width: 202px;
	background-image: url(0100.png);
	background-repeat: no-repeat;
}

.leftcol_mid {
	height: 30px;
	width: 202px;
}

.leftcol_bottom {
	height: 231px;
	width: 202px;
	background-image: url(0300.png);
	background-repeat: no-repeat;
}

.rightcol {
	width: 598px;
	height: 550px;
}

.rightcol_top {
	height: 47px;
	width: 598px;
	background-image: url(top_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

.rightcol_mid {
	height: 483px;
	width: 598px;
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

.rightcol_bottom {
	height: 20px;
	width: 598px;
	background-image: url(bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* Language Bar */

.lang_tbl {
	height: 21px;
	width: 800px;
	margin-top: 5px;
}

/* Scroll Language */
/* Begin */

	.lang_eng a {
	display:block;
	width: 45px;
	height: 21px;
	padding:0px;
	background: url("lang_eng.gif") 0 0 no-repeat;
	text-decoration: none;
		}
	.lang_eng a:hover {	
		background-position: 0 -21px;
		}
	.lang_eng a:active {
		background-position: 0 -42px;
		}
		
	.lang_ind a {
	display:block;
	width: 88px;
	height: 21px;
	padding:0px;
	background: url("lang_ind.gif") 0 0 no-repeat;
	text-decoration: none;
		}
	.lang_ind a:hover {	
		background-position: 0 -21px;
		}
	.lang_ind a:active {
		background-position: 0 -42px;
		}
/* End */

#content_scroll  {
	position:relative; 
	width:598px; 
	height:483px; 
	z-index:0; 
	top: 0; 
	left: 0; 
	overflow: auto;
	visibility: inherit;
}

#medialibs_scroll  {
	position:relative; 
	width:598px; 
	height:448px; 
	z-index:0; 
	top: 0; 
	left: 0; 
	overflow: auto;
	visibility: inherit;
}

#medialibs_noscroll  {
	position:relative; 
	width:598px; 
	height:448px; 
	z-index:0; 
	top: 0; 
	left: 0; 
	overflow: hidden;
	visibility: inherit;
}

.td_content {
	padding: 15px 14px 15px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	height: 453px;
	vertical-align: top;
	line-height: 17px;
}

.td_main01 {
	padding: 0px 15px 10px;
}

/* Image Box */

.thumb_box {
	background-color: #E4E4E4;
	padding: 10px;
}
.thumb_text {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	padding: 4px 5px 5px 8px;
}
.imageborder {
	border: 1px solid #B1B1B1;
}

.thumb_tbl_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.thumb_tbl_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
