body 
{
  background: #333;
  margin: 0 auto;
  font-family: Tahoma;
  color: #FFF;
  font-size: 11pt;
}

#landingSiteBody
{
	background: #DD9F00 url(images/landingBG.jpg) repeat;
	width: 838px;
	margin: 0 auto;
	font-size: 9pt;
}

#landingSiteBody a, a:visited
{
	color: #FFF;
	font-size: 9pt;
	text-decoration: none;
}

#siteBody
{
	background: #333 url(images/yellowBG.jpg) repeat;
	width: 838px;
	margin: 0 auto;
	color: #000;
	font-size: 8pt;
}

#footer
{
	background: #DD9F00 url(images/landingBG.jpg) repeat;
	width: 838px;
	font-size: 9pt;
	text-align: center;
	padding: 8px 0px 8px 0px;
	color: #FFF;
}

#footer a, a:visited
{
	color: #FFF;
	font-size: 9pt;
	text-decoration: none;
}

h1
{
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h2
{
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h1 .prices
{
	font-size: 10pt;
	color: #E20A16;
	font-weight: bold;
}

p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
}

p a, a:visited
{
	color: #e20A16;
	text-decoration: underline;
	font-size: 9pt;
}

.rightCol
{
	color: #E20A16;
}

input, textarea
{	
	border: solid 1px #DD9F00;
}

.emailStatus
{
	color: #E20A16;
}

#rightImage
{
	display: block;
	float: right;
	padding-top: 5px;
	padding-left: 2px;
}

#specials p
{
	border: solid 1px #000;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
}

#specials .disclaimer
{
	font-size: 9pt;
	font-weight: normal;
}

img 
{
	border: none;
}

