html, body
{
  padding: 0px;
  margin: 0px;
}

body
{
  background: url(/img/bg.png) top repeat-x white;
  font-family: Arial, Verdana;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

a
{
  text-decoration: none;
  color: #bf3030;
  outline: none;
}

a:hover
{
  text-decoration: none;
}

img
{
  border: 0px;
}

.bg_squirl
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 531px;
  height: 625px;
  background: url(/img/bg_squirl.png) top no-repeat;
  overflow: hidden;
  margin: 0 0 0 -61px;
}

.container
{
  position: relative;
  width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}

.logo
{
  width: 330px;
  height: 110px;
  background: url(/img/logo.png);
  overflow: hidden;
  margin: 70px 0 0 30px;
}

.logo img
{
  width: 330px;
  height: 110px;
}

.banner
{
  position: relative;
  height: 200px;
  overflow: hidden;
}

.banner img
{
  position: absolute;
  top: 0;
  left: 0;
}

.banner .b_overlay
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/banner_overlay.png);
  behavior: url(/iepngfix.htc);
}

.banner .b_title
{
  position: absolute;
  top: 0;
  right: 0;
  height: 200px;
  background: url(/img/banner_title.png);
  behavior: url(/iepngfix.htc);
  padding: 0 50px;
  line-height: 200px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin: -10px 0 0 0;
}

.banner .b_text
{
  position: absolute;
  right: 0;
  bottom: 25px;
  height: 60px;
  background: url(/img/banner_text.png);
  behavior: url(/iepngfix.htc);
  padding: 0 25px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.content
{
  float: left;
  width: 900px;
  background: url(/img/content_shadow.png) top no-repeat;
  behavior: url(/iepngfix.htc);
  padding: 20px 0 40px 0;
  overflow: hidden;
}

.menu
{
  float: left;
  width: 160px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin: -5px 40px 0 20px;
  display: inline;
}

.menu .m_link
{
  margin: 5px 0 0 0;
}

.menu .m_link a
{
  color: #333;
  display: block;
}

.menu .m_link a:hover
{
  text-decoration: underline;
}

.menu .m_link.m_active a
{
  text-decoration: underline;
  color: #bf3030;
}

.page
{
  float: left;
  width: 460px;
  overflow: hidden;
  margin: -20px 0 0 0;
  display: inline;
}

.page .p_title
{
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #bf3030;
  margin: 20px 0 0 0;
}

.page .p_prize
{
  height: 22px;
  line-height: 22px;
  margin: 5px 0 0 0;
}

.page .p_prize .p_p_money
{
  float: left;
  height: 22px;
  background-image: url(/img/content_prize.png);
  padding: 0 0 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.page .p_prize .p_p_text
{
  float: left;
  height: 22px;
  background-image: url(/img/content_prize.png);
  background-position: -90px 0;
  background-repeat: no-repeat;
  padding: 0 0 0 15px;
  font-size: 11px;
  margin: 0 20px 0 0;
}

.info
{
  float: right;
  width: 160px;
  text-align: right;
  font-size: 14px;
  overflow: hidden;
  line-height: 18px;
  margin: 0 20px 0 0;
  display: inline;
}

.info img
{
  behavior: url(/iepngfix.htc);
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

