body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	background: url(../images/bg_main.jpg) repeat-x;
}

a
{
	color: #066ca6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

div.clear
{
	clear: both;
}

div.MHr
{
	width: 347px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/hr_medium.jpg) no-repeat;
	clear: both;
}

div.LHr
{
	width: 392px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/hr_large.jpg) no-repeat;
	clear: both;
}

#headerWrapper
{
	display: block;
	width: 100%;
	float: left;
	background: #066ca6;
	height: 71px;
}

	#headerContent
	{
		width: 952px;
		margin: auto;
	}
	
		#mainMenu
		{
			float: left;
		}
			
			#mainMenu a
			{
				color: white;
				font-weight: bold;
				font-size: 1.4em;
				width: 100%;
				display: block;
			}
			
				#mainMenu a:hover
				{
					text-decoration: none;
				}
		
			#headerWrapper #headerContent #mainMenu li
			{
				float: left;
				padding: 30px;
			}
			
				#headerWrapper #headerContent #mainMenu li.divider
				{
					background: url(../images/menu_divider.gif) no-repeat;
					width: 7px;
					height: 42px;
					padding: 0;
				}
			
				#headerWrapper #headerContent #mainMenu li:hover
				{
					background: url(../images/header_arrow.png) no-repeat 50% 59px;
				}
				
				#headerWrapper #headerContent #mainMenu li.selected
				{
					background: url(../images/header_arrow.png) no-repeat 50% 59px;
				}
			
#siteWrapper
{
	display: block;
	width: 100%;
	float: left;
}

	#contentWrapper
	{
		width: 952px;
		margin: auto;
	}
	
		#contentHeader
		{
			background: url(../images/header.png) no-repeat 0 0;
			margin-top: 15px;
			height: 124px;
			float: left;
			width: 100%;
		}
	
			#a_home
			{
				display: block;
				width: 290px;
				height: 85px;
				float: left;
				margin-left: 10px;
			}
			
			#searchContainer
			{
				float: right;
			}
		
				#input_search
				{
					margin-right: 52px;
					width: 314px;
					margin-top: 88px;
					border: 0px;
					font-size: 1.2em;
				}
				
				#a_search
				{
					
					width: 87px;
					height: 35px;
					float: right;
					margin-right: 12px;
					margin-top: 78px;
					clear: none;
				}
		
		#content
		{
			background: url(../images/bg_content_border.png) repeat-y;
			padding: 12px;
			min-height: 600px;
		}
		
			#leftContent
			{
				float: left;
				width: 388px;
				margin-right: 17px;
			}
			
			.mainItem
			{
				padding: 3px;
				padding-bottom: 10px;
				border: 1px solid #d1d0c7;
				width: 380px;
				margin-bottom: 24px;
			}
			
				.mainItem img
				{
					margin-bottom: 10px;
				}
				
					.mainItemData
					{
						margin: 4px;
					}
			
			h1
			{
				color: #026ca9;
				font-size: 1.7em;
				margin-bottom: 6px;
			}
			
			h2
			{
				color: #026ca9;
				font-size: 1.2em;
				margin-bottom: 6px;
			}
			
			.head_MBox
			{
				background: url(../images/bg_head_box_medium.jpg) no-repeat;
				height: 19px;
				font-weight: bold;
				padding-left: 20px;
				padding-top: 7px;
				width: 368px;
			}
			
			.content_MBox
			{
				width: 350px;
				border-left: 1px solid #e1e0d9;
				border-right: 1px solid #e1e0d9;
				padding: 18px;
			}
			
			.foot_MBox
			{
				background: url(../images/bg_foot_box_medium.jpg) no-repeat;
				height: 11px;
				width: 388px;
			}
			
			.objectImages
			{
				padding: 3px;
				padding-bottom: 10px;
				border: 1px solid #d1d0c7;
				width: 380px;
				margin-bottom: 24px;
			}
			
				.objectImages img
				{
					margin-bottom: 10px;
					cursor: pointer;
					cursor: hand;
				}
				
				.objectImages li
				{
					display: inline;
				}
				
			.objectDescription
			{
				margin-top: 15px;
				margin-bottom: 25px;
				float: left;
			}
				
				.objectDescription strong
				{
					color: #066CA6;
				}
			
			.objectDates
			{
				margin-top: 15px;
				width: 470px;
			}
			
				.objectDates th
				{
					color: #767676;
				}
			
			#reservationForm input
			{
				border: 1px solid #E4E4E4;
			}
			
			#reservationForm textarea
			{
				border: 1px solid #E4E4E4;
				width: 200px;
				height: 70px;
			}
			
			#reservationForm img
			{
				border: none;
				float: none;
				margin-right: 0px;
			}
			
			#reservationForm label
			{
				width: 100px;
				display: block;
				float: left;
				color: #767676;
			}
			
			#reservationForm li
			{
				float: left;
				width: 400px;
				margin-bottom: 6px;
			}
				
			#rightContent
			{
				float: right;
				width: 500px;
			}
			
				.head_SBox
				{
					background: url(../images/bg_head_box_small.jpg) no-repeat;
					height: 19px;
					font-weight: bold;
					padding-left: 20px;
					padding-top: 4px;
					width: 216px;
				}
			
				.content_SBox
				{
					width: 190px;
					border-left: 1px solid #e1e0d9;
					border-right: 1px solid #e1e0d9;
					padding: 18px;
					padding-bottom: 25px;
					min-height: 50px;
				}
				
					.content_SBox img
					{
						padding: 2px;
						border: 1px solid #bfbfbf;
						float: left;
						margin-right: 8px;
					}
					
						.content_SBox a
						{
							font-weight: bold;
						}
			
				.foot_SBox
				{
					background: url(../images/bg_foot_box_small.jpg) no-repeat;
					height: 11px;
					width: 228px;
					margin-bottom: 27px;
				}
				
				.head_LBox
				{
					background: url(../images/bg_head_box_large.jpg) no-repeat;
					height: 20px;
					font-weight: bold;
					padding-left: 20px;
					padding-top: 6px;
					width: 473px;
				}
			
				.content_LBox
				{
					width: 455px;
					border-left: 1px solid #e1e0d9;
					border-right: 1px solid #e1e0d9;
					padding: 18px;
					padding-bottom: 25px;
				}
				
					.content_LBox img
					{
						padding: 2px;
						border: 1px solid #bfbfbf;
						float: left;
						margin-right: 8px;
					}
			
				.foot_LBox
				{
					background: url(../images/bg_foot_box_large.jpg) no-repeat;
					height: 11px;
					width: 493px;
					margin-bottom: 27px;
				}
				
#footerWrapper
{
	display: block;
	width: 100%;
	float: left;
	background: #f2f1e1;
	border-top: 2px solid #d7d7d5;
	padding-top: 14px;
	padding-bottom: 14px;
}

	#footerContent
	{
		width: 952px;
		margin: auto;
		color: #404040;
	}
		#footerContent div
		{
			margin-left: 25px;
			margin-right: 25px;
			margin-top: 10px;
			float: left;
		}
		
		#footerContent h1
		{
			font-size: 1.2em;
			text-decoration: underline;
			color: #404040;
			margin-bottom: 12px;
		}
	
		#footerContent p
		{
			margin-bottom: 10px;
			
		}
		
		#footerLogo
		{
			margin: 25px;
			margin-top: 10px;
			float: left;
		}
