body {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Segoe UI, Verdana, sans-serif;
	font-size: 10pt;
}
a {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
	margin-right: 10px;
	border: none;
}
.mono {
	font-family: Courier, monospace; 
	color: #ccc;
	font-weight: bold;
}
#top {
	height: 78px;
	vertical-align: text-bottom;
	font-size: 14pt;
	background-color: #222;
	width: 100%;
}
#title {
	position: absolute;
	left: 150px;
	top: 50px;
	font-size: 12pt;
	font-weight: bold;
}
#bbblogticker {
	position: absolute;
	left: 150px;
	top: 10px;
	font-size: 10pt;
}
#logo {
	position: absolute;
	top: 4px;
	left: 4px;
}
#content {
	margin: 10px;
}
#content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
#copyright {
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	bottom: 5px;
	left: 20px;
	color: #666;
	background-color: black;
	padding: 2px;
}
#bottom {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 8pt;
}
#bottom img {
	vertical-align: -16px;
	margin: 0 0 0 10px;
}
#webcam {
	float: left;
	width: 648px;
	height: 488px;
	margin-right: 10px;
}
#bbblog {
	margin: 10px 10px 0 10px;
	padding: 5px;
}
#bbblog ul {
	list-style-position: inside;
	list-style-type: none;
	font-size: 9pt;
}
#bbblog li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
#rss {
	right: 0;
}
#stuff {
	right: 0;
	font-size: 12pt;
}
#popout {
	font-size: 8pt;
	color: #666;
	vertical-align: middle;
	text-align: right;
}
#popout a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
#popout img {
	vertical-align: middle;
	margin: 0;
}
#whattext {
	margin: 10px;
}
#faq {
	display: none;
}
#faq ul {
	list-style-image: url(../images/bullet-right.png);
	list-style-position: inside;
	padding: 10px;
}
#faq li {
	margin: 0 0 0 10px;
	padding: 2px 20px 2px 5px;
	border-bottom: 1px dotted #666;
	cursor: pointer;
	font-weight: bold;
}
#faq li div {
	display: none;
	cursor: default;
	margin-left: 20px;
	font-weight: normal;
}
#faqheader {
	margin: 30px 0 0 10px;
	font-size: 14pt;
	color: #ccf;
	font-weight: bold;
}
#faqreturn {
	margin-left: 10px;
}
#blog-rss {
	display: none;
}
#blog-body {
	display: none;
}

