/****************************

Copyright the UCCF: The Christian Unions

Design CSS

Written by David Turner



NOTE: This code is copyrighted.  No unauthorized use

is allowed.  Don't steal code.  However, please feel free

to look at how we did something then write it yourself.


=== COLOR SCEME ===


*/

body { 
	
	background-image: url(/Images/layout/backgrounds/home_bg.jpg); 
}

#canvas div.background { display: none; }

div.col { margin-top: 0px; }

#footer_container { 
	margin-top: 40px;
	background: none;
	padding: 0;
	height: 30px;
}

div.free-gift {
	position: absolute;
	padding: 3em 3em 3em 1.5em;
	right: 50.01%;
	left: -1.5em;
	top: 32.1em;
	height: 250px;
	background-image: url(/Images/layout/assets/order-your-copy_small.gif);
	background-position: -1px bottom;
	background-repeat: no-repeat;
}

div.free-gift h2 {
	font-size: 2em;
}

div.free-gift p {
	font-size: 1.4em;
	display: inline;
}

div.free-gift a {
	font-weight: bold;
}

div.free-gift img {
	float: right;
	margin-right: -1em;
	margin-left: 0.5em;
	margin-top: -2em;
}

div.free-thinking {
	position: relative;
}

div.free-thinking h2{
	display: block;
	width: 360px;
	height: 136px;
	background-image:url(/Images/layout/backgrounds/doodle_free_thinking_small.gif);
	background-position: left top;
	background-repeat: no-repeat;

	margin-left: -1em;
	margin-top: -1.8em;
}

div.free-thinking p.summary {
	color: #777;
	font-size: 1.4em;
}

div.free-thinking ul {
	padding: 0;
	margin: 0;
	margin-top: 0.4em;
	list-style: none;
}
div.free-thinking ul li {
	padding: 0;
	margin: 0;
	margin-top: 1.4em;
	list-style: none;
}
