body {
background:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}

div#container {
width:1012px;
height:600px;
margin: 0 auto;
margin-top: 20px;
background:#ffffff;
border:thin #CCCCCC solid;
}

div#menu {
float:left;
width: 752px;
height: 50px;
padding-left:260px;
margin: 0 auto;
font-size: 12px;
}

#menu ul {
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #ef9d00;
padding:10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color:#999999;
text-decoration:none;
}

div#left {
width: 100px;
height: 330px;
padding-top:270px;
float:left;
}

div#slideshow {
width:812px;
height:600px;
float:left;
}

div#right {
width: 100px;
height: 330px;
padding-top:270px;
float:right;
}