#content {
	width: 1008px;
	margin-top: 40px;
	margin-left: auto; margin-right: auto;
	position: relative;
	text-align: center;
}
/*****Navigation ******/
#navigation {
	padding: 0;
	height: 132px;
	margin: 0 0 10px 140px;
	position: relative;
}

#navigation span {
	position: absolute;
	left:-2000px;
}

/*Home*/
#navigation .home a {
	float: left;
	background: url(../images/navigation.jpg) no-repeat 0 -132px;
	width: 100px;
	height: 132px;
	border: 0;
	margin-right:20px;
}
	#navigation .home a.active {
		background-position: 0 0;
	}
	#navigation .home a:hover {
		background-position: 0 0;
	}
	
/*About*/
#navigation .about a {
	float: left;
	background: url(../images/navigation.jpg) no-repeat -100px -132px;
	width: 110px;
	height: 132px;
	border: 0;
}
	#navigation .about a.active {
		background-position: -100px 0;
	}
	#navigation .about a:hover {
		background-position: -100px 0;
	}
	
/*Change*/
#navigation .change a {
	float: left;
	background: url(../images/navigation.jpg) no-repeat -214px -132px;
	width: 134px;
	height: 132px;
	border: 0;
}
	#navigation .change a.active {
		background-position: -214px 0;
	}
	#navigation .change a:hover {
		background-position: -214px 0;
	}

/*Have*/
#navigation .have a {
	float: left;
	background: url(../images/navigation.jpg) no-repeat -348px -132px;
	width: 133px;
	height: 132px;
	border: 0;
}
	#navigation .have a.active {
		background-position: -348px 0;
	}
	#navigation .have a:hover {
		background-position: -348px 0;
	}
	
/*Ideas*/
#navigation .ideas a {
	float: left;
	background: url(../images/navigation.jpg) no-repeat -481px -132px;
	width: 116px;
	height: 132px;
	border: 0;
}
	#navigation .ideas a.active {
		background-position: -481px 0;
	}
	#navigation .ideas a:hover {
		background-position: -481px 0;
	}
	
/*Decisions*/
#navigation .decisions a {
	float: left;
	background: url(../images/navigation.jpg) no-repeat -597px -132px;
	width: 114px;
	height: 132px;
	border: 0;
}
	#navigation .decisions a.active {
		background-position: -597px 0;
	}
	#navigation .decisions a:hover {
		background-position: -597px 0;
	}
	
img.subtitle {margin-bottom: 20px;}

#main-area {
	clear: both;
	width: 1008px;
	margin-bottom: 20px;
	text-align: left;
	float: left;	
}

#left {
	float: left;
	width: 450px;
	text-align: left;
	padding: 20px;
}

#right {
	float: right;
	width: 450px;
	text-align: left;
	padding: 20px;
}

#home-footer {
	float: left;
	padding: 20px;
	background-color: #f2f2f2;
	width: 600px;
	border: 2px solid #cccccc;
}

#main-area a img {
	border: none;
}

#main-area ul.help {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-area ul.help li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

#home-footer img {
	float: left;
	border: 2px solid #CCC;
}
#main-area a.footer {
	padding: 10px;
	border: 1px dotted #d3d3d3;
	width: 140px;
	float: left;
	margin-left: 10px;
}


#home-footer-logo {
	float: right;
	margin: 30px 60px 0 0;
}

.highlighted {
	border: 1px dotted #d3d3d3;
	padding: 20px;
}

ul.tools {
	list-style: none;
}

ul.tools li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

ul.tools li h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}

ul.tools li img {
	float: right;
	margin: 0 0  20px 30px;
}