body{
  padding:0px;
  margin:0px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; 
  font-size:0.75em;
  background-color:#000000;
  color: #ffffff;
  text-align: center;
}

a:link, a:visited, a:active { color: #ffcc00; text-decoration: none; }
a:hover { color: #ffcc00; text-decoration: underline; }

test{
  background-color: #1c1c1c;
  color: #a8a8a8;
}

#site_logo {
  width: 900px;
  height: 130px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right;  
}

#container {
  width:900px;
  margin: auto;
  margin-top:20px;
}

#content_frame {
  width:900px;
  /*border: 1px dashed yellow;*/
}

#content {
  width: 880px;
  text-align: left;
  /*border: 1px dashed white;*/
  margin: auto;
}

#main_menu{
  width: 900px;
}

#main_menu span {
	display:none;
}

#main_menu td {
	text-align:center;
}

a.menu_1 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_1_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_2 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_2_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_3 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_3_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_4 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_4_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_5 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_5_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_6 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_6_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_7 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_7_act {
  background-repeat: no-repeat;
  display:block;
}

a.menu_8 {
  background-repeat: no-repeat;
  display:block;
}

a.menu_8_act {
  background-repeat: no-repeat;
  display:block;
}

input, textarea {
  color: white;
	background-color: black;
	border: 1px solid white;
}

#footer {
}

#bottomright {
  position:fixed; bottom:0px; right:0px; width:130px; height:56px;
  z-index:999;
}

/* ======================= Custom syles ========================== */

.hightext{
  color: #ffcc00;
}

.order_column2 {
  text-align: left;
  white-space: nowrap;
}

select {
  background-color: black;
  color: white;
  border: 1px solid white;
}

hr {
  color:white;
}