/* ----- Main ----- */

html 
{
	text-align: justify;
	background-color: #F6E7CA;
}

body 
{
	margin: 0px auto;
	padding: 0px; 
	width: 680px;
}

/* ----- Container ----- */

#container
{
	width: 680px;
	background: url(../images/content-back.jpg) repeat-y;
}

/* ----- Header ----- */

#header
{
	position: relative;
	width: 680px;
	height: 193px;
	background: url(../images/header.jpg) no-repeat;
	font-size: 10px;
	color: #666;
}

#header p
{
	margin: 0px;
	width: 200px;
	padding-top: 120px;
	padding-left: 40px;
	text-align: center;
}

#header_flash
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 389px;
	height: 193px;
}

/* ----- Left Column ----- */

#left_column
{
	position: relative;
	float: left;
	width: 156px;
	height: 500px;
}

/* ----- Content ----- */

#content
{
	position: relative;
	padding: 0px 16px 0px 15px;
	width: 649px;
	z-index: 1;
}

.index_page { background: url(../images/leftcolumn-index-back.jpg) 15px repeat-y; }
.about_page { background: url(../images/leftcolumn-about-back.jpg) 15px repeat-y; }
.meats_page { background: url(../images/leftcolumn-meats-back.jpg) 15px repeat-y; }
.cheese_page { background: url(../images/leftcolumn-cheese-back.jpg) 15px repeat-y; }
.delivery_page { background: url(../images/leftcolumn-delivery-back.jpg) 15px repeat-y; }
.contact_page { background: url(../images/leftcolumn-contact-back.jpg) 15px repeat-y; }

#page_container
{
	margin-left: 175px;
	width: 470px;
	background: transparent;
}

#page_container_min_height
{
	float: right;
	height: 500px;
	width: 1px;
}

#page_container { padding-bottom: 40px; background-color: #FFF; }

#page
{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

.one_column
{
	margin-right: 20px;
	padding: 10px 15px 40px 0px;
	background-color: #FFF;
}

.two_column
{
	margin-right: 220px;
	width: 245px;
}

#right_column
{
	float: right;
	margin: 10px 0px 70px 15px;
	padding-right: 10px;
	width: 175px;
}

/* ----- Menu ----- */

#menu
{
	background: url(../images/menu-back.jpg) repeat-x;
	font-size: 12px;
}

#menu ul
{
	margin: 0px;
	padding: 3px 0px;
	height: 17px;
	list-style: none;
}

#menu li
{
	margin: 0px;
	padding: 0px 12px;
	display: inline;
	font-weight: bold;
	font-family: Arial;
	color: #475C3F;
}

#menu a
{
	color: #475C3F;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

/* ----- Contact ----- */

#contact
{
	position: absolute;
	bottom: 10px;
	right: 28px;
	width: 180px;
	font-size: 10px;
	font-weight: bold;
	color: #932B1A;
	background-color: #FFF;
	text-align: center;
	z-index: 2;
}

#contact_phone
{
	margin-bottom: 4px;
	padding: 5px;
	background-color: #932B1A;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #FFF;
}

/* ----- Footer ----- */

#footer
{
	padding-top: 6px;
	width: 680px;
	height: 31px;
	background: url(../images/footer.jpg) no-repeat;
	text-align: center;
	font-size: 10px;
	color: #B3B75F;
}