body{
    margin:0px;
    padding:0px;
    background-color:#333333;
    font-family:sans-serif;
}

#main{
    background-color:#333333;
    width:800px;
    margin:auto;
    border-bottom-style:solid;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-color:white;
}

#title{
    background-color:black;
    overflow:hidden;
    padding:20px;
}

#title_left{
    float:left;
    height:17%;
    width:17%;
}

#map, #menu, #title_right{
    float:right;
}

.sidebarImages{
    float:right;
    margin:10px;
}

#content{
    border-radius:20px;
    margin:10px;
    padding:10px;
    clear:both;
    overflow:hidden;
    background-color:#D7CDAC;
}

#pageHeading{
    border-radius:10px;
}

#sidebar{
    border: 1px solid black;
}

#slideshow, #sidebar{
    float:right;
    padding:10px;
    margin:10px;
}

#slideshowHome{
    background-image:url('images/slideshowBackground.jpg');
    width:400px;
    height:400px;
}

#bottom{
    color:white;
    text-align:right;
    margin:10px;
}

a {
    color:black;
    font-weight:bold;
    /*text-decoration:none;*/
}

#menu li {
    display: inline;
}

#menu{
    background-color:#D7CDAC;
    padding:5px;
}

object{
    /*margin:10px;*/
}
