body {
    background:url(/static/_i/body.gif) top left;
    position:relative;
}
body, div, ul, li, a, p, span, h1, h2, h3, img, label, table, tr, th, td {
    padding:0;
    margin:0;
    border:0;
    font-family:Arial, Verdana, sans-serif;
    font-size:12px;
}
#wrapper {
    float:left;
}
#tree {
    margin-right:12px;
    float:left;
}
#main {
   float:left;
   background:#ffffff url(/static/_i/main.gif) top left repeat-x;
   width:630px;
   border:2px solid #000000;
   border-top:0px;
}
#contentwrapper {
    width:630px;
    float:left;
}
#nav {
   height:48px;
   line-height:48px;
   padding:0px 10px;
   float:left;
   width:630px;
}
#nav ul {
   list-style:none;
   height:48px;
   line-height:48px;
   width:552px;
   float:left;
}
#nav ul li {
   height:48px;
   line-height:48px;
   float:left;
}
#nav ul li a {
    color:#000000;
    text-decoration:none;
    line-height:48px;
    height:48px;
    font-size:14px;
    font-weight:bold;
    display:block;
    float:left;
    letter-spacing:2px;
    padding:0px 8px;
}
#nav ul li a:hover {
    text-decoration:underline;
}
#nav ul li.selected a {
    background:#FFBF00;
}

#images {
    float:left;
    width:256px;
    display:block;
}
#images img {
    margin:0px 18px 18px 18px;
}
#images img.last {
    margin-bottom:24px;
}
#gallery {
    width:594px;
    padding:0px 18px;
    margin-bottom:9px;
    clear:both;
}
#gallery img {
    float:left;
    width:192px;
    height:144px;
    margin-right:9px;
    margin-bottom:9px;
    cursor:pointer;
}
#gallery img.last {
    margin-right:0px;
}
#full {
    width:592px;
    height:476px;
    margin:0px 18px 27px 18px;
    border:1px solid #000000;
    display:none;
    overflow:hidden;
}
#full-nav {
    width:592px;
    height:32px;
    line-height:32px;
    background:#bbbf32;
    color:#000000;
    display:block;
    clear:both;
}
#full-nav ul {
    list-style:none;
    width:592px;
}
#full-nav li {
    float:left;
    width:197px;
}
#full-nav a {
    width:181px;
    display:block;
    float:left;
    padding:0px 8px;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:1px;
}
#full-nav a:hover {
    text-decoration:underline;
}
#previous {
    text-align:left;
}
#close{
    text-align:center;
}
#next {
    text-align:right;
}
#full-img {
    width:592px;
    height:444px;
    overflow:hidden;
}
#full img {
    width:592px;
    height:444px;
    display:none;
}
#content {
    padding:0px 18px;
    width:336px;
    float:left;
}
h1 {
    line-height:48px;
    height:48px;
    font-size:18px;
    letter-spacing:1px;
    margin-bottom:24px;
    float:left;
    display:block;
    padding-left:18px;
} 
h2 { 
    line-height:24px;
    font-size:18px;
    letter-spacing:1px;
    font-weight:normal;
    margin-bottom:4px;
    
}
h3 {
    line-height:24px;
    font-size:18px;
    letter-spacing:1px;
    font-weight:normal;
    margin-bottom:4px;
}
#text p {
    line-height:18px;
    font-size:14px;
    text-align:justify;
    padding-bottom:24px;
    
}
#text a {
    line-height:18px;
    font-size:14px;
    color:#000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
}
#text a:hover {
    border-bottom:1px solid #000000;
}
#text table {
    border-collapse:collapse;
    width:320px;
    margin-bottom:24px;
}
#text th {
    padding:0px 6px 6px 0px;
    text-align:left;
    font-weight:bold;
    line-height:18px;
    font-size:14px;
}
#text td {
    padding:0px 6px 6px 0px;
    line-height:18px;
    font-size:14px;
}
#footer {
    display:block;
    clear:both;
    width:594px;
    padding:6px 18px;
    text-align:right;
    font-size:11px;
    font-weight:bold;
}
#footer a {
    color:#000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
    font-size:11px;
    font-weight:bold;
}
#footer a:hover {
    border-bottom:1px solid #000000;
}
.clear {
    height:1px;
    font-size:1px;
    line-height:1px;
    clear:both;
}
