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

body {
  background: #333333 url(images/master-bg.jpg) repeat-x top left;
  font-size:				11px;
  font-family:				"Tahoma", Verdana, Arial, Helvetica;
  color:					#000;
}

#main {
	width:				1100px;
}
#banner {
	background-image:	url('images/banner.jpg');
	width:				1100px;
	height:				160px;
	float:				left;
}

#underbanner {
	background-image:	url('images/underheader.jpg');
	width:				1080px;
	height:				17px;
	padding:			3px 20px 0px 0px;
	text-align:			right;
	float:				left;
}

#main_inner {
	background-image:	url('images/main_back.jpg');
	background-repeat:		repeat-y;
	width:				1100px;
	float:				left;
}
#left2 {
	width:				190px;
   	padding:				0px 0px 0px 15px;
	float:				left;
}
#content {
	width:				689px;
	padding:				0px 0x 0px 0px;
	float:				left;
	margin:0px;
}
#right2 {
	width:				190px;
	padding:				0px 15px 0px 0px;
	float:				left;
}
#footer {
	background-image:	url('images/head_bg.jpg');
	width:				1100px;
	height:				20px;
	text-align:			center;
	color:				#FFF;
	float:				left;
}

#info {
	background-image:	url('images/info.jpg');
	width:				100px;
	height:				18px;
	text-align:			center;
	padding:				0px 0px 0px 0px;

}
.head_button_left {
	background-image:	url('images/head_button_left.jpg');
	width:				190px;
	height:				24px;
	padding:				4px 1px 3px 0px;
	color:				#fff;
	text-align:				center;
	font-weight:			bold;
	float:				left;
}
.button_left {
	background-image:	url('images/button_left.jpg');          
	width:				180px;
	height:				19px;
	padding:				3px 0px 0px 11px;
	text-align:				left;
	font-size:				11px;
	float:				left;

}
.button_left:hover {
	background-image:	url('images/button_left_h.jpg');
	width:				180px;
	height:				19px;
	padding:				3px 0px 0px 11px;
	text-align:				left;
	font-size:				11px;
	float:				left;
}

a.button:link,a.button:visited,a.button:hover,a.button:active  {
	display:block;
	width:				180px;
	height:				19px;
	color:				#fff;
	font-weight:			none;
}

.head_button_right {
	background-image:	url('images/head_button_right.jpg');
	width:				190px;
	height:				24px;
	padding:				4px 1px 3px 0px;
	color:				#fff;
	text-align:				center;
	font-weight:			bold;
	float:				left;
}
.inner_frame {
	width:				180px;
	padding:				3px 6px 7px 3px;
	text-align:				left;
	float:				left;
}

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

a:link {
  color:					#000000;
  font-weight:				bold;
  text-decoration:			none;
}	
a:visited {
  color:					#000000;
  font-weight:				bold;
  text-decoration:			none;
}			
a:hover {
  color:					#036703;
  font-weight:				bold;
  text-decoration:			none;
}