html {
  margin:0;
  padding:0;
}

body {
  margin:0;
  padding:0;
  background-color:#FFF;
  background-image:url(../images/header-bg.jpg);
  background-repeat:no-repeat;
}

#page {
  position:relative;
  top:0;
  width:1016px;
  padding:0;
  margin:0;
  margin-left:50px;
  text-align:left;
  border:0px solid red;
}

#header {
  position:relative;
  top:0;
  left:0;
  height:284px;
  overflow:visible;
  border:0px solid red;
  z-index:2;
}

#header #logo {
  position:absolute;
  top:26px;
  left:0px;
  width:270px;
  height:142px;
  background-image:url(../images/logo.jpg);
  background-repeat:no-repeat;
}

#main {
  display:block;
  zoom:1;
  position:relative;
  top:0;
  left:0;
  clear:both;
  border:0px solid red;
}

#main #column-left {
  float:left;
  margin-left:3px;
  width:260px;
  border:0px solid red;
}

#main #column-left .content {
  zoom:1;
  position:relative;
  top:0;
  left:0;
  border:0px solid #FFF;
  font-size:14px;
}

#main #column-center {
  zoom:1;
  float:left;
  width:560px;
  margin-left:80px;
  border:0px solid red;
}

#main #column-center .content {
  border:0px solid blue;
}

#page-headline-1 {
  margin:0;
	font-size: 26px;
	line-height:100%;
	font-family:  Impact, 'Arial Black', sans, sans-serif;
  color: rgb(213,214,215);
  border-bottom: 1px solid rgb(134,138,141);
  border-bottom-style:dotted;
}

#page-headline-2 {
  margin:0;
  font-size: 15px;
  line-height:100%;
  font-family:  Impact, 'Arial Black', sans, sans-serif;
  color: rgb(211,82,96);
}

#main #column-center .content #main-content {
  border: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-style:solid;
  border-color: #C4182B;
  padding-top:2em;
  min-height:380px;
  margin-bottom:2px;
}

#main #column-right {
  zoom:1;
  float:right;
  width:90px;
  margin-right:1px;
  border:0px solid red;
  text-align:center;
}

#footer {
  margin-top:1.3em;
  color:#2c779f;
}


#bottom {
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  height:20px;
  background-color:transparent;
  background-image:url(../images/bottom-bg.png);
  background-repeat:repeat-x;
  background-position: left bottom;
  z-index:100;
}
