/*
Document   : style
Created on : 16-Aug-2009, 12:55:08
Author     : Steven Shiells
Description: Style sheet for website for Eymouth Golf Club

*/

root {
    display: block;
}

body {
    background-color: #0a530a;
    margin: 0px;
}

.menu{
    text-align: center;
}

.menu a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.menu a:hover{
    color: #006600;
}

.main{
    background-image: url(../images/back1.jpg);
    padding: 60px;
    padding-top: 30px;
    overflow: auto;
}

.content{
    background-color: #CCFFCC;
    border: 0.2em solid #336633;
    overflow:auto;
    padding:20px;
}

.content p{
    text-align: justify;
}

.content img{
    border: 0.1em solid #336633;
}

.content .holeinfo{
    width: 415px;
}

.content .fees tr, .comps tr, .holeinfo tr{
    text-align: center;
}

.content .holeinfo .holenum{
    font-family: sans-serif;
    font-size: 200px;
}

.content .logo img{
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #ccffcc;
    border-bottom-color: #ccffcc;
    border-left-color: #ccffcc;
    border-right-color: #ccffcc;
}

.photos{
    overflow: auto;
    height: 565px;
    width: 450px;
}

.genPhotos{
    overflow: auto;
    max-height: 500px;
    width: 800px;
}
