body, #contact label {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#666633;
	background-color:#edf2e3;
	background-image:url(../images/coffee-break.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:10px 70%;
}

a, a:hover, a:visited {
	color:#440501;
	font-weight:bold;
}

a, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666633;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666633;
}

#textbox {
	position:relative;
	top:100px;
	left:650px;
	display:block;
	width:330px;
	border:1px dashed #666633;
	padding:10px;
}

#textbox hr, #contact hr {
	color:#fff;
	background-color:#fff;
	border:1px dotted #666633;
	border-style:none none dashed;
	margin:10px 0;
}

html*#textbox hr, html*#contact hr {
	margin:5px 0;
}

#textbox h1, #contact h1 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0;
}


#textbox h2, h3, h4 {
	font-size:12px;
	font-weight:normal;
	display:inline;
	margin:0px;
}

#textbox p {
	display:inline;
	margin:0px;
}

#textbox ul {
	margin:10px;
	padding:0px 12px;
}

#textbox ul li {
	margin:5px 0px;
}

#contact {
	display:none;
	position:relative;
	top:100px;
	left:650px;
	width:330px;
	border:1px dashed #666633;
	padding:10px;
}

#contact #address {
	text-align:center;
}


#contact #contactResponse {
	display:none;
	margin:10px 0 10px 0;
}

#contact p {
	margin:2px;
	padding:0;
}

#contact form {
	margin:20px 0 0 0;
}

#contact .line {
	margin:10px 0;
}

#contact label {
	float:left;
	display:block;
	width:75px;
}

#contact .input {
	display:block;
}

#contact .submit {
	margin-left:270px;
}