@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/body_background_tile.jpg);
background-color:#502500;
color:#D7BC9F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
margin:30px 0px;
}

* {
margin:0;
padding:0;
}

a, a:active, a:visited {
color:#D7BC9F;
}

a:hover {
text-decoration:underline;
}

#page_border {
background-color:#421B03;
border:#854d1d 1px solid;
margin-left:auto;
margin-right:auto;
width:940px;

}

#page {
margin:20px auto;
width:920px;
}

.page_top {
background-image:url(images/page_background_tile.jpg);
background-repeat:repeat-y;
}

.page_top h1 {
background-image:url(images/page_top.jpg);
background-repeat:no-repeat;
color:#BF9567;
font-size:1.2em;
line-height:1.3em;
padding:14px 0px;
text-align:center;
}

.page_top h1 span {
font-size:.6em;
}

.bold {
font-weight:bold;
}

#message_text {
display:inline;
float:left;
margin:0px 12px 0px 20px;
width:440px;
}

#message_text p {
font-size:.72em;
line-height:2em;
margin:14px 0px;
padding:0px 14px 0px 16px;
}

#conference_details {
border-left:1px solid #5D2E01;
color:#BF9567;
float:left;
font-size:.9em;
list-style:none;
list-style-position:inside;
line-height:1.5em;
margin-top:40px;
padding-left:36px;
padding-top:10px;
width:370px;
}

#conference_details img {
border:0px;
margin-left:6px;
}

#conference_details span.small_text {
font-size:.65em;
letter-spacing:.1em;
}

#conference_details ul {
/*border:1px solid blue;*/
float:left;
list-style:none;
margin: 0px 12px 0px 0px;
}

#conference_details li {
float:left;
font-size:1.07em;
font-weight:bold;
margin-top:6px;
width:100%
}

#conference_details li ul {
float:left;
font-size:1em;
margin-bottom:20px;
}

#conference_details li ul li {
font-size:.8em;
font-weight:normal;
width:auto;
}

#button {
margin:14px 0px 0px 0px;
}

#page_bottom {
margin-top:20px;
}


#border_top {
background-image:url(images/page_top.jpg);
background-repeat:no-repeat;
padding:40px 50px 30px 50px;
}

.underline {
border-bottom:1px solid ;
clear:both;
font-size:1.4em;
font-style:italic;
padding:0px 0px 4px 0px;
}


#speaker_1 img, #speaker_2 img{
float:right;
}

#speaker_1, #speaker_2   {
display:inline;
float:left;
width:400px;
}

#speaker_1 {
margin:0px 36px 0px 50px;
}

#page_bottom p {
color:#BF9567;
font-size:.8em;
line-height:1.7em;
margin-top:0px;

}

.bottom_border {
clear:both;
}
/*
#page_bottom p {
border: 1px solid red;
color:#BF9567;
font-size:.8em;
line-height:1.7em;
margin-top:0px;
width:400px;
}

#page_bottom p span {
color:#D7BC9F;
font-size:1.2em;
font-style:italic;
font-weight:bold;
}
