#Banner {
	width: auto;
	height: auto;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	padding: 12px;
	text-align: left;
	background-color: transparent;
	line-height: 0px;
}

#Banner img {
	border-width: 0px;
	display: block; /* keeps mozilla from sticking whitespace between img's */
}

#Main {
	/* 	position: absolute; */
	/* 	top: 170px; */
	padding: 0px;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
/* 	width: 400px; */
	margin-left: 186px;
	margin-right: 12px;
	margin-bottom: 12px;
}

#Menu {
	/* 	position: absolute; */
	/* 	top: 142px; */
	float: left;
	width: 140px;
	height: auto;
	border-color: #ccc;
	border-width: 1px;
	border-style: dotted;
	margin-left: 12px;
	padding: 10px;
	background-color: transparent;
	font-size: 9px;
	line-height: 12px;
	color: #eee;
}

#Menu a {
	color : #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 0;
}
#Menu a:link {color:#555;}
#Menu a:visited { color: #555; }
#Menu a:hover {
	text-decoration: underline;
}

.box {
	border-color: #CCC;
	border-width: 1px;
	border-style: dotted;
	width: 624px;
	height: auto;
	margin: 18px auto 0px auto;
	/* 	background-color: #F1F1F1; (light gray) */
	padding: 0 0 12px 0;
	background-color: #B2B2B2;
	/* 	background-color: #788088; */
	/* slate type thing */
}

.article {
	background-color: #C4C4C4;
	margin: 0 0 12px 0;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	line-height: 18px;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: dotted;
}

.article h1 {
	font-family: Georgia, Palatino, serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: .75em 0px 0px 0px;
}

.article h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .15em;
	margin: .5em 0 2em 0;
}

.article h3 {
	font-size: 11px;
	line-height: 18px;
	margin: 12px 0 0 0;
	font-weight: bold;
}

.byline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.bylineName {
	text-transform: uppercase;
}


.rating {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

.smallprint {
	font-size: 9px;
	text-align: right;
	margin: 4em 5em 0 5em;
}

.footnote {
    font-size: 9px;
}

/* bluerobot: */

body {
	/*     margin-left: 60px; */
	/*     margin-right: 60px; */
	padding: 0px;
	font-family: verdana, sans-serif;
	color: #000;
	/* 	background-color: #4A525A; */
	/* dark blue slate thing */
	background-color: #808080;
}

	
p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	line-height: normal;
	border-bottom: #595959;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
a:link { color: #222B33; }
a:visited { color: #456; }
a:hover {
	border-style: none none solid none;
	/* 	background-color: #FFF; */
	color: #339;
}
