body {
	background-image: url(http://www.tamkithomes.com.au/images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#body2 {
	background-image: url(http://www.tamkithomes.com.au/images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	margin: auto;
	width: 800px;
}
#content {
	padding-top: 20px;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 608px;
}
#banner {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 188px;
}
p {
	margin: 0px;
	padding: 0px;
}

#title {
	background-image: url(http://www.tamkithomes.com.au/images/panel_bg.jpg);
	height: 28px;
	font-weight: bold;
	color: #604E00;
	padding-top: 10px;
	padding-left: 8px;
	-moz-border-radius: 10px 10px 0px 0px;
}
#text {
	padding: 8px;

}
#contblocks {
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
        background-color: #FFF;
}
#footer {
	height: 76px;
	padding: 10px;
}
#copy {
	height: 50px;
	width: 520px;
	float: left;
	padding-top: 30px;
	font-weight: bold;
	font-size: 12px;
}
#dev {
	float: right;
	width: 255px;
	padding-top: 15px;
}