/* RESERVATIONS CSS */

#content {
	float:left; 
	width:794px; 
	padding:20px 70px 10px 90px;
}


#content-tertiary {
	float:left; 
	width:750px; 
	padding:20px 10px 10px 0px;
	font-size: 11px;
}

#title
{
	float:left;
	width:700px;
	padding-bottom: 20px; 
}
/*IE 6 and IE7 specific styles*/
*html #title-tertiary{
	padding-bottom: 10px !important; 
}


/*for narrower text and landscape image*/
#col-1 {
	float:left; 
	width:370px; 
}
#col-2 {
	float:left; 
	width:370px;
	padding-left:50px;
}
#col-2 img
{
	border: 2px solid #ffffff;
}
/*for wider text and portrait image*/
#col-3 {
	float:left; 
	width:525px;
}
#col-4 {
	float:left; 
	width:177px;
	margin-left:40px;
}
#col-4 img
{
	border: 2px solid #ffffff;
}
/*for just text*/
#col-5 {
	float:left; 
	width:750px;
}

strong {
	font-weight:bold;
}

/*LARGE EVENTS PDFS*/
ul#events-pdfs
{
	float:left;
	list-style:none;
	margin:0;
	padding: 0;
}
ul#events-pdfs li{
	float:left;
	margin-right:35px;
}
