body
{
  z-index: 1;
  margin: 0;
  padding: 0;
  font: 80% Tahoma, sans-serif;
  color: #000000;
  text-align: center;
  background: url(img/background.jpg) repeat scroll center top transparent;
}

a, a:link, a:visited {
	color:#c0c0c2;
}

/* COMMON */

.cleaner
{
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

.invisible
{
  display: none;
}

.button
{
  background-image: url(img/button.gif);
  /*background-position: center;*/
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 172px;
  height: 36px;
}

.button a
{
  text-decoration: none;
}

#effect
{
  background-image: url(img/light.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#main_wrapper
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#logo
{
  padding: 38px 0;
  text-align: left;
}

/* HEADER MENU */

#header_menu
{
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  margin: 0 -6px 0 -4px;
}

#header_menu ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header_menu ul li
{
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* SLIDER */

#slider
{
  position: relative;
  z-index: 5;
  margin: -8px 0;
  width: 960px;
  height: 340px;
}

/* CONTENT */

#content 
{
  clear: both;
  color: #606060;
  background-color: #EBEBEB;
  background-image: url("img/content_middle.png");
  background-position: center top;
  background-repeat: repeat-y;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#content #content_top
{
  background-image: url("img/content_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin: -15px auto 15px auto;
  height: 30px;
  position: relative;
  z-index: 10;
}

#content #content_left
{
  clear: left;
  float: left;
  text-align: left;
  width: 470px;
  /*padding: 0 30px;*/
}

#content #content_right
{
  clear: right;
  float: right;
  text-align: left;
  width: 370px;
  /*padding: 0 30px;*/
}

#content #content_center
{
  clear: both;
  float: left;
  text-align: left;
  width: 900px;
  /*padding: 0 30px;*/
}

#content p
{
  margin-top: 10px;
  margin-bottom: 10px;
}

#content h3
{
  color: #AA2020;
  text-align: left;
  font: 150% Tahoma, sans-serif;
  display: inline;
  padding-left: 10px
}

#content ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#content ul li
{
  margin: 0px;
  padding: 10px 30px;
  display: inline;
}

.content_icon
{
  margin: 0 0 -15px 0;
}

.content_sign
{
  text-align: right;
}

#content_bottom
{
  background-image: url("img/content_bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 20px;
  position: relative;
  z-index: 10;
}

/* FOOTER */

#footer
{
  color: #808080;
  background-image: url(img/footer.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 40px;
  width: 960px;
  position: absolute;
  font: 120% Tahoma,sans-serif;
  padding-bottom: 20px;
}

#footer #left
{
  float: left;
  text-align: left;
  width: 630px;
  margin: 10px 0 0 30px;
}

#footer #right
{
  float: right;
  text-align: right;
  width: 270px;
  margin: 10px 30px 0 0;
}

#footer ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer ul li
{
  padding: 0px;
  margin: 0px;
  display: inline;
}