@charset "utf-8";
/* Default CSS Document */

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000000;
padding: 35px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

.contentarea
{
padding-top: 1.3em;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}


#window_width
{
z-index: 2;
position: relative;
/* width value, different percentage or pixel value 82%*/
width: 800px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

/* header*/
#header
{
position: relative;
width: 100%;
height: 15.0em;
background: #000000 url(images/header.jpg) no-repeat;
margin-bottom: 2px;
}

#header_detail
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#header_detail h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#header_detail h1 sup
{
color: #777;
}

#header_detail h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

/*menu*/
#menu
{
position: relative;
background: #7F8400 url('images/menubackground.gif') repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}

#menubottom
{
background: #fff url('images/border.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}


div#artimage img
  {
    border: none;
  }
div#artimage
  {
    width: 100%;
    float: left;
    clear: both;
  }
div#artimage ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
  }
div#artimage ul li
  {
    display: block;
    float: left;
    width: 139px;
    height: 180px;
    margin: 0 8px 8px 0;
    padding: 0 0 8px 0;
  }

div#artimage ul li a
  {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
  }


