body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

.rule {
	margin: 3px 0px 0px 0px;
	padding: 6px;
	border: thin dotted #333;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

p {
	font-size: 12px;
	font-family: sans-serif;
	color: #777;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

span.goodXXX {
	cursor: pointer;
	color: #419967;
	text-decoration: none;
}

span.badXXX {
	cursor: pointer;
	color: #C83B63;
	text-decoration: none;
}

span.okXXX {
	cursor: pointer;
	color: #DDB33E;
	text-decoration: none;
}

h1.good {
	cursor: pointer;
	color: #419967;
	text-decoration: none;
}

h1.bad {
	cursor: pointer;
	color: #C83B63;
	text-decoration: none;
}

h1.ok {
	cursor: pointer;
	color: #DDB33E;
	text-decoration: none;
}

ul {
	font-size: 12px;
	list-style-type: square;
	font-family: sans-serif;
	color: #333;
	padding: 0 0 0 14px;
}

li {
	font-size: 12px;
	list-style-type: square;
	font-family: sans-serif;
	color: #333;
}

a {
	color: #888;
	text-decoration: none;
}

h1 {
	color: #555;
	font-size: 22px;
	font-family: sans-serif;
	font-style: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

h2 {
	color: #555;
	text-decoration: underline;
	font-size: 12px;
	font-family: sans-serif;
	font-style: bold;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.filmtakes {
	position: absolute;
	width: 466px;
	height: 559px;
	top: 25px;
	left: 25px;
	z-index: 0;
}

.filmtakessmashed {
	position: absolute;
	width: 547px;
	height: 751px;
	top: -50px;
	left: -5px;
	z-index: 0;
}

.topselect {
	font: 11px sans-serif;
	border: 0px;
	width: 45px;
	color: #666;
}

.topselect:hover {
	color: #B61620;
	text-decoration: none;
}

.selectheader {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.selectentry {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

.content {
	position: absolute;
	width: 50%;
	margin-top: 70px;
	top: 0px;
	right: 5px;
	color: #999;
	font-size: 12px;
	font-family: sans-serif;
	z-index: 2;
}

.checkitout {
	position: absolute;
	top: 20px;
	right: -15px;
	width: 250px;
	height: 130px;
	z-index: 2;
}

.navdiv {
	position: absolute;
	top: 5px;
	right: 8px;
	color: #666;
	font-size: 11px;
	font-family: sans-serif;
	z-index: 100;
}

a.goodXXX {
	color: #419967;
}

a.badXXX {
	color: #C83B63;
}

a.okXXX {
	color: #DDB33E;
}

a.good {
	color: #419967;
}

a.bad {
	color: #C83B63;
}

a.ok {
	color: #DDB33E;
}

a.nav {
	color: #666;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
}

a.nav:hover {
	color: #B61620;
	text-decoration: underline;
}

.footer {
	position: absolute;
	bottom: 5px;
	left: 8px;
	text-align: left;
	color: #777;
	font-size: 9px;
	font-family: sans-serif;
	z-index: 4;
}

.footer a {
	color: #777;
	text-decoration: none;
}

.footer a:hover {
	color: #B61620;
	text-decoration: underline;
}

#rollover {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 250px;
	padding: 4px 4px 4px 4px;
	background-color: #000;
	border: solid 1px #CCC;
	z-index: 2;
}

p.header {
	font: bold 12px arial;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	text-decoration: underline;
}

p.why {
	font: normal 10px arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}