@import url(menu.css);
@import url(text.css);

body {
  margin: 0px;
  background: #fff url(../../../images/bg.gif); 
  text-align: center;
  font: 13px "Arial";
  color: #2A2A2A;
  width: 100%;
  padding: 0px;
}

a {
  color: #023C64;
}

a img {
  border-width: 0px;
}

DIV.shadow {
  background: #fff url(../../../images/shadow.gif) repeat-y; 
  margin: 0 auto;
  text-align: left;
  padding: 0;
  width: 761px;
}

div.body {
  background: #C7B4A0 url(../../../images/body_bg.gif) repeat-y left; 
  margin: 0 6px;
  padding-top: 72px;
  position: relative;
}

div.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 749px;
  height: 144px;
  background: #EAE8DE url(../../../images/head_bg.gif) no-repeat left; 
}

div.content {
  padding-bottom: 24px;
  background: url(../../../images/content_bg.gif) no-repeat bottom; 
}

div.right-block {
  position: relative;
  background: url(../../../images/text_bg.gif);
  margin-left: 130px; 
  min-height: 600px;
}

/* Fix IE. Hide from IE Mac \*/ 
* html div.right-block {
  height: 600px;
}
/* End */ 

.left-menu {
  position: absolute;
  top: 148px;
  left: 4px;
  width: 125px;
}

.text {
  padding: 0px 20px 30px 20px;
}

