#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
	/* background: url("/path/to/your/background_cols.gif") repeat; */
	background: black; 
}

#header {
	margin: 0 0 15px 0;
	background: black;
}

#side-a {
	float: left;
	width: 150px;
	/* background: #150517; */
}

#side-b { 
	margin: 0;
	float: left;
	width: 610px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	
}

#footer {
	clear: both;
	background: black;
	border:0;
}

a { color:#0E71C2; text-decoration:none; }

a:hover {
COLOR: lightgreen;
}

span.endline_icon_arrow { padding-right:12px; background:url(./images/icon_arrow_forward.gif) right 3px no-repeat; display:inline-block; }

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	