body { 
    padding: 0px; 
    margin: 0px; 
    min-width: 950px; 
    background-color: #cccccc; 
    background-image: url('../img/parket.jpg'); 
    /*background-attachment: fixed;*/
    /*background-image: url('../img/distorted-metal.jpg'); */
    font-family: 'Arial','Helvetica';
    font-size: 11pt;
}

.column {
  position: relative;
  float: left;
}

#container1 {
  padding-left: 430px;   /* Logo width */
  padding-right: 0px;  /* RC width */
  overflow: hidden;
}

#logo { 
  width: 430px;          /* Logo width */
  right: 430px;          /* Logo width */
  margin-left: -100%;
  height: 200px;
}

#top { 
  width: 100%;
  height: 200px;
  background-image: url('../img/bar-top.png');
}

#container2 {
  padding-left: 180px;   /* LC width */
  padding-right: 300px;  /* RC width */
  overflow: hidden;
}


#content {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: -4000px; 
  padding-bottom: 4000px;
  min-height: 700px;
}

#menu {
  width: 180px;          /* LC width */
  right: 180px;          /* LC width */
  margin-left: -100%;
  background-position: top left;
  background-image: url('../img/bar-side.png');
  margin-bottom: -4000px; 
  padding-bottom: 4000px;
}
#boxcolumn {
    width: 300px;          /* RC width */
    margin-right: -300px;  /* RC width */
    background-color: #ffffff;
    margin-bottom: -4000px; 
    padding-bottom: 4000px;
}

/*** IE6 Fix ***/
* html #menu  {
    left: 300px;           /* RC width */
}
*html #logo {
    left: 0px;
}

.logo-container {
    float: left; 
    width: 158px; 
    height: 200px;
}

.logo-name {
    float: left; 
    width: 229px; 
    padding: 30px 0 0 0; 
    height: 200px; 
    background-image: url('../img/logo_repeat.png');
}
.logo-right {
    float: left; 
    width: 43px; 
    height: 200px; 
    background-image: url('../img/logo_right.png');
}

#logo h1 { font-size: 20pt; margin: 0; padding: 0; text-align: right; }
#logo h2 { font-size: 10pt; font-style: italic; text-align: right; font-weight: normal; margin: 0; padding: 0;}
#logo h3 { font-size: 8pt; margin: 10px 0 0 0; padding: 0; font-weight: normal; text-align: center; }
#logo h3 img { margin: 0 0 0 15px; }
