/**
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - There is an scss (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set Compass to watch it or the directory this file will be
 *   overwritten!
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Example style to show how to target a device range */

/*
html {
  font-size: 100%; 
}


#page_wrapper  {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#page  {
  width: auto;
  height: auto;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  display: block;
  background: #c8d3e0 url(../images/back_ye_header.jpg) repeat-x 0 0;
  width: auto;
  height: 147px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius-topleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  border-radius: 17px 17px 0px 0px;
}



.region-two-66-33-first {
  width: 600px;
  height: 350px;
  margin: 0;
}

.region-two-66-33-second {
  width: auto;
  height: 350px;
  margin-left: -10px;
  color: #fff;
  font-size: 9pt;
  line-height: 11pt;
}

.three-3x33 .region-three-33-first, .three-3x33 .region-three-33-second, .three-3x33 .region-three-33-third {
  display: block;
  width: 30%;
  height: auto;
  min-height: 380px;
  float: left;
  margin: 0 0 0 11px;
  border: 1px solid #385b88;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-radius: 14px 14px 14px 14px;
  font-size: 10pt;
}

.sidebar .block {
  margin: 0 10px 0 0;
  width: 220px;
  height: auto;
}

*/

