﻿#container, #container .column 
{
	float: left;
}

#left 
{
	background-color: #990134;
	/*background-image: url('/images/biogradient.jpg');*/
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-left: 45px;
	width: 175px;
	padding-right: 45px;
	height: 100%;
	min-height: 395px;
}

h1
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: White;
}

#center
{
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 30px;
	width: 490px;
	line-height: 1.3em;
}

h2
{
	font-family: Times New Roman;
	font-size: 14pt;
	text-align: right;
	color: #990033;
}

h4
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 2.1em;
}

h2, h4
{
	text-align: right;
	color: #990033;
}

/* http://www.alistapart.com/articles/holygrail */
#container {
  overflow: hidden;
}
#container .column {
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#footer {
  position: relative;
}