﻿body {
	margin: 0px;
	padding: 0px;
/*	min-height: 100%;
	_height: 100%;*/
	height: 100%;
	background-color: #7a7a7a;
	background-image: url(BodyBg_repeat-y.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	background-position: left;
}
#InfoColumn {
	background-color:#FFFFFF; 
	background-image:url(../../img/InfocolumnBg_repeat-y.gif);
	background-position:right center;
	background-repeat:repeat-y;
	float:left;
	margin-right:8px;
	/*padding-bottom:15px;*/
	padding-bottom: 175px; /* hopefully this doesn't break anything */
	padding-left:0px;
	padding-right:0px;
	width:242px;
	margin-top: 12px;
}
#InfoColumnBg 
{
	background-image: url(InfoColumnBg_no-repeat.gif);
	background-repeat: no-repeat;
	padding-right: 22px;
	padding-left: 15px;
	background-position: 0px 30px;
}
#Container {
	background-image: url(Bg_x-repeat2.gif);
	background-repeat: repeat-x;
	min-height: 100%;
	_height: 100%;
	position: relative;
}

#Corner {
	background-image: url(ColumnCorner.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 50;
	height: 14px;
	width: 14px;
	left: 233px;
	top: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	background-image: url(h-title-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-top: 15px;
}

