@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	}

.title {
    margin-left: 3px;
	padding-bottom: 5px;
    color: black;
    font-weight: 700;
	border-bottom: #545454 dashed 1px;
}

#content {
	position:relative;
	background-color: #F7F6E1;
	height: 819px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
}

a {
	color: #60F;
	text-decoration: none;
}

a:hover {
	color: #0C0;
	text-decoration: none;
}

#content #titleblock {
	position: absolute;
	margin-left: 80px;
	width: 864px;
	margin-top: 20px;
}

#content #continue {
	position: absolute;
	margin-left: 805px;
	color: #228199;
	width: 120px;
	margin-top: 0px;
	background-image: url(../Assets/arrowright.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
}

#content #continue a {
	color: #228199;
	text-decoration: none;
}

#content #continue a:hover {
	color: #0C0;
	text-decoration: none;
}


#content #kitchen {
	position: absolute;
	margin-left: 145px;
	margin-top: 105px;
}

#content #bath {
	position: absolute;
	margin-left: 629px;
	margin-top: 105px;
}

#content #actions {
	position: absolute;
	margin-left: 387px;
	margin-top: 315px;
}

#content #laundry {
	position: absolute;
	margin-left: 145px;
	margin-top: 525px;
}

#content #waterheater {
	position: absolute;
	margin-left: 629px;
	margin-top: 525px;
}


.centered {
	text-align:	center;
}
