@charset "utf-8";
body{
	margin: 0px 0 0px 0;
	padding: 0;
	line-height: 1.5em;
	background: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

b{font-size: 110%;}
em{
}
.center {
	text-align: center;
	color:#000000;
}

h1 {
	font-size: 18px;
	text-align: left;
	line-height: 20px;
	color:#FFFFFF;
}
h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 17px;
	text-align: left;
}

#maincontainer{
	border: 10px solid #000000;
	width: 800px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #c0c0c0;
}
#topsection{
	background: #FFFFFF;
	height: 160px;
}
#Nav{
	font-size: 10px;
	height: 30px;
	color: #E45400;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #000000;
	padding-top: 5px;
}
#Nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#Nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #E45400;
}

#contentwrapper{
	float: left;
	width: 100%;
	text-align: left;
	}

#footer{
	clear: left;
	width: 800px;
	color: #000000;
	text-align: center;
	height: 198px;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 2px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000000;
}

#footer a{
	color: #E45400;
}
.ImageLinks {
	border-width: 0px;
}

.innertube{
	margin: 7px 7px 7px 7px; /*Margins for inner DIV inside each column (to provide padding)*/
}
p {
	text-align: left;
}
a {
	color: #E45400;
	font-weight: bold;
}
#big {
	font-size: 14px;
}
.big {
	font-size: 14px;
}

.coupon {
	border: 3px solid #E45400;
	background-color: #FFFFFF;
	text-align: center;
}
.couponLg {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.couponLgst{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 28px;
}

