body {
    font: normal 13px Arial, Georgia, Verdana, sans-serif;
    min-width: 800px;
    background-color: #a67a00;
    margin: 0px;
    padding: 5px;
}

img {
    border: none;
    padding: 0px;
    margin: 0px;
}

div#wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #081073;
    padding: 5px;
}

div#header {
    height: 100px;
    padding: 0px;
    margin: 0px;
}

#footer a{
    color: #ffffff;
}

#footer {
    font-size: larger;
}   

#navigation {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

#navigation ul {
    list-style-type: none;
    padding: 0px;
    padding-left: 50px;
    margin:0px;
}
#navigation li {
    float: left;
    background: #4c57db url('/images/nav_button_background_70_7.jpg') repeat-y;
    border:1px solid #ffda73;
    padding: 0px;
    margin: 0px;
}
#navigation a {
    text-decoration: none; 
    color: #ffda73;
    font-weight: bolder;
    display: block;
    margin: 0px;
    padding: 5px;
    width: 100px;
}
#navigation a:hover {
    text-decoration: none;
    border: none;
    background: #081073;
    font-weight: bolder;
    /*background: #412500 url('/images/nav_button_hover_70_7.jpg') repeat-y;*/
}
div#main {
    clear: both;
    margin: 0px;
    margin-top: 38px;
    padding: 5px;
    padding-left: 25px;
    color: #2f3584;
    background-color: #ffffff;
    height: 700px;
}

p#intro {
    width: 400px;
}
.slideshow{
    height: 248px;
    width: 328px;
    float: right;
}

#photocycle img {
    padding: 4px;  
    /*border:  1px solid #a67a00;  */
    background-color: #ffda73;  
    width:  320px; 
    height: 240px; 
    top: 0;
    left: 0;
    float: right;
}

p#main_contact {
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial;
    text-align: center;
    background-image: '/images/header.png'; 
}

a {
    color: #4c57db;
}

p#picnic {
    color: #000000;
    font-size: larger;
    font-family: Helvetica, Arial;
    text-align: center;
    background-image: url('/images/picnic.png');
    width: 400px;
    height: 200px;
}
    


body#home div#navigation a#home,
body#products div#navigation a#bands,
body#delivery div#navigation a#contact, 
body#about div#navigation a#events, 
body#menu div#navigation a#menu
{
    /*background: #412500 url('/images/nav_button_hover_70_7.jpg') repeat-y;*/
    background: #ff0000;
    color: #ffffff;
    font-weight: bolder;
    
}

ul#board_members {
    list-style-type: none;
    padding-right: 30px;
    padding-left: 10px;
} 
p.board_member {
   font-weight: bolder;
} 

p.board_member_contact {
    padding-left: 20px;
}

li.board_member {
    border: 1px dashed black;
    margin-top: 10px;
    padding-left: 10px;
    background-color: #ffda73;
}

p.news {
    padding-left: 20px;
    font-weight: bolder;
}

li.reminder {
    color: #000000;
    margin-bottom: 5px;
    margin-right: 50px;
    list-style: none;
    padding: 5px;
    border: 1px dashed black;
    background-color: #ffda73; 
}
