#wrap {
	background:url(images/leftbar_192.jpg) top left repeat-y;
	min-height:100%;
	margin:auto;
	position:relative;
	min-width: 800px;
}

* html 

#wrap {height:100%}

#left {
float: left;
width: 20px;
text-align:center;
}

#main {
position:relative;
margin-left:192px;
padding: 10px;
vertical-align: top;
}




#menuLeft {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menuLeft li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuLeft a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menuLeft a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}                    
                    

	
.leftLinkHeader
{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color:	#fcfcfc;

}


