body {
  background: white;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  /*font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;*/
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: 0; /* IE hacks */
  margin: 0;
  padding: 0;
  text-align: center; /* IE 5 and 5.5 do not recognise the margin: auto; css property like they should. To get around this we need to use the text-align: center; property on the body which will center the container div. */
}

#lightwindow {
  font-size: 10px;
}

#page {
  font-size: 14px;
  margin: auto;
  text-align: left; /* This will center your container div, but will also center all the text inside that div. We don't want that, so we need to override the text-alignment inside the container div. */
  width: 960px;
}

#header {
  padding-top: 25px;
}

#container {
  height: 100%;
  overflow: hidden;
}

#content {
  float: left;
  width: 480px;
}

#sidebar {
  margin-left: 480px;
}

#footer {
  color: #c0c0c0;
  font-size: 9px;
  letter-spacing: 4px;
  margin: 20px 0 10px 0;
  text-align: center;
}

.another {
  margin-top: 12px;
}

.m-top {
  margin-top: 20px;
}

.padding {
  padding: 20px 40px;
}

.right {
  text-align: right;
}

#content .padding {
  padding: 20px 20px 20px 40px;
}

#sidebar .padding {
  padding: 20px 40px 20px 20px;
}

abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

h1, h2 {
  color: #3f3f3f;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

#container h1 {
  color: #ffaa44;
  font-size: 24px;
  /*font-weight: normal;*/
  /*line-height: 24px;*/
  margin-bottom: 10px;
  border-left: 1px dotted #ffaa44;
  padding-left: 16px;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
}

p, ul {
  color: #3F3F3F;
  font-size: 13px;
  line-height: 18px;
}

p.small {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

p.submenu {
  font-size: 11px;
  padding-left: 18px;
}

ul {
  margin-top: 2px;
}

li {
  list-style: url('../images/disc.png') circle;
}

img.left {
  border: 10px solid #f3f3f3;
  float: left;
  margin: 4px 15px 10px 0;
}

img.right {
  border: 10px solid #f3f3f3;
  float: right;
  margin: 4px 0 10px 15px;
}

table {
  margin-top: 5px;
  width: 420px; 
}

td {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  vertical-align: top;
}

tr.odd {
  background: #c1e8f2;
}

div.right {
  border: 10px solid #f3f3f3;
  float: right;
  margin: 4px 0 10px 15px;
}
