* {
  padding: 		0px;
  margin: 	0px;
}

body {
  background: #000000 url(images/bg.png) repeat;
  font-size:				10px;
  font-family:				"Tahoma", Verdana, Arial, Helvetica;
  color:					#fff;
}
a:link {
  color:					#73746e;
  text-decoration:			none;
}	
a:visited {
  color:					#73746e;
  text-decoration:			none;
}			
a:hover {
  color:					#73746e;
  text-decoration:			none;
}
#main {
	width:				980px;
}
#banner {
	background-image:	url('images/banner.jpg');
	width:				980px;
	height:				141px;
	float:				left;
}
#underbanner {
	background-image:	url('images/underbanner.jpg');
	width:				964px;
	height:				15px;
	text-align:			middle;
	padding:			7px 6px 9px 10px;
	float:				left;

}
#main_inner {
	background-image:	url('images/main_back.jpg');
	background-repeat:		repeat-y;
	width:				980px;
	float:				left;
}
#left2 {
	width:				143px;
	padding:				0px 9px 0px 6px;
	float:				left;
}
#content {
	width:				640px;
	padding:				0px 0px 0px 11px;
	_padding:				0px 0px 0px 5px;
	float:				left;
	margin:0px;
	text-align:			left;
}
#right2 {
	width:				133px;
	padding:				0px 0px 0px 16px;
	float:				left;
}
#footer {
	background-image:	url('images/footer.jpg');
	width:				980px;
	height:				36px;
	float:				left;
}
.head_button_left {
	background-image:	url('images/head_button_left.jpg');
	width:				149px;
	height:				26px;
	padding:				3px 0px 0px 0px;
	color:				#000;
	font-weight:			bold;
	float:				left;
}
.button_left {
	background-image:	url('images/button_left.jpg');
	width:				134px;
	height:				18px;
	padding:				4px 0px 0px 15px;
	text-align:				left;
	font-size:				11px;
	float:				left;
	overflow:hidden;
}

.button {
	display:block;
	width:				149px;
	height:				19px;
	font-weight: 			bold;
}

.head_button_right {
	background-image:	url('images/head_button_right.jpg');
	width:				149px;
	height:				26px;
	padding:				3px 0px 0px 0px;
	color:				#000;
	font-weight:			bold;
	float:				left;
}
.inner_frame {
	width:				139px;
	padding:				0px 0px 0px 0px;
	float:				left;
}

.inner_frame_l {
	width:				139px;
	align: 				left;
	padding:				5px 5px 5px 5px;
	float:				left;
}

.button_left:hover {
 	background-image:	url(images/button_left.gif);
	color:				#FF0000;
	font-size:			11px;
}

.login_field {
	border: 1px;
	color: #000000;
	margin-right: 10px;
}

.login_submit {
	border: 4px;
	color: #222222;
	padding-right: 2px;
	padding-left: 2px;
}

.login_right {
	margin-right:4px;
}

.login_left {
	margin-left:0px;
}

{
scrollbar-3dlight-color: yellow;
scrollbar-arrow-color: red;
scrollbar-darkshadow-color: yellow;
scrollbar-face-color: lime;
scrollbar-highlight-color: yellow;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #004080;
}