

#member-tabs {
  float:left;
  width:100%;
  background: url("../images/bg.gif") repeat-x bottom;*/
  font-size:93%;
  line-height:normal;
  }
#member-tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#member-tabs li {
  float:left;
  background:url("../images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#member-tabs a {
  float:left;
  display:block;
  background:url("../images/norm_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#74816B;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#member-tabs a {float:none;}
/* End IE5-Mac hack */
#member-tabs a:hover {
  color:#333333;
  }
#member-tabs #current {
  background-image:url("../images/norm_left_on.gif");
  }
#member-tabs #current a {
  background-image:url("../images/norm_right_on.gif");
  color:#333333;
  padding-bottom:5px;
  }
	
#member {
	width:98.8%;
  background:transparent;
	padding: 50px 0px 10px 10px;
  font-size:93%;
	border: 1px solid #74816B;
	min-height: 1000px;
}

/*.table{
  background: transparent;
  font: 1.0em/1.1em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  color: #483227;
  padding-right: 10px;
}

.table a{
	text-decoration: none;
	color: #483227; 
}

.table a:hover{
	text-decoration: underline;
	color: blue; 
}*/
