
/*basic settings --------------------------------------------------------------*/

body {
  background-color:   #1b1916;
}

body, div, img, p, ul, li, img, h1, h2, h3, h4 {
  margin:             0px;
  padding:            0px;
  color:              #ffffff;
  text-align:         left;
  font-family:        "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
  font-size:          10pt;
  /*border: 	1px solid red;*/
}

a img {
  border:             0px solid #000000;
}

a {
  color:              #6699cc;
  text-decoration:    underline;
  font-weight:        bold;
}


a:active {
  color:              #99ccff;
  text-decoration:    underline;
}

/*content --------------------------------------------------------------*/

h1 {
  font-size:          15pt;
  color:              #ffffff;
  font-weight:        normal;

}
h2 {
  color:              #6699cc; 
  margin:             20px 0px 0px 0px;
}
p {
  color:              #ffffff;
  font-weight:        normal;
}

a.go_on{
  display: 			  block;
  color:              #bbbbbb;
  background-image:   url(go_on_link.gif);
  background-position:0px -5px;
  background-repeat:  no-repeat;
  width:              220px;
  height:             30px;
  text-decoration:    none;
  font-weight:        bold;
  margin:             40px 0px 0px 0px;
  padding:            0px 0px 0px 15px;

}
a.go_on:hover{
  color:              #ffffff;
  text-decoration:    underline;

}

/*layout --------------------------------------------------------------*/

div#page{
  margin:             0px auto 30px auto;
  width:              1000px;
  height:             755px;
  background-color:   #1d1915;
  background-image:   url(background.jpg);
  background-position:0px 0px;
  background-repeat:   no-repeat;

}

div#page div#logo {
  width:              1000px;
  height:             135px;
  
}
div#page div#content {
  float: left;
  width:              535px;
  height:             600px;
  padding:            0px 50px 0px 50px;
}
div#page div#menu {
  float: left;
  width:              220px;
  height:             300px;
}
div#page div#footer {
  clear:              both;
  width:              1000px;
  height:             20px;
}
div#page div#footer p{
  font-size:          9pt;
  margin:             0px 0px 0px 50px;

}


/*menu --------------------------------------------------------------*/
div#page div#menu ul li{
  float:              left;
  width:              220px;
  height:             30px;
  list-style:         none;
  color:              #bbbbbb;
  font-weight:        bold;
  text-decoration:    none;
  font-family:        "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  font-size:          12pt;
}

div#page div#menu ul li a{
  float: left;
  padding:            0px 0px 0px 15px;
  text-decoration:    none;
  color:              #999999;
}



div#page div#menu ul li a:hover{
  color:              #dddddd;
}

div#page div#menu ul li a.active{
  color:              #ffffff;
  background-image:   url(active_link.gif);
  background-position:0px -3px;
  background-repeat:   no-repeat;
}
