	/************************ MARGINS-PADDING-ALL-ROUND ************************/

html, body {
	margin: 0px;
	padding: 0px;
}
	/************************ BODY ************************/

body { 
	min-height:auto; 
	font-family:normal,"Trebuchet MS",helvetica,Tahoma,sans-serif;
	background-attachment: fixed;
	background-image: url(images/background.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0 auto;
	border-top:7px solid #B5B4B4;
	border-bottom:7px solid #B5B4B4;
	}
	
	
	/************************ HEADER & NAVIGATION ************************/

#header{
	position: relative;
	width: 100%;
	margin: 0px auto 0px;
	}
	

#branding{
	position: left;
	width: 874px;
	min-height:100px;
	margin: 10px auto 10px;
	background: url(images/logo1.gif) no-repeat 0px 0px;
}

.logo{
	float:left;
}


#branding h1{
	display: none;
}

#branding ul{
	float:right;
	margin-top:68px;
	position:relative;
}

#branding li{
	list-style: none;
	display:inline;
	margin:0;
	padding:0;
}
	
#branding a{
	text-decoration: none;
	color: #000;
	padding: 0px 8px 3px 4px;
	}


#branding A:hover {
 	color: #db0497; 
 	border-bottom: #db0497 2px solid; 
 	position:relative;
 	text-decoration: none
}
	
#branding #on-page a {
	text-decoration:none;
	position:relative; 
	color: #DB0497;
	border-bottom: 2px solid #DB0497;
	}

	/************************ CONTAINER ************************/
	
#container {
	position: relative;
	width: 900px;
	height:auto;
	/*height:1200px;*/
	margin: 0px auto 0px;
	background: #fff;
	clear:both;
}

#container-short {
	position: relative;
	width: 900px;
	height:679px;
	/*height:1200px;*/
	margin: 0px auto 0px;
	background: #fff;
	clear:both;
}

	/************************ CONTENT ************************/

#content{
	height:auto;
	align:left;
	margin-right:13px;
	margin-left:13px;
	margin-top:0px;
	margin-bottom:0px;
	width:874px;
	font-size:85%;
	color:#575757;
	clear:both;
	/*border:1px solid red;*/
}

#guestbook-table{
	min-height:auto%;
	align:left;
	margin-right:13px;
	margin-left:13px;
	margin-top:0px;
	margin-bottom:0px;
	width:874px;
	font-size:85%;
	color:#575757;
	clear:both;
	/*border:1px solid red;*/
}

#content h1{
	font-size:100%;
	color:#000;
}

#intro-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #575757;
	line-height: normal;
	font-weight: bold;
}

#left-intro{
	width:370px;
	min-height:304px;
	float:left;
	margin-bottom:10px;
	padding:0;
	text-align:justify;
	/*border:1px solid red;*/
}

#right-intro{
	width:497px;
	float:right;
	text-align:left;
	min-height:294px;
	margin-bottom:10px;
	/*border:1px solid red;*/
}

#left-intro h2{
	font-family:normal,"Trebuchet MS",helvetica,Tahoma,sans-serif;
	font-size:110%;
	color:#aaa;
	border-bottom:2px solid #DB0497;
	padding-bottom:0px;
}

#three-columns{
	width:870px;
	float:left;
	display:inline;
}

#column1{
	float:left;
	width:285px;
	margin-right:0px;
	display:inline;
}

#column1 h3{
	border-bottom:2px solid #DB0497;
	color:#B5B4B4;
	width:283px;
	text-align:justify;
}

#column1 a{
	color:#DD0F9B;
}

#column1 a:hover{
	color:#B5B4B4;
}

#column2{
	width:285px;
	float:left;
	margin-left:8px;
	display:inline;
}

#column2 h3{
	border-bottom:2px solid #DB0497;
	width:283px;
}

#column2 a{
	color:#DD0F9B;
}

#column2 a:hover{
	color:#B5B4B4;
}

#column3{
	width:285px;
	float:right;
	margin-left:0px;
	padding-left:0px;
	display:inline;
}

#column3 h3{
	border-bottom:2px solid #DB0497;
	width:283px;
}


#column3 a{
	color:#DD0F9B;
}

#column3 a:hover{
	color:#B5B4B4;
}

#lowercolumns{
	width:870px;
	height:310px;
	display:block;
	position:relative;
	clear:both;
}

#lowercolumns a{
 	color:#DC0C9A;
}

#lowercolumns a:hover{
 	color:#B5B4B4;
}


#column4{
	width:300px;
	min-height:150px;
	float:right;
	margin-right:0px;
}

#column4 h3{
	width:300px;
	border-bottom:2px solid #DB0497;
	padding-top:0px;
}

.gmap-frame{
	width:300px;
	height:150px;
}

#column5{
	width:560px;
	min-height:150px;
	display:inline;
	float:left;
}

#column5 h3{
	width:558px;
	border-bottom:2px solid #DB0497;
	padding-top:0px;
	float:left;
	margin-bottom:10px;
}


h2{
	border-bottom:2px solid #DB0497;
	}

#text{
	float:left;
	width:100%;
	display:inline;
	clear:both;
}

.floatright{
	float:right;
	border:2px solid #DB0497;
	margin-top:0px;
	margin-left:10px;
}

.about-intro{
	font-weight:bold;
	clear:both;
}

.pullquote {
clear:both;
	width: 28%;
	float:left;
	font-weight:bold;
	font-size:150%;
	line-height:140%;
	margin:3px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 5px 3px 0px;
}

.pullquote:first-letter {
	background: url(images/open-quote.gif) no-repeat !important;
	padding:10px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.gallery-nav{
	padding-top:15px;
	clear:both;
	font:80%/140% helvetica neue;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
	/*font:80% 'helvetica neue',sans-serif;*/
}


#contact-form{
	float:left;
	min-height:270px;
}

#map-area{
	width:874px;
	height:415px;
	border:0px;
}

#map{
	width:600px;
	height:410px;
	float:right;
	border:4px solid #B5B4B4;
	margin-top:0px;
	margin-bottom:0px;
	

}

#map-info{
	width:256px;
	float:left;
	align:top;
	position:top;
	text-align:justify;
	clear:both;
}


.speech{
margin-left:30px;

}

.instructions{
font-weight:bold;
}

#table {
	width: 874px;
	height:700px;
	padding: 0;
	margin: 0;
	border:1px solid red;
	clear:both;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #B5B4B4;
	border-bottom: 1px solid #B5B4B4;
	border-top: 1px solid #B5B4B4;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #DE169E url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B5B4B4;
	border-top: 1px solid #B5B4B4;
	border-left: 1px solid #B5B4B4;
	background: #DC0E9B;
}

td {
	border-right: 1px solid #B5B4B4;
	border-bottom: 1px solid #B5B4B4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
}


td.alt {
	background: #F4DCDC;
	color: #000;
}

th.spec {
	border-left: 1px solid #B5B4B4;
	border-top: 0;
	background: #fff;
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #B5B4B4;
	border-top: 0;
	background: #F4DCDC url(images/bullet2.gif) no-repeat;
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.accom-headings{
margin-bottom:10px;
margin-top:10px;
}

#accom-tables{
	width:874px;
	height:900px;
	float:left;
	clear:both;
}

.tel{
font-size:11px;
font-weight:bold;
font-family:verdana;
}

.more-detail{
	font-size:12px;
	font-weight:bold;
	color:#DB0497;
}


#event-color1{
background-color:#F4DCDC;

}

#event-color2{
background-color:#F4DCDC;
}

#event-color3{
background-color:#F4DCDC;
}

.gallery-text{
	margin:5px;
	width:874px;
}
	/************************ FOOTER ************************/

#footer{
	font-size:75%;
	border:1px solid #fff;
	color:#B5B4B4;
	height:37px;
	width:895px;
	display:block;
	position:bottom;
	clear:both;
}

#footer a{
	text-decoration:underline;
	color:#B5B4B4;
	position:bottom;
	height:37px;
	width:895px;
}

.Footer { clear: both; }

.copyright{
	text-align:center;
	/*margin: 10px auto 10px;*/
	margin-left: auto;
	margin-right: 0;
	margin-top:0;
	padding:0;
	margin-bottom:0px;
	width:320px;
	height:30px;
	display:block;
}

