html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  background-color: #b20738;
  }

div.container {
  display: inline-table;
  float: left;
  position: relative;
  width: 780px;
  }

#contentwrapper {
    float: left;
	width: 100%;
	background-color: #f4901e;
	}

#column_left {
	float: left;
	width: 254px;
	margin: 0;
	padding: 0;
	background-image: url(images/side01.jpg);
	background-position: top left;
    background-repeat: no-repeat;
}

#column_right {
	width: 526px;
	margin: 0 0 0 254px;
	padding: 0;
	overflow: auto;
	text-align: center;
	background-color: #a8d59e;
	}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 20px 0 20px;
  }

img {
  border: 0;
  }

h1 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  }

h2 {
  font-size: 36px;
  margin: 25px 0 15px 0;
  font-weight: bold;
  }

h3 {
  font-size: 20px;
  margin: 10px 0 5px 0;
  font-weight: normal;
  }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
