/* CSS Document */
body {
  margin: 0;
  background-image: url(img/bg.gif);
  background-repeat: repeat;
  font-size: 11px;
  color: #ffffff;
  font-family: Tahoma;
}
div#top {
  width: 930px;
  height: 150px;
  margin: 0 auto;
  padding: 0;
}

div#content {
  height: 450px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(img/content_bg.gif);
  background-repeat: repeat-x;
}
div#contentCenter {
  position: relative;
  height: 402px;
  width: 930px;
  margin: 0 auto;
  padding: 15px 0;
  background-image: url(img/contentCenter_bg.gif);
  top: 9px;
  text-align: justify;
}
div#contentLeft {
  position: relative;
  float: left;
  width: 630px;
  height: 402px;
  margin: 0;
}
div#contentRight {
  position: relative;
  float: left;
  width: 210px;
  height: 402px;
  margin: 0;
  padding: 0 0 0 60px;
}
div#footer {
  text-align: center;
  width: 930px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
}
a#logo {
  position: relative;
  float: left;
  width: 221px;
  height: 69px;
  background-image: url(img/logo.gif);
  margin: 40px 60px 0 0;
}
a.menuLink {
  display: block;
  position: relative;
  float: left;
  height: 21px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 10px 0 10px;
  margin: 65px 5px 0 5px;
}
a.menuLink:hover {
  color: #1b1b1b;
  background-image: url(img/menuLink_bg.gif);
  background-repeat: repeat-x;
  text-decoration: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img.image {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 20px 5px 20px 5px;
}

a.menuLink2 {
  display: block;
  position: relative;
  float: left;
  height: 21px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 10px 0 10px;
  margin: 10px 5px 0 5px;
}
a.menuLink2:hover {
  color: #1b1b1b;
  background-image: url(img/menuLink_bg.gif);
  background-repeat: repeat-x;
  text-decoration: none;
}

img {
border: none;
}