/* * * * * * * * * * *
 * 
 * column layout 
 * 
 * * * * * * * * * * */

#content {
	width: 800px;
	margin: 0 33px 0 37px;
}

#mainColumn {
	width: 558px;
	margin: -6px 0 0 0;
	padding: 0 0 0 22px;
	background: url(/data-bin/images/content_back.jpg) no-repeat;
	float: left;
}

#sideColumn {
	width: 202px;
	margin: 0 0 0 598px;
	padding: 5px 0 0 0;
}


/* * * * * * * * * * *
 * 
 * main column styles 
 * 
 * * * * * * * * * * */


/* welcome styles */

#welcome {
	height: 282px;
}

#welcome img {
	float: right;
	margin: 0 -15px 0 0;
}

#welcome h2 {
	width: 219px;
	height: 87px;
	margin: 0;
	padding: 24px 0 12px 6px; 
	background: url(/data-bin/images/welcome.png) 6px 24px no-repeat;
}

#welcome h2 span {
	visibility: hidden;
}


/* info styles */

#info {
	height: 681px;
	padding: 10px 0 0 0;
}

#info p {
	width: 220px;
	margin: 0 0 14px 325px;
	clear: none;
}

#sidePics {
	width: 300px;
	margin: -15px 0 0 -16px;
	float: left;
}

#sidePics .shadow {
	width: 296px;
	height: 171px;
	padding: 18px;
	background: url(/data-bin/images/img_shadow.png) no-repeat;
}

#sidePics .shadow:first-child {
	margin: 0 0 15px 0;
}


/* bloody mary styles */

#bloodyMary {
	margin: -10px 0 0 0;
	clear: both;
}

#bloodyMary h2 {
	width: 449px;
	height: 162px;
	margin: 0 auto;
	background: url(/data-bin/images/bloody_mary.png) no-repeat;
}

#bloodyMary h2 span {
	visibility: hidden;
}

#bloodyMary h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	text-align: center;
}

#bloodyMary p {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#bloodyMary a {
	display: block;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


/* * * * * * * * * * *
 * 
 * side column styles 
 * 
 * * * * * * * * * * */

#sideColumn h4 {
	display: none;
}

#sideColumn p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

#catering {
	width: 100%;
	height: 486px;
	background: url(/data-bin/images/catering2.jpg) no-repeat;
}

#specialEvents {
	width: 100%;
	height: 467px;
	background: url(/data-bin/images/special_events3.jpg) no-repeat;
}

#catering div {
	padding: 240px 15px 0 22px;
}

#catering p {
	padding: 0 0 5px 0;
}

#specialEvents div {
	padding: 90px 15px 0 15px;
	font-family: 'Courier New',Courier,serif;
}

#specialEvents h5, #catering h5 {
	font-size: 16px;
	color: #942d02;
	font-family: 'Courier New',Courier,serif;
}

#specialEvents p {
	padding: 0 0 10px 0;
	font-weight: bold;
	line-height: 18px;
}


