/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #652e19;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

h3
{
	border-bottom: 1px solid  #4C5C58;
	}

h2
{
	color: #D37551;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
a:link
{
	color: #4C5C58;
	}
	
a:hover
{
	color: #C7714F;
	}
	
a:visited
{
	color: #C7714F;
	}
		
#container
{
	width: 975px;
	margin: 0px auto 0px auto;
	background-image: url(images/vTile20.jpg);
	background-repeat: repeat-y;
	}
	
#banner
{
	width: 975px;
	height: 204px;
}

#leftNav
{
	float: left;
	width: 216px;
	text-align: center;
	color: #F9E4AF;
	font-size: 14px;
	}
	
#contentContainer
{
	float: left;
	width: 759px;
}

#content
{
	width: 745px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	color: #4C5C58;
	}
	
#coupon
{
    float: left;
    text-align: center;
	height: 140px;
	margin: 0px;
	background-image:url(images/coupon.jpg);
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

#couponText
{
	width: 335px;
	height: 118px;
	padding-left: 195px;
	padding-right: 200px;
	padding-top: 15px;
}
	
#miscItems
{
	width: 749px;
	text-align: center;
	}
	
#textNav
{
	width: 749px;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	}

.fixer
{
	clear: both;
	width: 500px;
	}
	
#footer
{
	clear: both;
	width: 975px;
	height: 91px;
	margin: 0px auto 0px auto;
	background-image: url(images/vTile20.jpg);
	background-repeat: repeat-y;
	}

#EHL
{
	float: left;
	width: 209px;
	}

#designedBy
{
	float: left;
	width: 750px;
	}
	
#leftColumn
{
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
	width: 350px;
	text-align: left;
}

#rightColumn
{
	padding-left: 0px;
	float: left;
	padding-bottom: 10px;
	width: 360px;
	background-color: none;
	margin-left: 10px;
	text-align: left;
}

#navigate
{
	padding-left: 0px;
	float: right;
	width: 65px;
	position: static;
	height: 200px;
	margin-left: 10px;
	text-align: left;
}
