@import url(global.defaults.css);
@import url(global.layout.css);
@import url(global.text.css);
@import url(comp.reservationForm.css);
@import url(calendar/calendar.css);

#main
{
	width: 258px;
	float: left;
}

#main p {
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 15px;
	padding-right: 9px;
	width: 240px;
}

#main h2 {
	width: 200px;
	text-transform: uppercase;
	margin-bottom: 9px;
	font: normal normal 2.2em "Gill Sans", "Trebuchet MS", "Lucida Grande", Tahoma;
}

#extra-content .box
{
	background: url(../images/box_top.gif) no-repeat top left;
	position: relative;
	float: left; 
	width: 224px;
	margin-right: 10px;
}

#extra-content .box h2 {
	display: inline;
}

#extra-content .box img {
	margin-top: 30px;
}

#extra-content .box p {
	background: url(../images/box_base.gif) no-repeat 0 bottom;
	width: 176px;
	padding: 24px 24px 124px;
	min-height: 100px; _height: 100px;
}

#extra-content .boximage {
	position: absolute;
	left: 26px;
	bottom: 22px;
	width: 169px;
	margin-top: 0px;
	height: 72px;
	border: 3px solid #a04814;
}

#extra-content .box {
	text-align: center;
}

#extra-content .box p {
	font-size: 1.2em;
	line-height: 14px;
	text-align: left;
	color: black;
}
#extra-content .box h2
{
	color: #000000;
}