body
{
  background: url(./../images/bg_site.gif) top left repeat-x;
  background-color: #ed99ad;
  margin: 20px;
}

#containerIndex
{
  position: absolute;
  width: 800px;
  height: 570px;
  top: 50%;
  left: 50%;
  margin-top: -285px;
  margin-left: -400px;
}

#headerIndex
{
  width: 800px;
  height: 35px;
  background: url(./../images/header2.png) no-repeat;
}

#footerIndex
{
  width: 800px;
  height: 35px;
  background: url(./../images/footer.png) no-repeat;
}

#contentIndex
{
  width: 800px;
  height: 500px;
  background: url(./../images/bg_container.gif) top center repeat-y;
}

#logoIndex
{
  width: 241px;
  height: 97px;
  background: url(./../images/logo.png) top center no-repeat;
  margin: 0px auto;
  margin-bottom: 20px;
}

#welcomeTxt
{
  width: 750px;
  margin: 0px auto;
  margin-top: 20px;
  font-family: Tahoma, Verdana, Sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 20px;
}

#welcomeTxt a
{
  color: #509ff7;
  text-decoration: none;
  font-weight: bold;
}

#container
{
  width: 800px;
  margin: 0px auto;
}

#headerCol
{
  width: 800px;
  height: 189px;
  background: url(./../images/header.png) no-repeat;
}

#contentCol
{
  width: 800px;
  background: url(./../images/bg_container.gif) top center repeat-y;
}

#leftCol
{
  float: left;
  width: 200px;
}

#rightCol
{
  width: 575px;
  font-family: Tahoma, Verdana, Sans-serif;
  font-size: 12px;
  color: #444444;
  padding-top: 15px;
  padding-right: 25px;
  line-height: 20px;
}

#rightCol a
{
  color: #509ff7;
  text-decoration: none;
}

#footerCol
{
  width: 800px;
  height: 35px;
  background: url(./../images/footer.png) no-repeat;
}

#menuCol
{
  width: 150px;
  margin-top: 15px;
  margin-left: 25px;
}

#menuCol a
{
  display: block;
  background-color: #f5f1f4;
  font-family: Tahoma, Verdana, Sans-serif;
  font-size: 12px;
  color: #846aaf;
  text-decoration: none;
  padding: 3px;
  padding-left: 10px;
  margin-bottom: 4px;
}

#menuCol a:hover
{
  font-weight: bold;
}

#footer
{
  width: 800px;
  margin: 0px auto;
  margin-top: 10px;
  text-align: center;
  font-family: Tahoma, Verdana, Sans-serif;
  font-size: 11px;
  color: #ffffff;
}

#footer a
{
  color: #ffffff;
  text-decoration: none;
}

#subCat
{
  width: 100%;
  text-align: center;
}

.dataMessage
{
  width: 100%;

  text-align: center;
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #444444;

  background-color: #fffcd1;
  border-top: 1px solid #ffcfa9;
  border-bottom: 1px solid #ffcfa9;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

input, select, textarea
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #444444;
  font-weight: normal;

  border: 1px solid #DEDEDE;
  padding: 3px;
}