/* CSS Document */

/*################################### CONTENT ################################*/



#photo1 {
	float: left;
	width: 309px;
	height: 169px;
	background: url(main-photo1.jpg);
}

#photo2 {
	float: left;
	width: 261px;
	height: 169px;
	background: url(main-photo2.jpg);
}


#photo3 {
	float: left;
	width: 306px;
	height: 169px;
	background:  url(main-photo3.jpg);
}


#home-cont {
	clear: both;
	width: 100%;
	height: 595px;
	background: #FFFFFF url(main-content-bg.jpg) repeat-x;
}


#text {
	float: left;
	width: 520px;
	margin: 25px 0 50px 20px;
	color: #555f58;
}


* html #text {
	margin: 25px 0 50px 10px;
}


#text h2 {
	width: 147px;
	height: 25px;
	background: url(main-content-welcome.jpg);
	text-indent: -999em;
	overflow: hidden;
}


#text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #58595B;
	margin: 30px 0 0 0;
	line-height: 20px;
}


#text p span {
	font-weight: bold;
}


#hours {
	float: right;
	width: 305px;
	height: 366px;
	margin: 2px 0 0 0;
	background: url(main-content-hours-bg.jpg);
}


#hours h3 {
	margin: 68px 0 0 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #977068;
	text-transform: uppercase;
}


#hours h3.winter {
	margin: 30px 0 0 60px;
}


*:first-child+html #hours h3.winter {
	margin: 20px 0 0 60px;
}


* html #hours h3.winter {
	margin: 20px 0 0 60px;
}


#hours ul {
	margin: 10px 0 0 60px;
	width: 240px;
}


#hours ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #555f58;
	font-weight: bold;
	list-style-position: inside;
	margin: 10px 0 0 0;
}


*:first-child+html #hours ul li {
	margin: 0 0 10px 0;
}


* html #hours ul li {
	margin: 0 0 10px 0;
}



#hours span.hours{
	color: #977068;
	font-weight: normal;
}


#contact-info {
	float: right;
	width: 305px;
	height: 219px;
	margin: 5px 0 0 0;
	background: url(main-content-contact-bg.jpg);
}


#contact-info p {
	margin: 75px 0 0 57px;
	width: 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #977068;
	line-height: 17px;
}


#contact-info span {
	color: #555f58;
	font-weight: bold;
}


#contact-info a {
	color: #977068;
	text-decoration: none;
}

