/*Copyright Daniel Davis, 2008. Do not copy any code, files or content without written permission. Contact daniel@nzarchitecture.com for information*/
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: white url(../image/bg.gif) repeat top center;
	text-align: center;
	height: 1600px;
}
#main{
height: 100%;
	position: relative;
	margin: 0 auto;
	width: 960px;
	top: 0px;
	text-align: left;
}
#blurb{
	position: absolute;
	top: 80px;
	left: 160px;
	width: 250px;
	height: 240px;
	background: url(../image/bg_90.png) repeat;
	padding: 5px 0 0 5px;
}


#blurb h1{
	margin: 0;
	padding: 0;
	font-size: 32px;
}
#blurb h2{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 24px;
}

/*
*
*Contact 
*
*/
#contact{
	position: absolute;
	top: 80px;
	right: 0px;
	width: 315px;
	height: 75px;
	background: url(../image/bg_90.png) repeat;
	padding: 5px 0 0 5px;
}
#contact h1{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 24px;
}
#contact h2{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#contact a, #blurb a{
	color: black;
	text-decoration: none;
	border-bottom: 1px #bbbbbb solid;
}
#contact a:hover, #blurb a:hover{
	color: #d60000;
	text-decoration: none;
	border-bottom-color: #d60000;
}
