body {
    margin:0; 
    font-family: Georgia, Times, "Times New Roman", serif;
    border:1px solid #291507;
    background:#291507;
    background-image:url('background.png');
    background-repeat:repeat-x;
    /* #573330 to #291507 */
}

#top { 
    height:100px;
    margin:0;
    padding:0;
}

#header {
    text-align:center;
    /* color: #fdece5; */
    color:#ffe;
    /*padding-top:40px;*/
    height:100px;
    margin:0;
    padding-top:10px;
    font-size:48px;
}

#header h1
{
    margin:0;
    padding-top:30px;
    font-family:Palatino;
    font-size:48px;
}

#container {
    margin:0;
    padding:0;
}

#content {
    background:white;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    width:860px;
    padding:10px 20px 10px 20px;
    border:1px solid black;
    min-height:500px;
}



#menu
{
    background: #ffe url('menu-bg.png') repeat-x center top;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    width:900px;
    height:40px;
    border:1px solid grey;
}

ul.arrowunderline{
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:center; 
    font: bold 16px Georgia;
}

ul.arrowunderline li{
    float:left;
    border-right:1px solid #ddd;
    /*border-bottom:1px solid #ddd;*/
    /*height:28px;*/
    width:111px;
    padding:10px 0px 10px 0px;
}

ul.arrowunderline .last {
    border-right:0px solid red;
}

ul.arrowunderline li a{
        color:#291507;

    text-decoration:none;
}

.arrowunderline a:hover {
    color:#573330;

}


#footer {
    clear:both;
    padding:10px;
    margin:0;
    text-align:center;
    color:#ffe;
    border:1px solid #291507;
}

#text {
    padding:10px;
}

#text img {
    border:1px solid grey;
    padding:5px;
}


.rounded
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(PIE/PIE.php);
}


/*
.shadow 
{
  -moz-box-shadow:    10px 10px 5px 0px #aaa;
  -webkit-box-shadow: 10px 10px 5px 0px #aaa;
  box-shadow:         10px 10px 5px 0px #aaa;
  behavior: url(PIE/PIE.php);
}
*/

#content a:link, #content a:visited
{
    text-decoration: none;
    color:#291507;
    font-weight: bold;
}

#content a:hover
{
    color:#573330;
}



.image-border {
    
    border:1px solid grey;
}

.imageright {
    float:right;
    margin-left:20px;
}

.imageleft {
    float:left;
    margin-right:20px;
}

h1 {
    color:#291507;
}

h2 {
    color:#291507;
    font-size:120%;
}

.gal img
{
margin-left:9px;
margin-right:9px;
margin-bottom:20px;
}
