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: 49px 0 0;
	
}
div#nonlink {
	color: #000;
}

div#nonlink h1 {
	font: 0.9em "Tahoma", Arial, Verdana, sans-serif;
}

h1 {
	font: 11.4px/1.8em "Tahoma", Arial, Verdana, sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}
a.link:link {
	color: #dc6912;
	text-decoration: none;
	font-weight:bold;
}
a.link:visited {
	color: #dc6912;
	text-decoration: none;
	font-weight:bold;
}
a.link:hover {
	color: #dc6912;
	text-decoration: underline;
	font-weight:bold;
	
}
div#container {
	margin: 0 auto 0 auto; /* top and bottom: 0, sides: flexible (stretches) */
	width: 957px;
	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/sdc_com_Logo.gif) no-repeat;
	height: 190px;
	width: 957px;
}
div.header * { /* * - denotes any tag to be used */
	display: none;
	visibility: hidden;
}

div.left_shadow {
	background: url(images/shadow_left.gif) no-repeat;
	width: 101px;
	height: 269px;
	float: left;
}
#skyline {
 width: 770px;
 height: 269px;
 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: 250px; display: block;
}
#panel1b {left: 0; width: 250px;}
#panel2b {left: 250px; width: 250px;}
#panel3b {left: 500px; width: 260px;}

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

div.right_shadow {
	background: url(images/shadow_right.gif) no-repeat;
	width: 86px;
	height: 269px;
	float: left;
}
div.footer {
	background: url(images/reflection_btm.gif) no-repeat;
	width: 957px;
	height: 137px;
	float: left;
}

.clearmeplz {
	clear: both;
}
.email{ color:#0084dc; text-decoration:none;}
