
/**
 * default.css - Beachcomber Holiday Flats - default style.
 *
 * @version $Id: $
 * @copyright 2005 - Matt Bowden.
 **/

body {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    background-color: white;
    color: navy;
    font-size: 13px;
}

h1 {
    font-size: 15px;
}
h2 {
    font-size: 14px;
}

#header {
    margin-right: 20px;
    margin-left: 170px;
}

#main {
    margin-right: 20px;
    margin-left: 170px;
}

#nav {
    width: 150px;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    background-color: #5dada5;
}

#navMenu {
    position: relative;
    top: 200px;
    left: 15px;
    width: 145px;
    font-size: 12px;
}

a:link {
    color: navy;
    text-decoration: none;
}
a:visited {
    color: navy;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
a:active {
    color: red;
    text-decoration: underline;
}

img {
    display: inline;
    margin: 15px;
}

table {
    border: 1px solid blue;
}
td {
   
    border: 1px solid blue;
    text-align: center;
     position: right;
}
tr {
    border: 1px solid blue;
    text-align: center;
}
th {
    border: 1px solid blue;
    text-align: center;
}

.centered { text-align: center }
.right { text-align: right }
.bold { font-weight: bold }


