/* CSS Document */

/* Main Links Section */
a {
	color: #CC7700;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #FFB10F; 
	text-decoration: none;
} 
a:hover { 
	text-decoration: underline;
}

* html .ezine_content_box { 
height:1px; 
}

/* Common Main channel styles */

#spectroscopy_title {
	background:  url("images/sep_welcome_top.gif") top left no-repeat;
	position:relative;
	height:48px;
	width:383px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.8em;
	padding-top:10px;
	line-height:15px;
	text-align:center;
}

#spectroscopy_title span.orange {
	color:#FF6600;
}
#spectroscopy_title span.bottomline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.85em;
	font-style:italic;
}

#ezine_content_area_a {
	position:relative;
	width:49%;
	float:left;
}

#ezine_content_area_b {
	position:relative;
	width:49%;
	float:right;
}




