*
{
  padding: 0px;
  margin: 0px;
}

html
{
  height: 100%;
  min-width: 940px;
}

body
{
  background: url('../img/bg.gif') repeat-x top #3B3E42;
  font-family: times new roman, times, serif;
  height: 100%;
  font-size: 10px;
  min-width: 940px;
}

h1
{
  font-size: 20px;
  text-align:center;
  padding-bottom: 3px;
}

a
{
  text-decoration:underline;
  /*color: #18374F;*/
  color:#399;
}

/*a:visited
{
  text-decoration:none;
  color: #18374F;
}*/

a:hover
{
  text-decoration:none;
  /*color: #b00;*/
  color:#09F
}

a img
{
  border: none;
}

p
{
  text-indent: 15px;
  margin-bottom: 15px;
}

ul, ol
{
  margin-left: 25px;
  padding-bottom: 10px;
}

fieldset
{
  border: none;
}

div#body-inner
{
  background:url('../img/bg-flowers.jpg') no-repeat center top;
}

div#main
{
  width: 902px;
  margin:auto;
  /*
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -431px;
  z-index: 1;
  */
}

div#header
{
  height: 100px;
}

div#header img
{
  float: right;
}

div#header a#log-in
{
  float: right;
  color: #ddd;
  margin-top: 60px;
}

div#header a#log-in:visited
{
  color: #ddd;
}

div#header a#log-in:hover
{
  color: #fff;
}

div#header a#log-in:active
{
  color: #ddd;
}

div#menu
{
  height:31px;
  /*
  width: 902px;
  height: 242px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -431px;
  z-index: 2;
  */
}

div#menu a
{
  width:149px;
  display: block;
  float:left;
  height: 27px;
  padding-top: 3px;
  background: url('../img/menu-bg.jpg') repeat-x left -60px;
  text-align: center;
  font-size: 20px;
  text-decoration:none;
  border: solid 1px #222222;
  border-left:none;
  border-bottom:none;
  color: #18374F;
}

div#menu a.wider
{
  width:150px;
}

div#menu a.left
{
  border-left: solid 1px #222222;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}

div#menu a.right
{
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
}

div#menu a:visited
{
  background: url('../img/menu-bg.jpg') repeat-x left -60px;
}

div#menu a:hover
{
  background: url('../img/menu-bg.jpg') repeat-x left 0px;
}

div#menu a:active
{
  background: url('../img/menu-bg.jpg') repeat-x left -60px;
}

img#monk
{
  position: fixed;
  bottom: -75px;
  right: 0px;
  z-index: 3;
}

div#back-to-cp
{
  font-size: 14px;
  text-align: center;
}

div.warning
{
  width: 300px;
  margin: auto;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #333;
  text-align: center;
  background: #ffc;
  color: #900;
  margin-top: 25px;
}


div#foot-notes
{
  padding-top: 5px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

div#foot-notes a
{
  color: #ccc;
}

div#foot-notes a:visited
{
  color: #ccc;
}

div#foot-notes a:hover
{
  color: #fff;
}

div#foot-notes a:active
{
  color: #ccc;
}

div#link-back
{
  text-align: center;
  font-size: 12px;
  padding-top:2px;
  color: #888;
}

div#link-back a
{
  color: #888;
}

div#link-back a:visited
{
  color: #888;
}

div#link-back a:hover
{
  color: #ccc;
}

div#link-back a:active
{
  color: #999;
}