/* CSS Document */





//div	{ border: 1px solid #000000; }



#wrapper2 {

	position:relative;

	text-align:left;

	width:100%;

	background:url("/<?=Templates;?>/includes/styles/images/border_right.gif") repeat-y top left; // make the desired width of the col

	}

#header {

	background:#efefef;

	padding:10px;

	margin:0;

	color:#ffffff;

	}

#maincol {

	position:relative;

	margin:0;

	padding:10px;

	}

#leftcol { 

	position:relative;

	top:-10px;

	left:-10px;

	float:left;

	width:160px;  /* for IE5/WIN */

	voice-family: "\"}\"";

	voice-family:inherit;

	width:140px; /* actual value */

	margin:0 0 -10px 0;

	padding:10px;

	z-index:100;

	}

#rightcol {

	position:relative;

	top:-10px;

	right:-10px;

	float:right;

	width:160px;  /* for IE5/WIN */

	voice-family: "\"}\"";

	voice-family:inherit;

	width:140px; /* actual value */

	margin:0 0 -10px 0;

	padding:10px;

	z-index:99;

	}

#centercol {

	position:relative;

	padding:0 165px;

	}

#footer {

	position:relative;

	top:1px;

	background:#ffffff;

	width:100%;

	clear:both;

	margin:0;

	padding:1% 0;

	text-align:center;

	border-top: 1px solid #d2d2d2

	}

