/* CSS Document */

@import "main.css";


#private {
width: 623px;
height: 430px;
margin: 0;
padding: 0;
display: block;
background-image: url(../images/img_private.jpg);
background-attachment: inherit;
background-repeat: no-repeat;
background-position: left top;
}

#private h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
text-align: left;
color: #3E0B73;
position: relative;
left: 390px;
top: 20px;
}

#private p {
font-size: .67em;
color: #3E0B73;
width: 204px;
height: auto;
position: relative;
left: 390px;
top: 35px;
line-height: 1.2em;
}

.slant {
font-style: italic;
}

.footnote {
font-size: .9em;
}

#catering {
width: 623px;
height: 430px;
margin: 0;
padding: 0;
display: block;
background-image: url(../images/img_catering.jpg);
background-attachment: inherit;
background-repeat: no-repeat;
background-position: left top;
}

#catering p {
font-size: .72em;
color: #3E0B73;
width: 300px;
height: auto;
position: relative;
left: 310px;
top: 30px;
line-height: 1.2em;
}

