	#wrapper {
		width: 400px;
		margin: 10px auto;
		text-align: left;
	}

	#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;
	}
	
	
	
	
	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		width: 99%;
		height: 100px;
		/*background-color: #eee;*/
		border:  1px solid #ccc;
		text-align:center
	}
	
	div.cf_element div.content
	{
		padding: 10px;
	}

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