*
{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	background-repeat: no-repeat;
	text-decoration: none;
	outline: none;
}

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

body {
	background-color: #e3d5be;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
  
}

a img {
  border:none;
}

p {
  margin:0 0 1em 0;
}

h1, h2 {

  font-size:16px;
  line-height:24px;
  margin:1em 0 0.5em 0;
}

h3 {
  font-weight:normal;
  font-size:14px;
  line-height:20px;
  margin:1em 0 0.2em 0;
}

h4 {
  font-weight:normal;
  font-size:14px;
  margin:1em 0 0 0;
} 

h5, h6 {
  font-weight:bold;
  font-size:12px;
  margin:1em 0 0 0;
}

a {
  color: #D9B777;
  text-decoration:none;
}

#container {
  width: 876px;
  margin:20px auto 0 auto;
  min-height:100%;
}

* html #container {
  height:100%;
}

#page_header {
  height: 10px;
  background: transparent url("/con/cms/images/bg_top.gif") no-repeat bottom left;
  width: 856px;
  padding: 2px 10px 18px 10px;
	text-align: right;
	color: #978158;
	font-size: 9px;
}

#page_center {
  width: 840px;
  padding: 0 18px 0 18px;
  position: relative;
}

* html #page_center {
  height: 530px;
}

#page_center.home {
  background: transparent url("/con/cms/images/bg_middle_home.gif") repeat-y top left;
}

#page_center.pages {
  background: transparent url("/con/cms/images/bg_middle_pages.gif") repeat-y top left;
}

#logo
{
	width: 180px;
	height: 180px;
	position: absolute;
	top: 174px;
	left:498px;
	z-index: 10000;
}

#logo a
{
	text-indent: -3000px;
	overflow: hidden;
	background:url("/con/cms/images/tonis.gif");
	display: block;
	height: 100%;
	width: 100%;
}

#left_column {
  float: left;
  padding: 0 110px 20px 30px;
  margin: 0;
  width: 430px;
  min-height: 530px;
}

#page_center.home #left_column {
  color: #CAC1B1;
}

#page_center.home h2, #page_center.home h3 {
  color: #D92B4B;
  font-weight:normal;
}

#page_center.pages #left_column {
  color: #D9D1C3;
}

#page_center.pages h2, #page_center.pages h3 {
  color: #E3D5BE;
  font-weight:normal;
}

#right_column {
  float: right;
  padding: 0;
  margin: 0;
  width: 270px;
  background-color: #F8F3EA;
  min-height: 600px;
  position:relative;
}

#navigation {
  position: absolute;
  top: 190px;
  left: 100px;
}

#newsletter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 240px;
  font-size: 10px;
}

* html #right_column, * html #left_column {
  height: 530px;
}

#page_footer {
  height: 10px;
  width: 836px;
  background: transparent url("/con/cms/images/bg_bottom.gif") no-repeat top left;
  padding: 25px 20px 15px 20px;
  color: #978158;
	font-size: 9px;
}

#page_footer a
{
	color: #aa002c;
  text-decoration: none;
} 

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


