html *, body {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	background-color: #fff;
}
a {
	color:#666;
	text-decoration: underline;
}
img {
	border: 0px;
}
dl.menu img, dl.menu2 img {
	border: 2px solid #666;
}
p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
h1, h2, h3 {
	margin: 1em 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrapper {
	text-align: center;
}
#candy {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: #F8F8F8;
}
h1#header {
	height: 200px;
	width: 950px;
	background: #000000 url(../images/bg_header.jpg) no-repeat bottom left;
	color: #fff;
	margin: 0;
}
h1#header span {
	color: #FBEE01;
	background: transparent;
}
h1#header strong {
	padding: 155px 10px 0 10px;
	display: block;
	background: transparent;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
p {
	font-size: 0.9em;
}
.first {
	margin-top: 0;
}
.col1 {
	width:230px;
	text-align: center;
}
.col2 {
	width: 680px;
	margin-left: 20px;
}
#content {
	padding: 10px;
}
dl.menu, dl.menu2 {
	background-color:#fff;
	padding: 10px;
}
dl.menu dd, dl.menu2 dd {
	margin: 0 0 20px 0;
}
dl.menu2 {
	text-align: center;
}

div.storyWrapper {
	background: url(../images/bg_arrows.gif) no-repeat top center;
}
div.thumbset {
	width: 465px;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.thumbset img {
	border: 2px solid #666;
}

#footer {
	background-color: #4D4D4D;
	color: #fff;
}
#footer span {
	color: #FBEE01;
}
#footer p {
	padding: 10px;
	line-height: 1em;
	margin: 0;
	text-align: right;
}

/* Clearing floats without extra markup
Keep this at the bottom of the stylesheet!!!
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] tester */
.clear { display: inline-block; }
.clear:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clear { height: 1%; height: auto; }
.clear { display: block; }

