body {
    margin: 0;
    padding: 0;
    background-image: url(images/bgby.png);
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Marcellus', serif;
}
#lulogo {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 170px;
}
#bigwrap {
    width: 1120px;
    margin: 30px auto 140px;
}
#wrapper {
    background-color: rgba(255,255,255,0.8);
    width: 850px;
    margin-left: auto;
    padding: 10px 40px 0px;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 8px 8px 14px rgba(0,0,0,0.4);
}
h1, h2 {
    text-align: center;
}
h1 {
    margin-bottom: 0px;
    text-shadow: 1px 1px 0px rgba(255,255,255,1);
}
h2 {
    margin-top: 6px;
}
h3 {
    font-size: 16pt;
}
h3 {
    font-size: 14pt;
}
nav {
    margin-bottom: 40px;
}
nav ul li {
    width: 134px;
    height: 24px;
    margin-right: 10px;
    text-align: center;
    list-style-type: none;
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid white;
    border-radius: 14px;
    transition: 1s all;
}
nav ul li:hover {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
nav ul li a {
    display: inline-block;
    width: 130px;
    padding: 2px;
    height: 20px;
}
a {
    text-decoration: none;
}
a:link {
    color: rgb(100,130,220);
}
a:visited {
    color: rgb(30,60,120);
}
main {
    padding-bottom: 50px;
}
footer p {
    text-align: right;
    color: rgb(50,90,200);
}
h3 {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(200,200,240,0.6);
}
.names {
    font-weight: bold;
    font-size: 13pt;
}
.under {
    text-decoration: underline;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 13.5pt;
}

table {
    width: 750px;
    margin: auto;
    border-spacing: 3px;
}
td {
    background-color: rgba(255,255,255,0.7);
    padding: 8px 12px;
    vertical-align: top;
}
td:first-child {
    width: 160px;
}

.descr {
    font-style: italic;
}
.nothing {
    background-color: rgba(255,255,255,0);
    font-weight: bold;
}
.session {
    background-color: rgba(100,100,255,0.7);
    font-weight: bold;
    font-size: 15pt;
    font-variant: small-caps;
    text-shadow: -1px 0px 0px rgba(255,255,255,0.6),
                 1px 0px 0px rgba(0,0,0,0.4);
}
.session2 {
    background-color: rgba(150,150,255,0.5);
    font-weight: bold;
    font-size: 14pt;
    font-variant: small-caps;
}
.atop {
    border-top: 8px solid rgba(150,150,255,0.5);
}
.ender {
    border-bottom: 4px solid white;
    height: 0px;
    padding: 0px;
}
.leader {
    font-weight: bold;
    background-color: rgba(255,255,255,0.8);
}
.daysession {
    font-weight: bold;
    font-size: 12pt;
}
#btn {
    text-align: center;
}
#btn a {
    display: inline-block;
    width: 160px;
    height: 26px;
    padding: 6px;
    text-align: center;
    border: 4px solid rgb(255,200,0);
    border-radius: 30px;
    background-color: rgb(40,80,200);
    color: rgb(255,200,0);
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 1px 1px 0px black;
    position: relative;
    top: 20px;
}

.speaker {
    width: 800px;
    padding: 20px;
    border: 2px solid white;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    margin-bottom: 20px;
}
.photo {
    width: 300px;
    float: left;
    margin-bottom: 20px;
}
.nametag {
    width: 380px;
    float: left;
    padding: 50px 60px 0px 40px;
}
.spname {
    font-weight: bold;
}
.position {
    text-decoration: underline;
}
.ttl {
    font-style: italic;
}
.dat {
    font-weight: bold;
}
.bio {
    clear: both;
}




