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

body {
  font-family:"Arial", sans-serif;
  font-size:11px;
  line-height:15px;
  color:#222222;
  text-align:left;
  background-color: #d2b275;
}

a img {
  border:none;
}

p {
  margin:0 0 10px 0;
}

h1, h2, h3 {
  font-family: "Arial",sans-serif;
  color:#b09053;
  font-weight:bold;
}

h1 {
  font-size:18px;
  line-height:23px;
  margin:20px 0 12px 0;
}

h2 {
  font-size:16px;
  line-height:23px;
  margin:15px 0 10px 0;
}

.firstHeading {
  margin-top:0;
}

h3 {
  font-size:14px;
  line-height:20px;
  margin:12px 0 6px 0;
}

h4 {
  font-size:12px;
  line-height: 15px;
  color:#555;
  margin:10px 0 5px 0;
} 

h5 {
  font-weight:bold;
  font-size:11px;
  margin:8px 0 4px 0;
}

a {
  color:#7c7070;
  text-decoration:none;
  outline: none;
}

a:hover {
  color:#888ea7;
  text-decoration:none;
}

#outer_container {
  width:1116px;
  margin:0 auto;
  padding:0;
  background: transparent url("../images/inner.png") repeat-y 115px top;
}

#top_container {
  width: 1001px;
  background: transparent url("../images/bg-top.png") no-repeat right top;
  min-height: 235px;
  padding-left: 115px;
}

#bottom_container {
  background: transparent url("../images/bg-bottom.png") no-repeat right bottom;
  height: 200px;
  width: 1000px;
  padding: 0 0 0 116px;
}

#meta {
  height: 20px;
  padding:10px 5px 0 245px;
  text-align: right;
}

#navigation {
  padding:67px 20px 0 245px;
  height:90px;
  width:736px;
}

#center {
  padding:0;
  width:1001px;
}

#sidebar {
  width:200px;
  float:left;
  padding:0 10px 20px 10px;
  margin-top: 60px;
}

#content {
  width:730px;
  float:left;
  padding:20px 20px 50px 25px;
  text-align: left;
}

#main {
  width: 515px;
  float: left;
}

#rightbar {
  width: 195px;
  float: right;
  padding: 0 0 0 10px;
  border-left: 1px solid #d2b275;
}

#footer {
  position:relative;
  clear:both;
  height:100px;
  text-align:right;
  line-height:100px;
  top:-100px;
  padding:0 25px;
  background:url("/con/cms/images/bg-footer.png") transparent repeat-x top left;
  color:#fff;
  font-size:10px;
  overflow:hidden;
}

#footer a {
  color:#fff;
}

#footertext {
  height: 15px;
  text-align: left;
  font-size: 10px;
  padding-top: 3px;
}

.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 */


