body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#background {
	background-color: #000000;
	height: 10px;
	width: 100%;
}

#wrapper {
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/huismanphoto.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#main {
	width: 960px;
	
}

#footer {
	text-align: center;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
}
#contact {
	text-align: center;
	height: 150px;
	margin-top: 30px;
	margin-left: 300px;
}

#contactresponse {
	text-align: center;
	height: auto;
	margin-top: 30px;
	background-color: #666666;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

.maintextlg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: lighter;
	font-style: italic;
	color: #333333;
}

A:link {
	font-size:18px;
	text-decoration: none;
	color: #000000;
}

.navlinkhome
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/contactdn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 299px;
height: 98px;
margin: 0;
padding: 0;
list-style: none;
}

.navlinkhome a
{
display: block;
font-size: 11px;
width: 299px;
height: 98px;
display: block;
float: left;
color: white;
text-decoration: none;
list-style: none;
}

.navlinkhome img
{
width: 299px;
height: 98px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.navlinkhome a:hover img
{
visibility:hidden;
}

.navlinkhome span
{
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

