@charset "UTF-8";
/* CSS Document */
	#wrapper {
		width: 540px;
		margin: 0px auto;
		text-align: left;
	}

	#content {
		font-size: 11px;
		line-height: 1.2em;
		text-align:justify;
	}

	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 1px 0 1px 0;
	}

	#content h2 {
		font-size: 1.2em;
		margin-top: 1px;
	}



	/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
	}
	
	div.cf_element
	{
		width: 540px;
		height: 92px;
		background-color: #e3ccaa;
		border:  1px solid #ccc;
	}
	
	div.cf_element div.content
	{
		padding: 5px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}