a {
		font-weight: bold;
		text-decoration: none;
		color: #f30;
	}

	a:hover {
		color: #fff;
		background-color: #f30; 
	}

	#wrapper {
	width: 221px;
	margin: 10px auto;
	float: right;
	margin-right: 5px;
	margin-left: 190px;
	}

	#content {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
	}

	#content h2 {
		font-size: 1.2em;
		margin-top: 3em;
	}



	/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		width: auto;
		height: auto;
		background-color: #FFFFFF;
		border:  1px solid #FF9900;
	}
	
	div.cf_element div.content
	{
		padding: 0px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}
