/*

Kim Long Vo
Version 12.1.02
April 3, 2010

*/




body {
    margin: 0px;
    background: #ffffff;
}




/* Layout */

#level_1 {
    position: absolute;
    right: 67%;
    top: 80px;
    width: 220px;
    color: #1d3202;
    margin-right: 40px;
}

#level_2 {
    position: absolute;
    left: 33%;
    top: 80px;
    width: 720px;
}

#image {
    width: 720px;
    height: 480px;
}




/* Font Style */

#content p {
    font-size: 12px;
    font-family: tahoma;
    color: #444444;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 30px;
}

li a:link {
    font: 24px Times;
    letter-spacing: 2px;
    color: #c1d0ae;
    text-decoration: none;
    font-variant: small-caps;
}

li a:active {
    font: 24px Times;
    letter-spacing: 2px;
    color: #366200;
    text-decoration: none;
    font-variant: small-caps;
}

li a:visited {
    font: 24px Times;
    letter-spacing: 2px;
    color: #c1d0ae;
    text-decoration: none;
    font-variant: small-caps;
}

li a:hover {
    font: 24px Times;
    letter-spacing: 2px;
    color: #366200;
    text-decoration: none;
    font-variant: small-caps;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
    font: 24px Times;
    letter-spacing:2px;
    font-variant: small-caps;
    color: #1d3202;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

#copyright {
    font-family: Arial;
    font-size: 11px;
    letter-spacing: 2px;
    color: #aaaaaa;
    line-height: 18px;
}



/* Slideshow */

#image img {
position: absolute;
}

.imgnav {
cursor: pointer;
height: 480px;
width: 360px;
z-index: 100;
position: absolute;
}

#previmg {
background: transparent url(/images/previous.png) no-repeat 0px 0px;
right: 360px;
}

#nextimg {
background: transparent url(/images/next.png) no-repeat 0px 0px;
left: 360px;
}

#previmg:hover {
background: transparent url(/images/previous.png) no-repeat -360px 0px;
right: 360px;
}

#nextimg:hover {
background: transparent url(/images/next.png) no-repeat -360px 0px;
left: 360px;
}