body {
	
	color: #000; /* needed to keep the css validator happy */
	margin: 0;
	padding: 0;
	background: url(../images/gradient_back.gif) repeat-x;
	background-color: #b6b6b6;
	margin: 52px 0 0;
	
}
div#nonlink {
	color: #dc6912;
}

h1 {
	font: bold 11.4px/1.8em "Tahoma", Arial, Verdana, sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
a.link:link {
	color: #dc6912;
	text-decoration: none;
}
a.link:visited {
	color: #dc6912;
	text-decoration: none;
}
a.link:hover {
	color: #black;
	text-decoration: none;
	
}
div#container {
	margin: 0 auto 0 auto; /* top and bottom: 0, sides: flexible (stretches) */
	width: 767px;
	color: #000; /* again, for the w3c validator to stop hyperventilating */
	position: relative;
	
}
div.income_logo_small {
	background: url(../images/income_com_Logo_Small.gif) no-repeat;
	width: 51px;
	height: 18px;
	position: relative;
	left: 360px;
	top: 340px;
	
}
div.header {
	background: url(../images/income_com_Logo.gif) no-repeat;
	height: 159px;
	width: 767px;
	
}
div.header * { /* * - denotes any tag to be used */
	display: none;
	visibility: hidden;
}

div.left_shadow {
	background: url(../images/shadow_left.gif) no-repeat;
	width: 81px;
	height: 215px;
	float: left;
}
#skyline {
 width: 614px;
 height: 215px;
 background: url(../images/btn_off.jpg);
 margin: 0px auto; padding: 0;
 float: left;
 position: relative;
}
#skyline li {
	margin: 0; padding: 0; list-style: none; 
	position: absolute; top: 0;
	
}

#skyline li, #skyline a {
	height: 215px; display: block;
}
#panel1b {left: 0; width: 210px;}
#panel2b {left: 211px; width: 192px;}
#panel3b {left: 404px; width: 212px;}

#panel1b a:hover {background: transparent url(../images/btn_off.jpg) 0 -215px no-repeat;}
#panel2b a:hover {background: transparent url(../images/btn_off.jpg) -211px -215px no-repeat;}
#panel3b a:hover {background: transparent url(../images/btn_off.jpg) -404px -215px no-repeat;}

div.right_shadow {
	background: url(../images/shadow_right.gif) no-repeat;
	width: 72px;
	height: 215px;
	float: left;
}
div.footer {
	background: url(../images/reflection_btm.gif) no-repeat;
	width: 767px;
	height: 137px;
	float: left;
}
.clearmeplz {
	clear: both;
}