body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Sans-serif, Serif;
	background-color: #ffffff !important;
	color: #000000;
	}

/* ----------------------- */	
/* ---:- CONTAINERS */

#bgfade {
    display: none;
    }
    
    
#center_container {
    z-index: 0;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }

/* ----------------------- */
/* --- HEADER */    
#header {
    display: none;  
    }
#header_menu {
    display: none;
    }


/* ----------------------- */
/* --- MAINBODY */    
#mainbody {
  z-index: 0;
  width: 100%;
  padding: 0px;
  margin: 0px;
  }
#mainbody #top_right {
  display: none;
  }
    
#left {
    position: relative;
    padding: 0 0 10px 25px;
    float: left;
    width: 525px;
    }
#right {
    position: relative;
    padding-right: 15px;
    float: right;
    width: 343px;
    }
#bottom {
    clear:both;      
    width: 888px;
    margin: 0 15px;
    padding: 1px;
    }
    
#mainbody #left h1, .fckeditor h1 {
  margin: 20px 0 18px -10px;
  padding: 5px 12px;
  font-size: 20px;
  color: #536068;
  border-bottom: 1px dotted #F58218;
  }
#mainbody #left h2, .fckeditor h2 {
  margin: 20px 0 18px -10px;
  padding: 5px 12px;
  font-size: 17px;
  color: #536068;
  border-top: 1px dotted #F58218;
  border-bottom: 1px dotted #F58218;
  }
#mainbody #left h3, .fckeditor h3 {
  margin: 20px 0 18px -10px;
  padding: 5px 12px;
  font-size: 17px;
  color: #F58218;
  border-top: 1px dotted #536068;
  border-bottom: 1px dotted #536068;
  }
#mainbody #left h4, .fckeditor h4 {
  margin: 8px 0 12px -10px;
  padding: 5px 12px;
  font-size: 14px;
  color: #536068;
  }
#mainbody #left p, .fckeditor p {
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
  color: #536068;
  }
/* - mainbody links */  
#mainbody #left a {
  color: #F58218;
  text-decoration: none;
  }
#mainbody #left a:before {
  content: "\00BB ";
  }
#mainbody #left a:hover {
  color: #536068;
  text-decoration: none;
  }
#mainbody #left a:active {
  color: #000000;
  text-decoration: none;
  }

/* ----------------------- */
/* --- FOOTER */
#footer {
    z-index: 0;
    position: static;
    top: 0px;
    width: 100%;
    font: 13px Verdana,Arial,Sans-serif,Serif;
    color: #000000;
    }
/* - footer links */  
#footer a {
    color: #000000;
    text-decoration: none;
    }
#footer a:hover {
    color: #FCC882;
    }
#footer a:active {
    color: #738392;
    }
    
/* ----------------------- */
/* --- NAVBAR */

.navbar {
  display: none;
  }


/* ----------------------- */
/* --- INFOBOX */

.infobox {
  z-index: 1;
  position: relative;
  width: 343px;
  right: -6px;
  padding-top:0px;
  overflow: hidden;
  }
.infobox_content {
  z-index: 2;
  position: relative;
  width: 317px;
  /*min-height: 250px;*/
  padding: 0px 10px 15px 10px;
  overflow: hidden;
  font: 13px Verdana,Arial,Sans-serif,Serif;
  color: #000000;
  }
.infobox_top {
  z-index: 1;
  position: absolute;
  top: 0px;
  width: 343px;
  height: 10px;
  }
.infobox_bottom {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  width: 343px;
  height: 0px;
  }
  
.infobox h1 {
  margin: 9px 0 5px -9px;
  padding: 5px 3px 7px 10px;
  font: bold 14px Verdana,Arial,Sans-serif,Serif;
  color: #000000;
  background: url(../image/bg/infobox_h1.png) repeat;
  }
.infobox h2 {
  margin: 13px 0 5px -9px;
  padding: 3px 3px 4px 10px;
  font: bold 13px Verdana,Arial,Sans-serif,Serif;
  color: #000000;
  background: url(../image/bg/infobox_h2.png) repeat;
  }
.infobox h3 {
  margin: 10px 0 8px 0;
  font: bold 14px Verdana,Arial,Sans-serif,Serif;
  }
/* - infobox links */  
.infobox a {
  color: #FBC279;
  text-decoration: none;
  }
.infobox a:before {
  content: "\00BB  ";
  }
.infobox a:hover {
  color: #000000;
  }
  
.infobox h1 a {
  color: #738392;
  text-decoration: none;
  }
.infobox h1 a:before {
  content: "\00BB  ";
  }
.infobox h1 a:hover {
  color: #000000;
  }

/* ----------------------- */    
/* --- MENU LINKS */
#main_menu {
    display: none;
    }