body {
    margin-left: 0px;
    background-image: url(tan_white_bg.jpg);
    background-repeat: repeat-y;
    background-color: rgb(209, 204, 152);
    font-family: arial;
    font-size: 13px;
    }

h2 {
    color: rgb(156, 0, 66);
    border-bottom: 2px solid #fff;
    font-size: 17px;
    }

img {
    border-style: none;
    }
    
.content a, .content a:visited {
    font-weight: bold;
    color: rgb(156, 0, 66);
    }

.content a:hover {
    text-decoration:none;
    color: #fff;
    }

img.clubs_pre {
    float: left;
    margin-right: 15px;
    margin-left: 10px;
    }

img.dir {
    margin-right: 15px;
    margin-left: 10px;
    }

/*DRIVING DIRECTIONS - TABLE FORMATTING*/
table#dir td {
    vertical-align: center;
    height: 50px;
    }

#dir a, #dir a:visited {
    font-weight: bold;
    color: rgb(156, 0, 66);
    font-size: 13px;
    }

#dir a:hover {
    text-decoration: none;
    color: #fff;
    }

.m_logo {
    width: 160px;
    text-align: center;
    text-decoration: none;
    }

.m_links {
    text-align: left;
    }

/* LAYOUT FORMATTING */
div.container {
    width: 800px;
    margin:0px;
    }

div.header {
    margin-top: 5px;
    padding:0.5em;
    color:white;
    background-image: url(header.jpg);
    background-repeat: no-repeat;
    clear:left;
    height: 232px;
    }

div.footer {
    padding:5px;
    color: #fff;
    background-color: #000;
    clear: left;
    width: 795px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    }

h1.header {
    padding:0;
    margin:0;
    }

div.left {
    float: left;
    padding-left: 0px;
    }

div.content {
    width: 417px;
    margin-left:378px;
    line-height: 120%;
    text-align: justify;
    }

/* SIDEBAR MENU */
#menu a, #menu a:visited {
    text-decoration: none;
    text-indent: 75px;
    background-color: #000; 
    color: #fff;
    display: block; 
    width: 320px;
    height: 27px; 
    padding-top: 4px;
    margin: 5px auto;
    border-right: 5px solid #fff;
    font-size: 15px;
    }

#menu a:hover {
    border-right:5px solid rgb(156, 0, 66);
    color: rgb(156, 0, 66);
    background-color:#ddd; 
    }

/* HORIZONTAL MENU */
#menua {
    margin-left: 15px;
    }

#menua a.hmenu, #menua a.hmenu:link, #menua a.hmenu:visited {
    display: block;
    width: 80px;
    height: 26px;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    }

#menua a.hmenu, #menua a.hmenu:link, #menua a.hmenu:visited {
    float: left;
    }

#menua a.hmenu:hover, #menua a.hmenu:active {
    color: rgb(156, 0, 66);
    }
    
#menua {
    height: 25px;
    }

#menua:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

a.active:link {
    display: block;
    width: 80px;
    height: 26px;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    }

/* IN HEADER FORMATTING */
div.datetime {
    position: relative;
    left: 100px;
    top: 10px;
    color: #aaa;
    font-size: 13px;
    letter-spacing: 2px;
    }

div.h_menu {
    position: relative;
    left: 538px;
    top: 150px;
    }
