@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #290f0e url(images/home_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 860px;
	background: #290f0e;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #290f0e url(images/BrickWall_Adj2.gif) repeat-x left top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
#headerleft {
	float: left;
	height: 100px;
	width: 148px;
	margin: 0px;
	padding: 0px;
}
#headerleft h4 {
	color: #CB9B2B;
	text-align: center;
	margin: 0px;
	padding: 50px 0px 0px;
	font: bold 24px "Times New Roman", Times, serif;
}
#headerright {
	float: right;
	height: 100px;
	width: 148px;
	margin: 0px;
	padding: 0px;
}
#headerright ul {
	margin: 0px;
	padding: 35px 0px 0px;
	text-align: center;
}
#headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px;
}
#headerright a {
	font-size: 18px;
	font-weight: bold;
	color: #FCF9CE;
	text-decoration: none;
}
#headerright a:hover {
	color: #CD2027;
}



#logo {
	height: auto;
	width: 551px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#logo p {
	color: #FCF9CE;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

#nav {
	background: #003333;
	height: 35px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}

#nav a {
	text-decoration: none;
	color: #FCF9CE;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	letter-spacing: 2px;
	float: left;
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
}
#nav a:hover {
	color: #CD2027;
}
#nav .dot {
	color: #FFFFFF;
	margin: 0px 3px;
	padding: 0px 3px 0px 0px;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
}




#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #290f0e url(images/BrickWall_Adj2.gif) repeat;
	margin: 0px;
}
#homecontent {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}
#homecontent a {
	color: #FCF9CE;
	text-decoration: none;
}


#homephoto {
	height: 449px;
	background: url(images/chase_street_market2.jpg) no-repeat center top;
}
#homephoto #news {
	background: url(images/news_bubble.png) no-repeat center top;
	height: 327px;
	width: 450px;
	margin: 0px;
	padding: 0px;
}
#homephoto #news #newstext {
	margin: 0px auto;
	padding: 0px;
	height: 230px;
	width: 300px;
	font-size: 18px;
}
#homephoto #news #newstext h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px;
}
#homephoto #news #newstext p {
	color: #333333;
	font-size: 18px;
}


#grocer {
	color: #CB9B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


#mainContent p {
	margin: 0px;
	color: #FCF9CE;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#290f0e url(images/BrickWall_Adj2.gif) repeat;
	margin: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CB9B2B;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#footerboard {
	background: url(images/address_board.png) no-repeat;
	height: 88px;
	width: 200px;
	margin: 0px auto;
	padding: 0px;
}
