/*================================================================
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; padding: 4px;  }


/* 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: 1212px;
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#all_content {
  float: center;
  background: #008f2a; 
width: 1100px;
  height: 914px;

  margin: opx 0px 0 0;
}
/* Right Content
----------------------------------------------------------------*/
#right_content {
	float: left;
	background: #000000;
	width: 360px;
	height: 1200px;
	padding: 6px;
	margin-top: opx;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
/* Far Right Content
----------------------------------------------------------------*/
#far_right_content {
	float: left;
	background: #000000;
	width: 195px;
	height: 1200px;
	padding: 6px;
	margin-top: opx;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
/* Bottom
----------------------------------------------------------------*/
#bottom_part {
  float: center;
	margin-top: 30px;
  background: #FFB999; 
   font-size: 11px;
  width: 500px;
padding: 10px 20px;
}
