/* CSS Document */
body {
  background-color: #000000;
  font-family: verdana, tahoma, arial;
  color: #cccccc;  
   margin: 0;
  font-size: 10pt;
}

#outter_container {
  width: 100%;
  height: auto;
  text-align: center;
}

#container {
  width: 990px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 990px;
  height: 200px;
  font-family: arial;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  clear: both;
}

#left_column {
  width: 175px;
  *width: 190px;
  height: 432px;
  *height: 450px; 
  background-image: url(../images/leftcenter.jpg);
  padding-left: 15px;
  float: left;
  clear: left;
}

#right_column {
  width: 168px;
  *width: 190px;
  height: 422px;
  *height: 450px;
  background-image: url(../images/rightcenter.jpg);
  padding-left: 22px;
  padding-top: 10px;
  float: left;
  clear: right;
}

.right_column_content {
  width: 168px;
  *width: 190px;
  height: 422px;
  *height: 450px;
  margin-right: 100px;
  padding-top: 5px;
  float: left;
  clear: right;
}

#content {
  width: 610px;
  /*width: 645px;*/
  height: 432px;
  *height: 450px;
  background-image: url(../images/contentbg.jpg);
  float: left;
  overflow: auto;
}

#main_content {
  width: 570px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: auto;
  padding-right: 10px;
  border: 0px;
}

#footer {
  width: 990px;
  height: 82px;
  *padding-top: 25px;
  text-align: center;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

.menu {
  width: 152px;
  height: 35px;
  background-image: url(../images/button.gif);
  background-repeat: no-repeat;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-weight: bolder;
  font-size: 13px;
  display: block;
  float: left;
}

.menu2 {
  width: 152px;
  height: 75px;
  background-image: url(../images/button.gif);
  background-repeat: no-repeat;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bolder;
  font-size: 13px;
  display: block;
  float: left;
}


a:link {
  color: #ccc;
}
a:visited {
  color: #ccc;
}
a:active {
  color: #ccc;
}

h1 {
  font-size: 15pt;
  font-family: Lucida Handwriting, arial;
  margin-bottom: -6px;
}
h2 {
  font-size: 13pt;
  font-family: Lucida Handwriting, arial;
  margin-bottom: -6px;
}
h3 {
  font-size: 11pt;
  font-family: Lucida Handwriting, arial;
  margin-bottom: -6px;
}
h4 {
  font-size: 9pt;
  font-family: Lucida Handwriting, arial;
  margin-bottom: -6px;
}

b {
  font-size: 12px;
}

blockquote {
  margin-bottom: 0px;
  margin-left: 10px;
}

.search {
  position: absoloute;
  float: right;
  margin: 10px 10 2 0;
  padding: 1px;
}

