html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(background.gif) repeat-x;
}
#page{
	width: 976px;
	height: 100%;
	text-align: left;
}
#header{
	margin-bottom: 16px;
}
#content{
	height: 100%;
	width: 974px;
	background-image: url(content_background.gif);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
#side_column{
	width: 174px;
	padding-left: 16px;
	padding-right: 16px;
	border-left: 1px dashed #999999;
}
#main_column{
	width: 688px;
	padding-left: 16px;
	padding-right: 32px;
}
.body{
	width: 464px;
	margin-top: 16px;
}
#footer{
	margin-top: 48px;
	background-color: white;
	color: white;
	padding: 0px 16px 0px 16px;
	height: 32px;
	line-height: 32px;
	vertical-align: 32px;
}
#logo{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 16px;
	display: block;
	width: 169px;
	height: 48px;
}
html, input, select, option, td, th{
	color: #333333;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1{
	color: #ff0000;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 14px;
}
h2{
	color: #333333;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	padding-bottom: 2px;
}
h3{
  border-bottom: 1px dashed #999999;
  color: #999999;
  font-size: 12px;
  padding-bottom: 2px;
}
.simple_h3s h3{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 2px;
}
.subheading{
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  top: -12px;
}
li{
  margin-bottom: 0px;
}
.left_corners{
	width: 16px;
	height: 352px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(left_corners.gif);
}
.heading_image_container{
	display: block;
	position: relative;
	left: -16px;
	height: 368px;
}
