@charset "utf-8";
body {
	/*background: #8ac779;*/
	background: #4c86ba;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e4f6b8;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
}

h1.style4 {
	margin: 30px;
}

#mainContent {
	margin: 40px;
}

#mainContent a {
	//color: #d44a48;
}

#mainContent a img{
	border: none;
}

ul li {
	margin-bottom: 10px;
}

#photo {
	float: right;
	margin-left: 30px; 
}

#photoLeft {
	float: left;
	margin-right: 30px; 
}

#kangaroopaw {
	float: left;
	padding-right: 20px;
}

#patioright {
	float: right;
	
}

#checklist {
	border: 5px solid #d44a48;
	margin: 15px;
	padding: 15px;
}

#checklist ul li {
	list-style-image: url(/images/tick.gif);
}

#manuallist {
	margin: 15px;
	padding: 15px;
}

#manuallist ul {
	padding: 0px;
	margin: 0px;

	}
#manuallist ul li {
	padding-bottom: 30px;
	  background:url(Images/red_tick.jpg) -0.3em 0.2em no-repeat; /* change background em accordingly */
  padding-left: 3em; 
  list-style: none;
margin: 0px;
padding-top: 0px;
}



