	/* import all styles
	---------------------------------------------- */
	@import url('base.css');
	@import url('layout.css');
	@import url('menu.css');
	/*@import url('triggers.css');*/
	@import url('content.css');
	@import url('sIFR-screen.css');

	/* Clear Floats Without Structural Markup
	----------------------------------------------------------*/
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	/* Hides from IE-mac \*/
	/** html .clearfix {height: 1%;} /* ONLY seen by IE-win */
	/* End hide from IE-mac */

	.clearfix {display: inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display: block;}
	/* End hide from IE Mac */

/* SPAMBAR */

	#spam-content a, #spam-content a:hover{
		color: #244F86;
		text-decoration: underline;
	}
	
	#spambar {
		position:fixed;
		bottom:4em;
		width:100%;
		height:57px;
		padding:0;
		/*padding:18px 0 14px 0;*/
		background:#F8EC0C;
		left:0;
		opacity:.9;
		filter: alpha(opacity=90);
		z-index:2;
		display: block;
	}
	
	#spam-content {
		position:relative;
		/*width:920px;*/
		margin:0 auto;
		padding:0;
		padding-left: 200px;
		color: #244F86;
	}
	#spambar span {
		color: #244F86;
		font-size:14px;
		font-weight:bold;
		line-height:1em;
		margin:0;
		padding:18px 0 0 0;
		float:left;
	}
	#spambar small {
		float:right;
		color: #244F86;
		font-size:9px;
		font-weight:bold;
		line-height:1em;
		margin:0;
		padding:44px 0 0 0;
	}
