
body {
    /*background-color:#0a006f;*/
    /*background-color:black;*/
    /*background-color:#3bd153;*/
    background-color:#13451b;
    /*background-image:url('../images/gradient2.png');
    background-repeat:repeat-y;*/
}


#content {
    background-color:#3bd153;
    border:1px solid white;
    color:white;
    margin-left:auto;
    margin-right:auto;
    min-height:500px;
    padding:0;
    width:900px;
}

#page {
    /*background-image:url('../images/vine3.png');
    background-repeat:no-repeat;
    background-position:left bottom; */
}


/*************** Navbar *******************/

/* from: http://andrealazzarotto.com/progetti/lista-orizzontale-centrata-con-i-css/horizontal-centered-list-with-css/ */

div#navcontainer
{
/*background-color:#13451b;*/
background-color:#13451b;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}
div#navcontainer ul li a:hover
{
background-color: #3C7420;
color: white;
}


/******************************************/

#heading {
    margin:30px 10px 20px;
    padding:0;
    /*background-color:#fcf33f; yellow */
    background-color:#3bd153;
}

#heading h1 {
    
    font-size:32px;
    margin:0;
    padding:0;
}

#page {
    overflow:auto;
    padding:10px;
}

.centered {
    text-align:center;
}

img {
    margin-top:10px;
}

a {
    color:#d7dc94;
}


/*====================contact.html================================*/

#contact_form div {
  margin-top:5px;
}


/*====================index.html================================*/

.intro_text {
    color:black;
    font-size:1.4em;
}


/*====================links.html================================*/

a.external {
    color:white;
}

