body
{
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	font-size: small;
	height: 100%;
	background: #b1cfe7 url(../images/floral_bg.png) no-repeat scroll top left;;
}

a
{
	color: #369;
}

a:hover
{
	color: #000;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
}

table th
{
  text-align: left;
  vertical-align: top;
}

h1, h2, h3
{
  font-family: Gill Sans, Tahoma, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}

h4 {
	font-weight: bold;
}

div#mainNav
{
	background-color: #ffffff;
	padding: 10px;
 	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	/* -webkit-box-shadow: 0px 0px 8px #ddd; */
	position: absolute;
	top: 200px;
	left: 20px;
}

div#mainNav a {
	text-decoration: underline;
	color: #4e4848;
}

div#mainNav a:hover {
	text-decoration: underline;
	color: #000;
}

div#mainNav ul
{
	margin: 0;
	padding: 10px;
}

div#mainNav ul li
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

div#mainContent {
	background-color: #fff;
	padding: 20px;
 	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	/* -webkit-box-shadow: 0px 0px 8px #ddd; */
	position: absolute;
	top: 140px;
	left: 180px;
	width: 700px;
}

div#printTitle {
	display: none;
}

div#mainTitle {
	position: absolute;
	top: 30px;
	left: 200px;
	width: 700px;
	height: 77px;
	text-align: center;
	border: 0px solid red;
}

div.hotelInfo {
	padding-left: 20px;
}

div.sectionSeparator {
	border-bottom: 1px solid #ccc;
	margin-left: 15%;
	padding: 10px;
	width: 70%;
}

/* Events */
td.eventTime {
	color: #7a7a7a;
	text-align: right;
	vertical-align: top;
	padding: 0 10px 0 20px;
	width: 50px;
}

td.eventInfo {
	vertical-align: top;
	padding: 0 10px 0 5px;
}

td.eventInfo p {
	margin: 0 0 10px 0;
}

p.eventLocation {
	padding-left: 40px;
	font-size: smaller;
}

div.lastUpdate {
	padding-top: 10px;
	color: #7a7a7a;
	text-align: right;
	font-size: smaller;
}

div.blogEntryInfo {
	color: #7a7a7a;
	text-align: right;
	font-size: smaller;
}