body {
  margin: 0 auto;
  background: #ffcc01;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size : 75%;
}

form {
  margin: 0;
}

a {
  color: #c70b0a;
}

a:hover {
  color: #b0a474;
}

#b_block2 a:hover {
  color: #fff4c6;
}

h3 {
  font-size: 120%;
}

img {
  padding: 1px;
  border: 1px solid #efe1a2;
  margin: 5px;
}

.formfield {
  background-color: #fff; 
  border: 1px solid #90B8DC;
}

.formbutton {
  color: #fff;
  background: #485568;
  border-left: 1px solid white;
  font-size: 90%;
}

#outerbox {
  margin: auto;
  width: 975px;
  background: url('../assets/outer.jpg') right repeat-y;
}

#container {
  margin: auto;
  width: 960px;
  background: white;
}

#header {
  width: 960px;
  height: 100px;
  background: url('../assets/header.jpg') no-repeat;
}

#menu {
  width: 960px;
  background: url('../assets/menu.jpg') repeat-x;
  text-align: center;
}

#menu a {
  font-size: 12pt;
  color: black;
  padding-left: 10px;
  padding-right: 15px;
  margin-left: 5px;
  text-decoration: none;
  line-height: 30px;
}

#menu a:hover {
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  color: black;
  zoom: 1;
}

#left_col {
  float: left;
  width: 300px;
  padding: 10px;
  _height: 350px;
  min-height: 350px;
}

#mid_col {
  float: left;
  width: 309px;
  padding: 5px;
  _height: 350px;
  min-height: 350px;
  border-left: 1px solid #efe1a2;
}

#right_col {
  float: left;
  width: 310px;
  padding: 5px;
  _height: 350px;
  min-height: 350px;
  background: #fffbe8;
}

.head_dark {
  display: block;
  text-align: center;
  background-color: #f0e0a4;
  font-weight: bold;
}

.head_light {
  display: block;
  text-align: center;
  background-color: #fff4c6;
  font-weight: bold;
}

.head_light2 {
  display: block;
  text-align: center;
  background-color: #C30000;
  color: #fff4c6; 
  font-weight: bold;
}

#cursus {
  background: #f9f3db;
}

#man_coaching {
}

#arb_mil {
  background: #f9f3db;
}

#trading {
}

#bottom_block {
}

#b_block1 {
  float: left;
  width: 310px;
  padding: 5px;
  background: #fff4c6;
  _height: 100px;
  min-height: 100px;
}

#b_block2 {
  float: left;
  width: 309px;
  padding: 5px;
  background: #b0a474;
  border-left: 1px solid white;
  _height: 100px;
  min-height: 100px;
}

#b_block3 {
  float: left;
  width: 309px;
  padding: 5px;
  background: #b0a474;
  border-left: 1px solid white;
  _height: 100px;
  min-height: 100px;
  font-size: 90%;
}

#footer {
  clear: both;
  width: 960px;
  font-size: 90%;
  text-align: center;
}

.cleaner {
  clear: both;
}