/* begin body styles */
    body {
        font-size: 12px;
        font-family: arial, helvatica, sans-serif;
        background: #fff;
        color: #000;
        margin: 0px;
        text-align: center;
        min-width: 700px;
        }
/* end body styles */


/* begin link styles */
    a:link {
        color: #000;
        text-decoration: none;
        }
   
    a:link:hover {
        color: #000;
        text-decoration: none;
        }
   
    a:visited {
        color: #000;
        text-decoration: none;
        }
    
    a:visited:hover {
        color: #000;
        text-decoration: none;
        }

    #navbar a {
        font-size: 14px;
        font-weight: bold;
        padding: 4px;
        }
/* end link styles */


/* begin ID styles */
    #container {
        margin: 0 auto;
        width: 700px;
        }

    #navbar {
        font-size: 100%;
        padding: 5px;
        }
/* end ID styles */


/* begin class styles */
    div.hr {
        background: #fff url(/images/bar2.jpg) center no-repeat;
        height: 20px;
        width: 600px;
        padding: 0px;
        margin: 0 auto;
        }

    div.hr hr {
        display: none;
        }

    .textcontent {
        text-align: justify;
        margin-left: 30px;
        margin-right: 30px;
        }
/* end class styles */


/* start singapore css */
    h1 {
        font-size: large;
        }

    #header {
        font: xx-large Garamond, serif;
        margin: 0.5em 0 1em;
        }

    #footer {
        text-align: center; 
        font-size: 11px;
        }

    #footer a:link, #footer a:visited {
        font-size: 11px;
        }

    a img {
        border: 0;
        }

    input, textarea, select, .inputbox {
        border: 1px solid #888;
        color: #000;
        background-color: #fff;
        }

    input.button {
        font-weight: bold;
        border: 1px outset #fff;
        color: #fff;
        background-color: #888;
        }

    div.sgContainer {
        clear: both;
        text-align: center;
        }

    div.sgTab, div.sgNavBar, div.sgNavBarBtm {
        text-align: center;
        font: small Verdana, sans-serif;
        margin-left: auto;
        margin-right: auto;
        }
        
    div.sgNavBarBtm  {
        margin: 2px;
        padding: 0;
        font-size: 11px;
        }

    div.sgTab a, div.sgNavBar a {
        color: #555;
        font: small Verdana, sans-serif;
        }

    div.sgNavBar img {
        border: 0;
        }

    div.sgAlbum, div.sgGallery {
        padding: 1em;
        }

    div.sgAlbum table, div.sgGallery table {
        margin-left: auto;
        margin-right: auto;
        }

    div.sgAlbum img {
        margin: 3px;
        }

    td.sgGalleryThumb {
        text-align: center;
        padding: 0 1em;
        }

    td.sgGalleryText {
        text-align: center;
        vertical-align: top;
        padding: 0 1em 0 0;
        }

    a.sgGalleryTitle, .sgGalleryTitle a {
        font-weight: bold;
        font-size: 18px;
        }

    .sgDesc {
        margin-left: auto;
        margin-right: auto;
        }