/*____________________________________________________________
Global elements
____________________________________________________________*/

body {
  margin: 24px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, 'Lucida Grande', 'Bitstream Vera Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #B9B9B9;
  cursor: default
}

/*____________________________________________________________
Links
____________________________________________________________*/

a, a:visited {
  color: #FFFFFF;
  text-decoration: none
}

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

/*____________________________________________________________
Layout elements (div's)
____________________________________________________________*/

div {
  margin: 0;
  padding: 0
}

#top {
  height: 3px;
  width: 100%;
  background-color: #3A464C
}

#main_box {
  height: 575px;
  width: 100%;
  background-color: #FFFFFF
}

#baner, #admin {
  text-align: left;
  float: left;
  height: 575px;
  width: 1000px
}

#admin {
  padding-left: 22px;
}

#bottom_box {
  margin-top: 2px;
  height: 21px;
  width: 100%;
  background-color: #3A464C;
  text-align: left
}

#copyrights {
  float: left;
  margin: 3px 0 0 16px;
  font-size: 11px
}

h1 {
  display: block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #3A464C
}

span.admin_item {
  display: block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #A1C000
}

/*____________________________________________________________
Images
____________________________________________________________*/

img {
  display: block;
  border: 0
}

