body {
	background-color: 99FF99;
	font-family: Futura, Arial, Helvetica, sans-serif;
}

	A:link {text-decoration: none}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: none; color: ff33ff}

#leftMenu {
	width:25%;
	float:left;
	display:block;
	font-weight: bold;
}

#mainContent {
	width:75%;
	float:right;
	display:block;
}

#topMenu {
	width:100%;
	clear:both;
}
	
#logo {
	width:25%;
	height:110px;
	float:left;
}

#email {
	width:25%;
	height:110px;
	border:0px;
	float:left;
}

#address {
	width:25%;
	height:110px;
	border:0px;
	float:left;
}

#telephone {
	width:25%;
	height:110px;
	padding-left:0px;
	float:left;
}
