/*------- universal styling (_bottom: -13px;)------*/
* {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body     {
behavior: url("csshover.htc");
}
html, body	{
background: #666666;
}
/*---------- site frame --------*/
#site_frame {
	position: relative;
	margin: 5px auto 0px;
	width: 720px;
	height: 495px;
	background-color:#FFFFFF;
}
/*---------- header --------*/
#banner {
position: absolute;
width: 720px;
height: 100px;
top: 0;
right: 0;
	}
	/*---------- bottons menu --------*/
	#bottons {
	position:absolute;
	width: 120px;
	top: 105px;
	left: 206px;
	height: 390px;
	list-style: none;
	background: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	/*---height: 326px;---*/
	#bottons a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	}
	#bottons li {
	font-size: 12px;
	width: 115px;
	height: 21px;
	padding-top: 4px;
	padding-left:5px;
	text-align: left;
	background:#CCCCCC;
	}
	#bottons li:hover {
	background: #FFFFCC;
	}
	#bottons li:hover a {
	font-weight: bold;
	}
	/*------black area under the banner -----*/
	.black_area{
	position:absolute;
	top:100px;
	background-color: #333333;
	height: 5px;
	width: 720px;
	z-index: 10;
	left: 0;
	}
	/*---------- content --------*/
	#content {
	position: absolute;
	top: 105px;
	right: 0px;
	width: 394px;
	height: 346px;
	overflow: auto;
	padding-left: 5px
	}
	p {
	font-size:10px;
	font-weight:normal;
	line-height: 1.6;
	margin: 0 5px 0;
	}
	p a {
	text-decoration: none;
	color: black;
	}
	h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	}
	h2 {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: black;
	}
	h3 {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}
	/*---------- Flash --------*/
	#flash {
	position: absolute;
	top: 105px;
	width: 206px;
	height: 390px;
	border: 0;
	left: 0;
	}
	/*---------- Flash top banner --------*/
	#flash_top {
	position: absolute;
	top: 0px;
	width: 720px;
	height: 100px;
	border: 0;
	left: 0;
	}
	object {
	width: 206px;
	height: 390px;
	}
	/*---------- footer --------*/
	#footer {
	position: absolute;
	top: 442px;
	left:0;
	width: 720px;
	height: 13px;
	bottom: 0px;
	background-color:#999999;
	}
	#footer h3 a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: black;
	}
	#footer h3 a:hover {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}
/*---------- bottom_text --------*/
#bottom_text {
	position:absolute;
	top:500px;
	left: 0;
	height:50px;
	font-size: 11px;
	line-height: 25px;
width:100%;
height: 50px;
text-align: center;
}
#bottom_text a {
text-decoration: none;
color: black;
font-weight: bold;
}
#bottom_text:hover {
background: #666666;
}
#bottom_text:hover a {
font-weight: bold;
}
/*----#bottom_text {
font-size: 11px;
width:100%;
height: 50px;
text-align: center;
}----*/