BODY {
  background-color:#1F1616;
  margin:10px auto;
  font-family:verdana,arial;
  font-size:9pt;
  width:990px;
  line-height:1.4em;
}
A {text-decoration:none;color:#622;}
A:active,A:hover {text-decoration:underline;}
H1 {
  font-size:18pt;
  color:#997766;
  text-decoration:underline;
}
H2 {
  font-size:13pt;
  color:#998877;
  margin: 5px 0 0px 0;
}
H4 {
  margin: 15px 0 0px 0;
}

.sinput{
  border:1px solid #888;
  padding:1px 0px 1px 4px;
  background-image:url('images/sinput.gif');
  background-repeat: repeat-x;
}
.sbtn{
  border-width:1px;
  border-color:#888;
  padding:3px 1em;
  background-image:url('images/sbtn.gif');
  background-repeat: repeat-x;
}

#themeheader{
  background-image:url('images/themeheader.png');
  width:990px;
  height:132px;
}
#thememenubar{
  background-image:url('images/thememenubar.png');
  width:990px;
  height:39px;
  color:#e9be81;
}
#thememenubar ul{
  margin:0px;
  list-style-type:none;
  list-style-position:none;
  padding:0px 0 0 20px;
}
#thememenubar li{
  float:left;
  margin:0 0px;
  padding:8px 20px 8px 22px;
  background-image:url('images/thememenuitem.png');
  background-repeat: no-repeat;
}
#thememenubar A{
  color:#e9be81;
  text-shadow: black 3px 3px 5px;
  font-family:"Trebuchet MS";
  font-size:12pt;
  font-weight:bold;
}
#themecontenthead{
  background-image:url('images/themecontent_head.png');
  width:990px;
  height:12px;
}
#themecontentbody{
  background-image:url('images/themecontent_body.jpg');
  background-repeat:repeat-y;
  padding:0 20px;
  width:990px;
}
#themecontentcontainer{
  width:920px;
  padding:1em 15px;
}
#themecontentfoot{
  background-image:url('images/themecontent_foot.png');
  width:990px;
  height:16px;
}
#themefooter{
  background-image:url('images/themefooter.png');
  width:990px;
  height:38px;
  color:#c49d59;
  font-size:8pt;
  text-align:center;
  vertical-align:middle;
}
#themefooter .text{
  padding:5px 0px;
}

.clear{
clear:both;
}

.thumbnail{
  border:1px solid #ccc;
}
.msgerr{font-size:0.85em;color:#A00;padding:0 1px;}
.msg{font-size:1em;font-weight:bold;background-color:#EBD8CF;border:1px solid #B97B5F;color:#5F393D;padding:0 1em;margin:0.5em;}
.msg.ok {background-image:url('images/icon_ok.32.png');  background-color:#D8EBCF;  border:1px solid #7BB95F;color:#395F3D;}
.msg.error {background-image:url('images/icon_error.32.png');  background-color:#EBD8CF;  border:1px solid #B97B5F;color:#5F393D;}
.msg {
  line-height:32px;
  font-size:1em;
  font-weight:bold;
  line-height:32px;
  vertical-align:bottom;
  margin:0.5em;
  padding:0 48px;
  background-position:10px 0;
  background-repeat:no-repeat;
}