﻿/* CSS layout */
body	{
	font-family:"Lucida Sans", "Lucida Handwriting", "Lucida Console";
	background-color:#DCD29C;
}
table.center {
	margin-left:auto; 
	margin-right:auto;
}

#master {
	width:850px;
	border:thin black solid;
}

#masthead {
background-image: url('images/Headerbackground.png');
background-repeat:no-repeat;
}
#top_nav {

border-top:thin black groove;
border-bottom:thin black groove;
background-color:black;
color:white;
}
#page_content {
}
#container {
	position: relative;
	width: 100%;
}


#right_col {
	width: 180px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content {
}

#footer {
 text-align:center;
 padding-top:25px
}

.list {
	text-align:center;
	font-size:xx-large;

}

.grand {
	font-size:16px;
	color:red;

}

.mesh {
	color:red;
}

/*******Coupon**************/
.coupon {
	background-image:url('images/CouponBkgd.png');
	background-repeat:no-repeat;
}
.cheader {
	width:426px;
	height:30px;
	padding-left:3px;
	margin-left: 91px;
	background-color:#8CD183;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-size:x-large;
	
}

.caddress {
	width: 336px;
	height: 50px;
	margin-left: 91px;
	text-align:center;
	vertical-align:middle;
	color:black;
	padding-top:9px;
	font-size:18px;


}
.cpercent {
	font-size:xx-large;
}

.ccoupon {
	
	width: 336px;
	height: 40px;
	margin-left: 91px;
	text-align:center;
	vertical-align:middle;
	color:red;
	font-size:17px;
	

}

.clegal {
	width: 336px;
	height: 30px;
	margin-left: 91px;
	text-align:center;
	vertical-align:middle;
	color:black;
	font-size:x-small;
	


}
.cimage {
	height:50px;
	padding-left:3px;
	margin-left: 3px;


}
.cprint {
	width: 421px;
	height: 30px;
	margin-left: 3px;
	margin-top:20px;
	text-align:center;
	vertical-align:middle;
	color:black;
	font-size:13pt;
	


}


