/* CSS Document */

<!--
a:link { color: #FFFFFF; text-decoration: none;}
a:active { color: #FFFFFF; text-decoration: none;}
a:visited { color: #FFFFFF; text-decoration: none;}
a:hover { color: #333333; text-decoration: none;}
-->

body {
  padding:0px;
  margin:0px;
  background-color:#333333;
  background-image:url('page_bg.gif');
  background-position:top;
  background-repeat:no-repeat;
}

.container {
  width:600px;
  height:100%;
  background-color:#8e8d4d;
}

.content {
  width:500px;
  height:100%;
  background-color:#8e8d4d;
}

.top_bar {
  padding:0px;
  margin:0px;
  width:500px;
  height:55px;
}

.navigation {
  width:500px;
  height:20px;
  font-family:verdana;
  font-size:16px;
  color:#ffffff;
}

.text_head {
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
  color:#ffffff;
  line-height:24px;
}

.text {
  font-family:verdana;
  font-size:14px;
  color:#ffffff;
  line-height:18px;
  text-align:justify;
}

.text_r {
  font-family:verdana;
  font-size:14px;
  color:#ffffff;
  line-height:18px;
  text-align:right;
}

.bottom {
  width:600px;
  height:280px;
  background-image:url('cont_bg.gif');
  background-position:bottom;
  background-repeat:no-repeat;
}
