@charset "utf-8";
  /*----------------------------------------------------------------
  CSS design and template (style3.css)
  ------------------------------------------------------------- */
  body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#FFF;
	background: #ffffff url(img2/b3.jpg) repeat-x right bottom fixed; /*Water background /*
	margin: 0; /* Zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* Container in IE 5* browsers then set to the left aligned default in the #container selector */
	color: #000000;
  }
  
  /* Centering whole layout*/
  .yoko #wrap {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 1px;
	border: #CCC;
	border: thin;     		/* Outside of slim border*/
	background-color:#CCC;  /* Whole backrond */
	/* width: 770px; */
	width: 810px;
	margin-top: -7px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;

  }
  /* End of centering*/
  
  /* ------------------------------------------------------------- text layout */
  .yoko #container {
	  
	/*background: #ffffff url(img2/b3.gif) repeat-x bottom fixed;/* /*Water background */
	
	width: 768px; /*text width*/
	background:#FFF;
	height: auto; /* the auto margins (in conjunction with a width) center the page *//* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 1px;
  } 
	/*  It creates container for oasiclinic.co.uk/23May2018 ------------- */
  .yoko #mainContent2 {
	width: 80%;
	margin-top: 0px;
	margin-left: 1em;
	margin-right: 1em;
	text-align:justify; /* make even texts length left/right */
	padding-left: 20px; /* font left space */
	padding-right: 20px; /* font righ space */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	
	background-color:#FFF;/* Text box codlor */
  } 
	/*  End of the oasiclinic.co.uk/23May2018 ------------------------------ */

/* ------------------------------------------------------------- Miscellaneous classes for reuse */
.clearfloat { /* Placed on a div or break element, final element before the close of 
				  a container that should fully contain a float */
	  clear: both;
	  height: 0;
	  font-size: 1px;
	  line-height: 0px;
  }
   /* ----------------------------------------------------------------
   The end of CSS design and template (style2.css)
   ---------------------------------------------------------------- */
