/* Layout */

html, body, div, span, p, a, ol, ul, li, img, h1, h2, table, tr, td, th, fieldset, form, label, input, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 101%;
  font-family: inherit;
  font-variant: inherit;
  vertical-align: baseline;
}

body, table, tr, td, div, p, ul, li {
  font: normal 13px arial;
}

h1 {
  margin: 13px 0 14px 0;
  text-align: center;
  font: bold 12pt Arial;
}

h2 {
  font: bold 13px arial;
  margin-bottom: 12px;
}

p {
  margin-bottom: 12px;
}

em {
  font-weight: normal;
  font-style: italic;
}

a:link, a:visited {
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

h1 a {
  text-decoration: underline ! important;
  padding: 0 1px;
}

ul {
  margin-bottom: 12px;
}

li {
  margin-left: 25px;
}

.note {
  text-align: center;
}

.important {
  font-weight: bold;
}

#wrapper {
  width: 1119px;
  height: 873px;
  margin: 25px auto 0 auto;
}


#main {
  width: 1119px;
  height: 873px;
}

#title, #menu, #content, #footer
{
  position: absolute;
  margin-left: 35px;
}

#title{
  width: 731px;
  height: 99px;
  margin-top: 32px;
}

#menu {
  margin-top: 132px;
  padding-right: 4px;
}

#content {
  width: 701px;
  height: 666px;
  margin-top: 153px;  
  padding: 10px 15px;
}

#footer {
  width: 731px;
  margin-top: 841px; 
  text-align: center;  
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
  font-weight: bold;
  text-decoration: none;
}
#menu span {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 117px;
  text-align: center;
}

/* Theme */

body {
  background-color: black;
}

body, table, tr, td, div, p, ul, li {
  color: #CCCCCC;  
}

h1 {
  color: white;
}

h2 {
  color: white;
}

a:link, a:visited {
  color: #DDDDC4;
}

a:active, a:hover {
  color: #DDDDC4;
}

h1 a {
  color: white ! important;
}

.important {
  color: #DDDDDD;
}

#wrapper {
  background-color: #0E1317;
  background-image: url(img/bg_main_extended.jpg);
  background-repeat: no-repeat;
}

#main {
  background-image: url(img/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid #68415E;
}

#title {
  background-image: url(img/bg_title.png);
  border-top: 1px solid #7B5270;
  border-left: 1px solid #7B5270;
  border-right: 1px solid #7B5270;
}

#menu {
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #7B5270;
  background-color: #402035;
  color: white;
}

#menu a:link, #menu a:visited {
  color: white;
}

#menu a:active, #menu a:hover {
  color: #D0D0D0;  
}

#menu span {
  border-left: 1px solid #7B5270;
}

#content {
  background-image: url(img/bg_content.png);
  border: 1px solid #7B5270;
}

#footer {
  font-size: 10px;
  color: #9B6280;
}

#footer a:link, #footer a:visited {
  color: #9B6280;
  text-decoration: none;
}

#footer a:active, #footer a:hover {
  color: #9B6280;
  text-decoration: underline;
}