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

body {
  background: #333333 url(images/master-bg.jpg) repeat-x top left;
  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:				950px;
	height:				19px;
	text-align:				right;
	padding:				15px 9px 0px 20px;
	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;
}
#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:				5px 5px 5px 5px;
	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;
}
