body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#432E21;
}

a, a:visited {
	color:#3F8235;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color:#FFF;
	display:block;
	width: 960px;
	align: center;
	margin: auto;
	padding: 10px;
}

#headings div {
  float: left;	
  width: 190px;
  display: block;
  margin-left: 45px;
}

#support h3{
	background: url(support.gif) no-repeat;
	text-indent: -9999px;
	line-height: 34px;
}

#organise h3{
	background: url(organise.gif) no-repeat;
	text-indent: -9999px;
	line-height: 34px;
}

#track h3{
	background: url(track.gif) no-repeat;
	text-indent: -9999px;
	line-height: 34px;
}

#collaborate h3{
	background: url(collaborate.gif) no-repeat;
	text-indent: -9999px;
	line-height: 34px;
}

#logo {
	margin-bottom: 30px;
}

#front-image {
	margin-bottom: 40px;
}

.clear {
	clear:both;
}

#features {
	margin-left: 50px;
	margin-top: 30px;
}
#features ul{
	line-height: 25px;
	padding:0;
	list-style-type:none;
}

#in-action {
  float:right;
  display: block;
  margin-right: 30px;
  margin-top: 50px;
}

#tagline {
	margin:auto;
	color:#DDD;
	display:block;
	width: 960px;
	align: center;
	margin: auto;
	padding-top: 10px;
}
#tagline a {
	color: white;
}


