body {
    background: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
}

.clearLeft {
    clear: left;
}
.clearRight {
    clear: right;
}
.clearBoth {
    clear: both;
}

#container {
    width: 960px;
    margin: auto;
    position: relative;
}

#header {
    height: 146px;
    position: relative;
}
#register {
    position: absolute;
    top: 40px;
    left: 504px;
}
#register a {
    display: block;
    height: 82px;
    width: 304px;
    background: url('/img/register_btn.png') 0px 0px no-repeat;
}
#register a:hover {
    background: url('/img/register_btn.png') 0px -90px no-repeat;
}
#register a:active {
    background: url('/img/register_btn.png') 0px -180px no-repeat;
}
#register a span {
   display: none;
}

#nav {
    height: 40px;
    position: relative;
    background: #EE151C;
}
#nav ul {
    margin: 0;
    padding-top: 11px;
}
#nav li {
    display: inline;
    text-transform: uppercase;
    margin: 0px 39px;
    font-weight: bold;
    font-size: 14px;
}
#nav li.firstNav {
    margin: 0px 39px 0px 19px;
}
#nav li.lastNav {
    margin: 0px 19px 0px 39px;
}
#nav a {
    text-decoration: none;
    color: #FFF;
}
#nav a:hover {
    color: #CCC;
}

#speakerLineup {
    margin: 10px 1px;
}

#content {
    margin-top: 5px;
    position: relative;
}
.pageTitle {
    color: #000;
    font-size: 24px;
    padding: 0.25em 0.5em 0.5em 0.5em;
}

#footer {
    background: #EE151C;
    height: 50px;
    position: relative;
    margin-top: 5px;
}
#corporate {
    font-size: 16px;
    font-weight: bold;
    top: 17px;
    left: 30px;
    position: absolute;
}
#corporate a{
    color: #CCC;
    text-decoration: none;
}
#corporate  a:hover {
    color: #FFF;
}
#fm {
    float: right;
}