/* Basic Structure */
html {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}
/* Hide Various Elements when printing */
.hiddenitem, #hiddensidebar, .morehiddenstuff {
display: none;
}
/* Link Management */
a:link, a:visited {
color: #FF0000;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
.primary a:link:after, #content a:visited:after {
content: ” (” attr(href) “) “;
font-size: 90%;
}
.primary a[href^="/"]:after {
content: ” (http://www.yourdomain.com” attr(href) “) “;
}

.splashTitleCatering, .splashTitleMenuPrint {
	height:55px;
	width:800px;
	float:left;
}

div {
	width:32%;
	float:left;
	clear:right;
	height:1035px;
	display:block;
	overflow:visible;
	margin:0px 5px 0px 5px;
}