/* 
** tags 
*/

body {
	padding:0; 
	margin: 0; 
	background-color: #fbf9f5;
	background-image: url(../images/titlebar-bkgrnd.png);

	background-repeat: no-repeat;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #3f3a30;
} 	
	
img {border: none}
td {padding: 3 3 2 2; margin: 0px; border: none;}


a:link {color: #3f3a30}    
a:visited {color: #3f3a30} 
a:hover {color: #000}   
a:active {color: #CCC} 

h3 { /* for wordpress import */
	font-size: 1.3em;
	text-align: left;
	padding-right: 200px;
}


/* 
** IDs 
*/


#divCenter {
	text-align: center;
	position: absolute;
	width: 800px;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 2;
	background-color: transparent;
	margin-left: -400px;
	margin-top: 0px;
	padding-top: 15px;
}

#topNav {
	height: 25px;
	line-height: 25px;
}

#pageTitle {
	margin-top: 20px;
}

#content {
	text-align: center;
	/*font-family: garamond times serif;*/
	font-size: 1em;
	color: #333;
	margin-left: 100px;
	margin-right: 100px;
}


#galleryContent {
	width: 730px;
	height: 580px;
	text-align: center;
	vertical-align: middle;
	/*font-family: garamond times serif;*/
	font-size: 1em;
	color: #333;
	background-image: url(../images/gallery-border.png);
	padding: 10px 30px;	
}

#aboutContent {
	width: 730px;
	height: 569px;
	text-align: left;
	vertical-align: middle;
	/*font-family: garamond times serif;*/
	font-size: 1.1em;
	color: #333;
	background-image: url(../images/about-border.png);
	padding: 30px 30px;	
	overflow: hidden;
}

#contactContent {
	width: 700px;
	height: 600px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	/*font-family: garamond times serif;*/
	font-size: 1.1em;
	color: #333;
	background-image: url(../images/about-border.png);
	padding: 50px 50px 0px 50px;	
	overflow: hidden;
}

#bottomNav {
	text-align: center;
	width: 100%;
/*	font-family: garamond times serif;*/
	font-size: .8em;
	color: #555;
	margin-top: 33%;
	padding-bottom: 18px;
}

#bottomNav a:link {color: #555}    
#bottomNav a:visited {color: #555} 
#bottomNav a:hover {color: #000}   
#bottomNav a:active {color: #CCC}  


#reservationsText {
	font-size: 14px;
	line-height: 17px;
}



/* 
** Classes 
*/


.title {
	font-size: 1.2em; 
	font-weight: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #CCC;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.calendarTitle {
	font-size: 1.2em; 
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.subTitle {
	font-size: 1.2em; 
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	width: 222px;
	margin-top: 30px;
	margin-bottom: 10px;
}


.calendar {
	background-image: url(../images/calendar-border.png);
	background-repeat: no-repeat;
	padding: 3px;
	width: 800px;
	height: 629px;
	margin-left: -100px;
}

.fineprint {
	font-size: .8em; 
}

.inputSubmit {
	margin-top:5px;
}