body {
		background-color: #3C2415;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
		font-size: 1em;
		margin: 0px;
		padding: 0px;
  	}
	
#container {
		width: 960px;
		background-image: url(../images/paperbackground.jpg);
		background-repeat: repeat-y;
		
		font-size: 1em;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
#topPanel {
		width: 100%;
		height:170px;
		background-image: url(../images/topsectionback.jpg);
		background-repeat: no-repeat;
		padding: 10px;
	}

#navContainer {
		margin-left: 280px; 
		margin-top: 90px;
	}

#navRow a{
		text-align: right;
		color: #000000;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		margin-left: 40px;
	}

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

#leftBody {
		float: left;
		width: 260px;
		padding: 10px;
		text-align: center;
	}

#rightBody {
		float: right;
		width: 660px;
		padding: 10px;
	}

#rightBody h1{
		font-size: 1.5em;
		text-align: center;
	}

.mainContent {
		padding: 10px;
		background-image: url(../images/transpng.png);
		background-repeat: repeat;
	}

.coupon {
		border-style: dashed;
		background-image: url(../images/couponbackdrop.gif);
		background-repeat: repeat;
		margin-bottom: 10px;
		padding: 10px;
	}

.couponimg {
		float: left;
		width: 15%;
		background-image: url(../images/couponwatermark.gif);
	}

.coupondesc {
		float: right;
		width: 75%;
	}

.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
