html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family:"Arial", "Helvetica", sans-serif;
  font-size:12px;
  line-height:18px;
  color:#e2e2e2;
  text-align:left;
  background-color: #a5a5a5;
}

a img {
  border: none;
  outline: none;
}

p {
  margin:0 0 1em 0;
}

h1, h2 {
  font-weight:normal;
  font-family:"Times New Roman", serif;
  color:#66a7ad;
  margin:1em 0 0.5em 0;
}

h1 {

  font-size:26px;
  line-height:30px;
}

h2 {
  font-size:24px;
  line-height:30px;
}

.firstHeading {
  margin-top:0;
  margin-bottom: 1em;
}

.rightbox .firstHeading {
  margin-bottom: 10px;
}

h3 {
  font-weight: bold;
  font-family: "Arial", Helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
  color:#66a7ad;
  margin:0 0 0.2em 0;
}

h4 {
  font-weight:normal;
  font-size:18px;
  color:#66a7ad;
  margin:1em 0 0 0;
} 

h5, h6 {
  font-weight:bold;
  font-size:14px;
  color:#66a7ad;
  margin:1em 0 0 0;
}

a {
  color:#66a7ad;
  text-decoration:none;
  outline: none;
}

a:hover {
  color: #81d3db;
}

#background {
  width: 100%;
  background: url("/con/cms/images/bg-body.jpg") #dfdfdf top left repeat-x;
}

#container {
  width:976px;
  margin:0 auto;
  min-height:350px;
  background: #562d01 url("/con/cms/images/bg-container.jpg") left top repeat-x;
}

* html #container {
  min-height: 350px;
}

#top {
  background: transparent url("/con/cms/images/bg-top.jpg") top left no-repeat;
  height: 120px;
  width: 976px;
}

#languages {
  height: 16px;
  padding: 22px 200px 22px 20px;
  color: #ffffff;
  clear: both;
}

#navigation {
  margin:30px 0 0 33px;
  width: 743px;
  height:30px;
  line-height: 30px;
  float: left;
}

* html #navigation {
  margin-left: 16px;
}

#membership {
  float: right;
  width: 130px;
  margin: 30px 33px 0 37px;
  height: 30px;
  line-height: 30px;
}

* html #membership {
  margin-right: 16px;
}

#center {
  width: 976px;
  display:block;
  background: transparent url("/con/cms/images/bg-center.gif") top left repeat-y;
}

#left_border {
  width: 13px;
  background: transparent url("/con/cms/images/left-border.jpg") top left repeat-y;
  float: left;
  display: block;
  height: 300px;
}

#right_border {
  width: 13px;
  background: transparent url("/con/cms/images/right-border.jpg") top left repeat-y;
  float: right;
  display: block;
  height: 300px;
}

#content {
  float: left;
  width: 922px;
  padding: 30px 14px;
}

#main {
  padding-bottom: 30px;
  margin: 0 6px;
  background: transparent url("/con/cms/images/horizontal-delimiter.jpg") repeat-x bottom left;
  min-height: 450px;
}

* html #main {
  height: 450px;
}

#main.home {
  margin: 0;
}

#sidebar {
  width:165px;
  float:left;
  padding:30px 14px 0 0;
  margin: 0 0 20px 0;
}

#homearts {
  padding: 40px 20px;
  width: 882px;
  background: transparent url("/con/cms/images/horizontal-delimiter.jpg") repeat-x top left;
}

#truecontent {
  padding: 0 15px 20px 15px;
  float: right;
  width: 700px;
  background: transparent url("/con/cms/images/vertical-delimiter.jpg") repeat-y top left;
}

#trueright {
  float: right;
  width: 260px;
  padding: 40px 0 20px 20px;
}

#trueleft {
  float: left;
  width: 400px;
  background: transparent url("/con/cms/images/vertical-delimiter.jpg") repeat-y top right;
  padding: 40px 19px 20px 0;
}

#boxes {
  width:922px;
  margin: 16px 0 0 0;
}

.box h2, .box h3 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}

.box h2 {
  font-size: 18px;
  font-weight: bold;
}

h3.subtitle {
  color: #552c01;
  font-size: 14px;
  font-weight: normal;
}

.middlebox h2, .middlebox h3 {
  text-align: right;
}

.box {
  width: 282px;
  height: 148px;
  float: left;
  padding: 50px 10px 40px 10px;
  position:relative;
  background: transparent url("/con/cms/images/bottom-box-normal.jpg") no-repeat left top;
}

.middlebox {
  margin: 0 8px;
  background-image: url("/con/cms/images/bottom-box-pic.jpg");
}

* html .middlebox {
  margin-left: 8px;
}

#bottom  {
  width: 976px;
  display:block;
}

#footer {
  width: 976px;
  height:82px;
  text-align:center;
  line-height:50px;
  padding:0;
  background:url("/con/cms/images/bg-footer.jpg") transparent no-repeat top left;
  color:#959595;
  font-size:10px;
}

#footer a {
  color:#959595;
  text-decoration: none;
}

#footer a:hover {
  color:#656565;
}

#page_bottom {
  width:100%;
  margin: 20px 0 0 0;
  min-height: 422px;
  background: transparent url("/con/cms/images/bg-bottom.jpg") repeat-x left top;
}

#page_bottom .sanacenter {
  height: 422px;
  width: 976px;
  margin: 0 auto;
  background: transparent url("/con/cms/images/footer-logo-big.jpg") no-repeat top center;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


