html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }
img { display: block; }

body {
	text-align: center;
	font-size: small;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	background-color: #595959;
	color: #FFF;
	position: relative;
	}

body#popBody {
	background-color: #595959;
	text-align: center;
	}

body#popBody div { width: 480px; margin: 12px auto 0 auto; }

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	}

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 100%;
	line-height: 1.2;
	}

ul li, ol li { font-size: 95%; }

table { font-family: inherit; }

a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:hover { color: #FFF; text-decoration: underline; }

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #F7941D;
	border-width: 0 1px 1px 1px;
	background-color: #818181;
	}

#onSpot {
	padding: 31px 0 12px 0;
	background: #818181 url(../images/h-onspot.jpg) 0 0 no-repeat;
	border-top: 1px solid #818181;
	}

#hereSpot {
	padding: 31px 0 12px 0;
	background: #818181 url(../images/h-herespot.jpg) 0 0 no-repeat;
	}

#spotOn {
	padding: 21px 0 12px 0;
	background: #818181 url(../images/h-spoton.jpg) 0 0 no-repeat;
	}

.inner { padding: 0 44px; }

#spotOn .inner { padding: 0; }

#spotOn div.spot {
	padding: 12px 44px;
	border: 2px solid #F7941D;
	border-width: 0 0 2px 0;
	}

#onSpot,
#hereSpot,
#spotOn p {
	margin-top: 0;
	color: #FFF;
	background-color: #818181;
	}

div.spot img { float: left; padding-bottom: 12px; }
div.spot h2,
div.spot p { margin-left: 346px; }
div.spot p.watch { padding-top: 24px; }

div.spot h2 {
	margin-top: 0;
	color: #FFBB73;
	}

div.spot a:link { color: #C8C34D; }
div.spot a:visited { color: #C8C34D; }
div.spot a:hover { color: #C8C34D; }

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

.fl { float: left; }
.fr { float: right; }
img.fl { margin: 0 12px 12px 0; }
img-fr { margin: 0 0 12px 12px; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
