*
{
padding: 0px;
margin: 0px;
font-family: Arial, sans-serif;
}

body
{
  background-color: #cccccc;
}

#main
{
background: url('images/bg.gif') repeat-y top center #FFFFFF;
width: 800px;
margin: 0px auto;
padding: 10px 0px 0px 0px;
}
#content_header
{
  margin: 0px auto 0px auto;
  width: 748px;
}
#header
{
  height: 123px;
  width: 748px;
  background: url('images/header.jpg') no-repeat top center;
  margin: 0px auto 0px auto;
}
#lang
{
  width: 748px;
  margin: 0px auto 0px auto;
  padding: 0px 15px 5px 0px;
  text-align: right;
}

#menu
{
  width: 748px;
  background: url('images/menu_bg.gif') repeat-x top left;
  height: 38px;
  margin: 0px auto 0px auto;
}

#menu ul
{
list-style-type: none;
padding: 0px 0px 0px 10px;
}

#menu ul li
{
display: inline;
}
#menu ul li a
{
display: block;
float: left;
margin: 1px 5px 0px 5px;
padding: 0px 25px 0px 0px;
background: url('images/right_arrow.jpg') no-repeat center right;
color: white;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
font-family: sans-serif, Arial;
}
#menu ul li a.c, #menu ul li a:hover
{
  color: gray;
}
#nav
{
background: url('images/nav.gif') no-repeat top left;
width: 748px;
margin: 0px auto 0px auto;
}

.nav
{
height: 33px;
padding-top: 4px;
margin: 0px 0px 0px 10px;
}

a
{
text-decoration: underline;
color: #696969;
}
a:hover
{
  color: black;
  text-decoration: none;
}


#content
{
font-size: 14px;
text-align: justify;
width: 730px;
margin: 0px auto 0px auto;
}
div#content p
{
line-height: 150%;
text-indent: 30px;
font-size: 14px;
}

div#content p img
{
float: left;
margin: 5px 10px 5px 0px;
}

div#content .srcform
{
display: block;
width: 100%;
text-align: right;
}

#thumbBox
{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 200;
width: auto;
padding: 10px;
padding-bottom: 0;
border: 1px solid #09305D;
background: #EFEFEF;
visibility: hidden;
z-index: 100;
cursor: move;
}
.close
{
cursor: hand;
cursor: pointer;
font-weight: bold;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: black;
font-weight: bold;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #09305D;
background-color: #EFEFEF;
padding: 5px;
z-index: 5000;
}
#simg
{
    width: 150px;
    height: 400px;
    overflow: auto;
}
#simg a
{
border-style: none;
}
#simg a img
{
margin: 5px 2px;
}
.searchresult
{
background-color: #6699FF;
border: 1px solid indigo;
padding: 3px 5px;
margin: 0px 0px 10px 0px;
line-height: 130%;
}
.hl
{
font-weight: bold;
color: #B22222;
}
#content ul
{
margin: auto auto auto 15px;
list-style-type: none;
}
#footer
{
width: 730px;
font-size: 14px;
text-align: center;
padding: 30px 0px 10px 0px;
margin: 0px auto 0px auto;
}


