/***--- START TAGS  ---**/
	HTML{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height:100%;

	}
	BODY {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height:100%;
		
		FONT-FAMILY: Arial, Helvetica, sans-serif;  
		FONT-SIZE:9.5pt;
		COLOR: #80463A; /* wine */
		
		background-color:#fcfdf7; /* cream */
	}
	TD{
		FONT-FAMILY: Arial, Helvetica, sans-serif;  
		FONT-SIZE:9.5pt;
		COLOR: #80463A; /* wine */
	}
	IMG{
		border: 0px;
	}


	
	
/***--- START IDs  ---**/
	#Height100 { /* used to give a table a height of 100% */
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height: 100%;
		width:100%;
		vertical-align:middle;
		
		background-image:url("/img/jessie_may_bg.jpg");
		background-position:bottom right;
		background-repeat:no-repeat;
		
	}
	#Menu {
		position:relative;
		top:0px;
		left:0px;
	}
	



/***--- START CLASSES  ---**/

	.logo { /* used logo TD */
		width:100%;
		height: 50px;
	}
	.menu { /* used menu TD */
		width:100%;
		height:12px;
	}
	.content { /* used content TD*/
		width:100%;
		height:100%;
	}
	.footer { /* used for footer TD*/
		width:100%;
	}
	
	.footer h3 {
		font-weight:normal;
		padding: 2px 10px 2px 10px;
	}
	
	.footer .nav a:link, .footer .nav a:visited, .footer .nav a:active { /* used for footer TD*/
		color:#cc9a90;
		text-decoration:none;
	}
	
	.footer .nav a:link:hover, .footer .nav a:visited:hover, .footer .nav a:active:hover { /* used for footer TD*/
		color:#81473b;
		text-decoration:none;
	}
	
	.msg{
		FONT-WEIGHT:bold;
		COLOR:#666666;
	}
	.note{
		FONT-WEIGHT:normal;
		FONT-SIZE: 8.0pt;
		COLOR:#666666;
	}
	.reserveNote{
		FONT-WEIGHT:normal;
		FONT-SIZE: 8.0pt;
	}
	.calendarDate{
		FONT-WEIGHT:bold;
		COLOR:#666666;
	}
	.inactiveMonth{
		COLOR:#666666;
	}
	
	.subMenuLinkNorm{/* used in file -> includes/class.menu_en.js*/
	   padding-left:9px;
	   	FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE:8.5pt;
		COLOR: #80463A; /* wine */
	   text-decoration: none;
	}
	.subMenuLinkOver{/* used in file -> includes/class.menu_en.js*/
	  padding-left:9px;
	  FONT-FAMILY: Arial, Helvetica, sans-serif;
	  FONT-SIZE:8.5pt;
	  COLOR: #80463A; /* wine */
	  text-decoration: underline;
	}

	.roomName{
		FONT-SIZE:14.0pt;
	}
	.aboutHdr{
		FONT-SIZE:14.0pt;
	}



	.guestbook {
		float: left;
		width: 14px;
		height: 14px;
		padding: 2px;
		background-color: #fff;
		color: #80463A; /* wine */
		text-align: center;
	  	text-decoration: none;
	}

	.guestbook:hover {
		background-color: #eee9e7;
		color: #80463A; /* wine */
	  	text-decoration: none;
	}

	.select {
		float: left;
		width: 14px;
		height: 14px;
		padding: 2px;
		background-color: #80463A; /* wine */
		color: #fff;
		text-align: center;
	  	text-decoration: none;
	}

/* pages/sections specific */

	

/***--- START LINKS  ---**/
	A, A:Visited{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-WEIGHT: normal;
		FONT-SIZE:9.5pt;
		COLOR: #80463A; /* wine */
		text-decoration: none;
	}
	A:Hover {
		text-decoration: underline;
	}
	A.DirectionsHdr, A.DirectionsHdr:Visited{
		FONT-SIZE:14.0pt;
	}
	A.ReserveNoteLink{
		FONT-WEIGHT:normal;
		FONT-SIZE: 8.0pt;
	}
	
	h1 {
		font-size:16px;
	}
	
	h2 {
		font-size:14px;
		margin:0;
	}
	
	h3 {
		margin:0;
		padding:0;
		display:block;
		float:left;
		padding-right:5px;
		padding-left:5px;
		padding-bottom:4px;
		border-right: 1px solid #CCCCCC;
		font-size:12px;
		cursor:pointer;
	}

/** new whitebook **/
#whitebook {width:900px;margin:0 auto;text-align:left;}
#whitebook .categories, #whitebook .subcategories, #whitebook .entries {float:left;}
#whitebook .categories, #whitebook .subcategories {width:200px; margin-right:10px;}
#whitebook .subcategories li, #whitebook .subcategories li a {color:#666;}
#whitebook .entries {width:480px;}
#whitebook .categories ul, #whitebook .subcategories ul, #whitebook .entries ul {list-style:none;margin:0;padding:0;}

