html {
    background: #000000;
    display : block;
    margin : 0;
    padding : 0;
    width : 100%;
    height : 100%;
}

body {
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 15px;
    text-align : left;
    color : #FFCC99;
    background : #000000;
    display : block;
    margin : 0;
    padding : 0;
    width : 100%;
    height : 100%;
}

a:link, a:visited {
    color : #FF9933;
    text-decoration : none;
}

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

p {
    width : 590px;
}

h1 {
    display : inline;
    color : #CC3300;
    font-weight : 800;
    font-size : 12px;
    word-spacing : 5px;
}

h2 {
    display : inline;
    color : #CC3300;
    font-weight : 600;
    font-size : 15px;
}

h3 {
    display : inline;
    font-weight : 800;
    font-size : 12px;
    word-spacing : 5px;
}

h4 {
    font-weight : 800;
    font-size : 12px;
    word-spacing : 5px;
    color : #FFCC99;
    margin : 0;
    margin-bottom : 15px;
}

h5 {
    font-size : 15px;
    font-weight : 600;
    word-spacing : 5px;
    color : #FF9933;
}

#canvas {
    background : #000000;
    color : #FFCC99;
    display : block;
    margin : 0;
    padding : 0;
    width : 770px;
    min-height : 100%;
    position : absolute;
    left : 50%;
    margin-left : -385px;
    border-bottom : 1px solid #000000;
}

#hd {
    display : block;
    position : absolute;
    top : 25px;
    left : 0px;
    width : 770px;
    height : 105px;
}

#nav {
    position : absolute;
    left : 0px;
    top : 150px;
    width : 155px;
}

#bd {
    position : absolute;
    left : 180px;
    top : 150px;
    width : 590px;
}

#ft {
    position : absolute;
    left : 0px;
    bottom : 5px;
    font-size : 10px;
    color : #990000;
}

.logo {
    display : block;
    margin-top : 5px;
    margin-left : 0;
    padding : 0;
    width : 155px;
    position : absolute;
    left : 0px;
    bottom : 0px;
}

.thumb {
    display : block;
    margin : 0;
    padding : 0;
    width : 54px;
    height : 105px;
}

#thumb1 { position:absolute; top:0px; left:180px; }
#thumb2 { position:absolute; top:0px; left:247px; }
#thumb3 { position:absolute; top:0px; left:314px; }
#thumb4 { position:absolute; top:0px; left:381px; }
#thumb5 { position:absolute; top:0px; left:448px; }
#thumb6 { position:absolute; top:0px; left:515px; }
#thumb7 { position:absolute; top:0px; left:582px; }
#thumb8 { position:absolute; top:0px; left:649px; }
#thumb9 { position:absolute; top:0px; left:716px; }

#imagelist { 
    position : absolute; 
    top : 0px; 
    left : 180px;
}

#enter_link { 
    text-align : center;
    margin-top : 15px;
    font-weight : 800;
    font-size : 12px;
}

.slideshow {
    display : block;
    margin : 0;
    padding : 0;
    width: 600px;
    height: 400px;
}

.dark {
    color : #CC3300;
}

.light {
    color : #FFCC99;
}

img { border : 0; }
a { outline : none; }

    .arrow {
        position : relative;
        top : 0;
        left : 0;
    }

ul { list-style-type : none; }