/*================================================================
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 : #FFB999; line-height: 1.4em; background : #FFB999;}



/* 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: 492px;
  width: 220px;
  padding: 0px;
  margin: 0px 0px 0 0;
}
/* Right Content
----------------------------------------------------------------*/
#right_content {
  float: left;
  background: #000000; 
  width: 570px;
  height: 486px;
  padding: 3px;
  margin: 0px 0px 0 0;
}
/* Bottom
----------------------------------------------------------------*/
#bottom_part {
  float: center;
	margin-top: 30px;
  background: #FFB999; 
   font-size: 11px;
  width: 500px;
padding: 10px 20px;
}