img{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 20px;
}
.conference_info{
  width:760px;
  height:250px; 
  background-color:#000;
  margin-right:auto; 
  margin-left:auto;
  padding-right:10px;
  text-align:center;
  clear:both;
}
.conference_info h1{
  font-size:28px;
  font-family:Papyrus;
  color:rgb(235,119,000);
  background-color:#000;
}

.banner_container{
  width:780px;
  height:165px; 
  background-color:#000;
  color:rgb(255,119,000); 
  margin-right:auto; 
  margin-left:auto;
}
.banner_content{
  width:255px;
  float:left;
  margin-left:0px;
  margin-right:5px;
  text-align:center;
  font-size:36px;
  font-family:Trajan Pro;
  //font-family:Papyrus;
}
.banner_content img{
  border:2px solid #000;
  padding:8px;
  /*
  border-top: thin none #9B6E2B;
  border-right: thin groove #9B6E2B;
  border-bottom: thin none #9B6E2B;
  border-left: thin groove #9B6E2B;
  */
}
.button_container{
  width:760px;
  background-color:#FFF;
  clear:both;
  margin-top:10px;
  padding:10px;  
}
.confBtn{
padding:10px;
width:250px;
background-color:#000;
//background: #CE9431 url(../images/michaelCarsonPhotographyLogo.png) no-repeat;
border:10px groove #630;
color:#FFF;
font-size:14px;
font-family:Papyrus;
cursor:pointer;
border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
.confBtn:hover{
background-color:#A19378;
//background: #CE9431 url(../images/michaelCarsonPhotographyLogo.png) no-repeat;
border:10px groove #630;
color:#FFF;
}
.confThumb{
  width:235px;
  color:#FFF;
  float:left;
  margin-left:15px;
  line-height:24px;
  word-spacing:.1em;
}
.confThumb:hover{
outline:1px solid #630;
}
.confThumb hr{
	width:150px;
	color:#630;
}

