@charset "utf-8";
#header {
	height: 239px;
	display: none;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 239px;
	background-color: #006699;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	display: none;
}
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	display: none;
} 
p {
	text-align: center;
	color: #000;
}h1 {
	color: #004F8A;
	text-align: center;
	font-weight: normal;
}
#mainContent {
	height: 7in;
	width: 7in;
}
#coupon {
	margin-left: 175px;
}
#container {
	height: 7in;
	width: 7in;
}

