/*================================================================
Use files like this for page-specific styles.  For example, 
sample.html loads this file in addition to style.css.
================================================================*/
.float-left	{ float: left;  }
.clear-left	{ clear: left; 	background: lime }
.float-left2 { float: left; padding-top: 12px; }
.float-space { float: left; padding: 4px; }
.float-center	{ float: center;  }
.float-right	{ float: right;  }


/* BODY
----------------------------------------------------------------*/
body { margin:0px 0; padding:0; font: 74% Arial, Sans-Serif; color : #000000; line-height: 1.4em; background : #FFB999;}

.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFB999}

h4 {
  color: #FFB999;
  margin: 7px  3px ;

 font-weight: bold;
  font-size: 18px;
}

/* MAIN CONTAINER
----------------------------------------------------------------*/
#main_container {
  float: center;
  background: #FFB999; 
  width: 800px;
  padding: 0px;
  margin: 0px 0px 0 0;
}
/* TOP ROW
----------------------------------------------------------------*/
#top_row {
  float: center;
  background: #FFB999; 
  height: 146px;
  padding: 0px;
  margin: 0px 0px 0 0;
}
/* MIDDLE PART
----------------------------------------------------------------*/
#middle_part {
  float: center;
  width: 800px;
  padding: 0px;
  margin: 0px 0px 0 0;
}
/* LEFT NAV
----------------------------------------------------------------*/
#left_nav {
  float: left;
  background: #000000; 
  height: 926px;
  width: 220px;
  padding: 0px;
  margin: 0px 0px 0 0;
}
/* Right Content
----------------------------------------------------------------*/
#right_content {
  float: left;
  background: #000000; 
  width: 564px;
  height: 914px;
  padding: 6px;
  margin: opx 0px 0 0;
}
/* Bottom
----------------------------------------------------------------*/
#bottom_part {
  float: center;
	margin-top: 30px;
  background: #FFB999; 
   font-size: 11px;
  width: 500px;
padding: 10px 20px;
}