/* CSS layout */
#masthead {
	background: Black; 
	margin: 0px;
  padding: 0px;
}
#navigation{
		background: Black; 
	font:12px arial;
	color: #FEFF26;
	letter-spacing:.1em;
}


#container {
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #FFEBCD;
	background-color: #000000;
}

#left_col {
	width: 220px;
	position: absolute;
	top: 0px;
	background: Black;
	height: 5px;
	font:10px arial;
	color: #FF4500;
	letter-spacing:.1em;
	left: 0px;
	}
}

#content {
	margin-right: 200px;
	margin-left:200px;
	background: Black;
	{font-family:  Arial, Helvetica, sans-serif;
	color: #FFEBCD;
	font-size: medium;
 	font-style: inherit;
	}
}

#right_col {
	width: 220px;
	position: absolute;
	right: -1px;
	top: 0px;
	background: Black;
	height: 1px;
	font:10px arial;
	color: #FF4500;
	letter-spacing:.1em;

}

#footer {
	background: Black;
}

