@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(../Images/Background-Main.jpg);
	background-repeat:repeat-x;
	font:  12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}


/* MAIN ELEMENTS ----------------------------------------------------------------------*/
#Header{
	margin: 0 auto;
	width:920px;

}
#Content{
	margin: 0 auto;
	width: 920px;

	
}
#Footer{
	clear: both;
	margin: 0 auto;
	padding-top:20px;
	width: 920px;
	height: 60px;
	text-align: center;
	color:#666666;
}
/* CONTENT ELEMENTS & CLASSES ----------------------------------------------------------------------*/

#homeContent{
	float:left;
	width:610px;
}

#Hours{
	float:left;
	width:280px;
	height:185px;
}
.contentSquare{
	margin: 10px 0 0 10px;
	padding:15px 15px;
	border: 1px solid #CCCCCC;
	width: 250px;
	float:left;
}


/* FOOTER ELEMENTS & CLASSES  ------------------------------------------------------------------------*/ 
#footerLinks {
	display:block;
	width:600px;	
	margin: 0 auto;
	height:30px;
}
#footerLinks li {
	font-size:11px;
	display:inline;
}
#footerLinks a {
	color:#666666;
}
	
#footerLinks a:hover{
	color:#339933;
}

.titleSquare{
	display:block;
	width: 100px;
	text-align:center;
	border-right:4px solid #333333;
	border-left:4px solid #333333;
	font: 14px Arial, Helvetica, sans-serif  ;
	font-weight:bold; 
	color:#5F9F24;
	
	
}
/* CLASSES -----------------------------------------------------------------------*/


/* TEXT STYLES -------------------------------------------------------------------*/

.generalText{

}

