body {
	margin: 0;
	font-size: 80%;
	font-family: Helvetica;
}

/* No sub menus */

#submenu, #navigation_left, #right_col, #cookies, #copyright {
	display: none;
}


/* Footer */
#footer {
	width: 799px;
	margin: 0 auto;
	padding: 10px 17px;
	font-size: 85%;
	min-height: 50px;
	_height: 50px;
	background: url(../images/backgrounds/bg-footer.png) no-repeat 0 0;
}

#footer a {
 	text-decoration: underline;	
 	color: #666;
}

#footer p {
 	line-height: 1.2em;
}


#contact_stuff {
	float: left;
	width: 65%;
	margin: 0;
	padding: 0;
}

#contact_stuff dt {
	display: none;
}

#contact_stuff dd {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}