body {
  font-family: "Tahoma", Geneva, Arial, sans-serif;
  }

html {font-size:100%;
	}

a {color:inherit;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}

img{
  border:none;
  }

#centered {
  margin-left:auto;
  margin-right:auto;
  max-width:875px;
  }

#main {
  }

#header {
  max-width:875px;
  }

#footer {
	height:72px;
	width:100%;
	background: url('houses.png') right top;
	margin-bottom:20px;
}

.content-container {
  padding:0px 15px 15px 15px;
  }

.title {
  padding-left:20px;
  margin-bottom:5px;
  margin-top:20px;
  display:block;
  color:#4274af;
  padding-top:5px;
  padding-bottom:5px;
  font-size:1.5rem;
  font-weight:bold;
  border-bottom:solid 0.5rem #97ce57;
  clear:both;
  }

.list {
	color:#4274af;
	display:block;
	margin-top:8px;
	margin-left:40px;
	min-height:46px;
	background: url('cock-blue.png') no-repeat left top;
	padding-left:55px;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	font-weight:bold;
	vertical-align:middle;
}

.list:hover {
	background: url('cock-green.png') no-repeat left top;
	color:#97ce57;
}

.list:active {
	background: url('cock-green.png') no-repeat left top;
	color:#97ce57;
}




