body {
  background: #fff url(img/bg.png) top left repeat;
  font-family: arial, verdana, tahoma, sans-serif;
  font-size: 12px;
  margin: 0;
  text-align: center;
  height: 100%;
}        /*
a {
  color: #A58EAA;
  text-decoration: none;
}
a:hover {
  color: #A58EAA;
  text-decoration: underline;
}
           */
div#wrapper {
  width: 770px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}
div#left {
  width: 210px;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
  background: #441e4a url(img/left.png) top center repeat-y;
}
div#left div#logo {
  height: 203px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
div#left div#dedicate {
  height: 73px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
div#left div#menu {
  padding: 0px;
  margin: 0;
}
div#left div#menu img {
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 10;
}
div#left div#img {
    padding: 0;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
}
div#left div#img img {
    z-index: 10;    
    text-align: center;
    border: 1px solid #000;
}
div#left div#text {
  color: #bbabbf;
  text-align: justify;
  border: 0;
  padding: 5px 0;
  padding-left: 16px;
  padding-right: 25px;
  background: url(img/left.png) top center repeat-y;
}
div#body {
  width: 560px;
  height: 100%;
  left: 420px;
  background-color: #fff;
  float: right;
}
div#header {
  height: 141px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

div#title {
  padding: 15px;
  width: 502px;
}
div#title h2 {
  font-family: verdana;
  font-size: 19px;
  color: #7a679d;
  padding: 0 5px;
  padding-bottom: 4px;
  font-weight: normal;
  display: block;
  background: #fff url(img/csik.png) bottom center no-repeat;
}
div.regeny {
  width: 485px;
  float: left;
  padding-top: 25px;
  padding-right: 40px;
  margin-top: 10px;
  background: #fff url(img/regeny_hr.png) top center no-repeat;
}
div.regeny div.img {
  padding-left: 15px;
  float: left;
 padding-right: 15px;
}
div.regeny p {
  padding-right: 40px;
}


div#content {
  margin-right: 10px;
  width: 525px;
  float: right;
  color: #fff;
  border: 0px dashed red;
}

div#content div.text {
  color: #737373;
  text-align: justify;
  padding: 20px;
  margin: 0;
  padding: 0;
/*  border-left: 1px solid #123a7e;*/
}
div#content div.img {
  width: 130px;
  padding: 9px;
  border: 1px solid #b3c9d7;
  background: #223453;
  margin: 15px 0 15px 15px;
  float: left;
  text-align: center;
  font-size: 10px;
  color: #b3c9d7;
  display: inline;
}
div#content div.img img {
  width: 130px;
  margin-bottom: 5px;
}

div#footer {
  height: 85px;
  width: 770px;
  background: url(img/footer.png) top center;
  overflow: hidden;
  float: left;
  vertical-align: bottom;
}
div#footer p{
  text-align: left;
  color: #D4C4D0;
  padding: 0;
  padding-left: 220px;
  padding-top: 54px;
}
.fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .fix {
  height: 1%;
}
.fix {
  display: block;
}
/* End hide from IE-mac */

