body
  {
  font-family: Arial;
  font-size: 11pt;
  }

h1 { font-family: Georgia; font-weight: normal; margin-top: 0px; }
p { text-align: justify; }

#container
  {
  width: 822px;
  height: 513px;
  background: url(/images/bg.jpg) no-repeat;
  position:absolute;
  left: 50%; 
  top: 50%;
  margin-top: -257px; /* half of the height */
  margin-left: -411px; /* half of the width */
  }

#menu h1
  {
  text-indent: -9000px;
  background: url(/images/logo.gif) no-repeat;
  width: 159px;
  height: 98px;
  margin: 13px 0px 0px 0px;
  }

#content
  {
  background-color: #ffffcc;
  position: absolute;
  top: 20px;
  left: 190px;
  padding-right: 20px;
  padding-top: 20px;
  width: 590px;
  height: 440px;
  overflow: auto;
  }

#menu { width: 150px; font-size: small; }

#menu ul
  {
  list-style: none;
  margin: 60px 0px 0px 15px;
  padding: 0px;
  }
#menu li { margin-top: 0.8em; text-shadow: #000 4px 4px 5px; }
#menu li a { font-weight: bold; color: white; text-decoration: none; font-size: 10pt; }

#menu ul ul { margin: 0px; }
#menu ul ul li { margin-top: 0.2em; margin-left: 10px; }
#menu ul ul li a { font-size: 8pt; }

.cws-sidebar { width: 190px; float: right; margin-top: -20px; }
.cws-content { margin-right: 210px; }