h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {
	background: #504634;
	font-family: Verdana, Arial, Sans-serif;
	font-size: small;
	text-align: center;
	color: #695F4C;
	padding-bottom: 20px;
}

#footer {
    clear: both;
	background: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
	/*font-family: Verdana, Arial, Sans-serif;
	color: #695F4C;
	height: 100px;*/
}

#leftnav {
    border-style:solid;
	border-width:2px;
	margin-left:5px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	max-width: 900px;
	width: expression(document.body.clientWidth < 602? "600px" : document.body.clientWidth > 902? "900px" : "auto");
	background: #ffffff;
  	position: relative;
	/*padding-bottom: 10px;*/
}

#main {
    margin-left: 190px;
	padding-left: 10px;
	padding-right: 10px;
}


#header {
  background: #D9D1BC url(images/header.jpg) no-repeat;
  height: 266px;
}

#speaker-table img {
  border: 1px solid #695F4C;
}

#picture-table img {
  border: 1px solid #695F4C;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}

#categories {
  float: left;
  width: 190px;
  /*padding-right: 10px;*/
  padding-top: 10px;
  /*height:100%;*/
}

.more a {
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

#committee-lists table {
  font-size: small;
}

#committee-lists td {
  padding: 2px 12px;
  vertical-align: top;
}


#categories h2 {
  color: #fff;
  padding: 4px 4px 5px 39px;
  background: #847A67;
}
#categories li {
  background: #D4CAB6;
  border-top: 1px solid #F4EFDF;
  list-style: none;
}
#categories li a {
  font-style: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style: none;
  display: block;
  /*height: 24px;*/
  padding: 2px 4px 2px 12px;
  /*line-height: 24px; */
  text-decoration: none;
}
#categories ul {
	margin: 0;
	padding: 0;
}

#categories li a:hover {
  color: #000000;
  background-color: #FF7700;
}

#categories #currentpage a{
  background: #fff;
}





