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

body {
background-image:url(metro_bg.jpg);
background-repeat: repeat-x ;
padding: 20px 0 40px;
/*margin: 0 0 1.5em;*/
font-size: 80%;
font-family:Georgia, "Times New Roman", Times, serif;
}
.container{
height:400px;
margin-left:auto;
margin-right:auto;
width:800px;
}

#header {
background-image:url(metro_header_bg.jpg);
width:800px;
height:97px;
}

#header img {
padding-right:125px;
border:none;
}

#header span {
padding-right:40px;
text-transform:uppercase;
color:#ffffff;
font-size:14px;
padding-bottom:5px;
}

#header span a, #header span a:link, #header span a:visited, #header span a:active, #header span a:hover {
text-decoration:none;
color:#ffffff;
}

#content{
width:800px;
height:400px;
float:left;
background-color:#ffffff;
}

#content table, #content tr, #content td {
text-align:center;
}

#content td {
padding-right:10px;
}

#nav-left {
width:300px;
float:left;
}

#nav-left img{
border:none;
}

#content-middle {
width:350px;
height:400px;
float:left;
}

#content-middle-text {
width:325px;
height:400px;
}

#content-right {
width:500px;
height:400px;
float:left;
overflow:auto;
}

#content-right img {
padding-right: 10px;
padding-bottom:10px;
}

#nav-right {
width:150px;
float:left;
background-image:url(metro_right_bg.jpg);
/*background-color:#91dbcb;*/
height:100%;
}

#nav-right-speakers {
width:110px;
float:left;
}

#nav-right-speakers img {
margin-left:-40px;
margin-bottom:-40px;
}

#nav-right-names{
width:40px;
float:left;
}

#nav-right-names #names {
margin-left:-20px;
margin-top:90px;
padding-right:10px;
text-align:right;
text-transform:uppercase;
}

#footer{
float:left;
margin-left:auto;
margin-right:auto;
width:800px;
font-size:9px;
color:#ffffff;
}
