
 body {
  margin: 0;
  padding: 0;
  background: #1F1F1F  repeat;
  font: normal 12px arial, helvetica, verdana, tahoma, sans-serif;
  color: #ffffff;

  scrollbar-face-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-arrow-color:#d60000;
  scrollbar-track-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
  
 }

 /* Main styling */

 #centreposition {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
 }

 #outside {
  margin-left: -380px;
  position: absolute;
  top: -285px;
  left: 50%;
 }

 #maincontainer {
  border: 1px solid #d60000; 
  background: #000000;
  width: 770px;
  height: 562px;
 }

 #header {
  width: 764px;
  height: 164px;
  border: 3px solid #000000;
  background: #000000 url("images/1.gif") no-repeat;
  
}

#content {
  float: left;
  width: 645px;
  height: 363px;
  margin: 2px;
  padding: 10px;
  border: 1px solid #d60000;
  overflow: auto;
}

#navigation {
  float: right;
  width: 90px;
  height: 383px;
  margin: 2px;
  border: 1px solid #d60000;
  overflow: auto;
}



/* Navigation styling */

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation a {
  display: block;
  width: 80px;
height: 17px;
  padding: 3px 0;
  padding-right: 10px;
  text-align: right;
  background: #000000;
  border-bottom: 1px solid #d60000;
  font-weight: bold;
}

#navigation a:link {
  color: #fff;
  text-decoration: none;
}

#navigation a:hover {
  background-color: #d60000;
  color: #fff;
}

#nav a:visited {
  color: #fff;
  text-decoration: none;
}

#navigation li #nobottomborder {
  border-bottom: 0px;
}

/* Content styling  */

#content h1 { 
  border-bottom:1px dotted #d60000; 
  color:#fff; 
  font-size:16px; 
  font-weight: bold; 
  line-height:30px; 
  padding:0 10px; 
}

#content h2 { 
  border-bottom: 1px dotted #d60000; 
  color:#fff; 
  font-size:10px; 
  font-weight: bold; 
  line-height:20px; 
  padding:0 10px; 
}

#content h3 { 
  border-bottom: 0px dotted #000000; 
  color:#fff; 
  font-size:16px; 
  font-weight: bold; 
  line-height:30px; 
  padding:0 10px; 
}


#content ul {
  list-style:none; 
  margin-left: 10px; 
  padding: 1px;
}

#content ol {
  margin-left: 10px; 
  padding: 1px;
  padding-left: 25px; 
}

#content ul li {
  padding-left: 15px; 
  background: url 0 5px no-repeat;
}

blockquote {
   margin: 15px 75px; 
   padding: 7px 10px;
   border: solid 1px #d60000;
   background: #000000;
   color: #D60000;
}

.begin {
  clear : both;
}