﻿@charset "utf-8";
  /* CSS layout */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #edeab5;
/*	border: 1px #FF00FF solid; */
}

#container {
	width: 924px; /* the auto margins (in conjunction with a width) center the page - Original 924px */;
	height: 100%; 
	text-align: left; /* this overrides the text-align: center on the body element. */;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url('images/background.jpg') top;
	background-repeat: repeat-y;
	overflow: auto; /* added to force visibility of BG
/*	border: 1px #00FF00 solid; */
/*	clear:both /* Added */
} 

#header {
	width: 924px;
	height: 99px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	background: url('images/logo-top.jpg') no-repeat top; 
}

/*#content {
	width: 924px;
	margin: 0 0 0 0;
	background: url('images/background.jpg') no-repeat top;
	background-repeat:repeat-y; 
	float: left;
	border: 1px #00FF00 solid;
}*/

/* Note: Following total widths reduced to handle Explorer V6 Bug */

#left-col { /* Total width 187px; */
	width: 167px; 
/*	height: 600px; */
	margin-left: 10px; /*  was 30px */
	margin-right: 0px;
	float: left;
}

#center-col { /* Total width 550px */
	width: 500px;
/*	height: 180px; */
	float: left;
/*	margin: 0px 25px 0px 25px;  Original */
	margin: 0px 20px 0px 10px;
	padding: 0px 0px 0px 0px;
/*	background: url('images/logo-top.jpg') no-repeat top;  */
/*	border: 1px #FF0000 solid; */
/*	clear: both; */
/*	min-height: 180px; /* Added to force visibility of BG - Code Temporarily removed*/
}


#right-col { /* Total width 187px */
	width: 187px; 
	height: 600px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#left-col-top {
	height: 350px;
}

#left-col-footer {
	font-size: 1em;
}

#content {
	padding-top: 140px;
	margin-left: 40px;
	margin-right: 40px;
}

#footer {
}