BODY,HTML {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color:#ccc;
	margin: 0px;
	text-align: left;
	width:100%;
}

A {
	text-decoration:none;
	color:#333;
}

A:hover {
	text-decoration:underline;
}

H1 {
	font-size:68px;
	height:62px;
	line-height:72px;
	margin:0px;
	padding:0px 10px 0px 7px; /* The 10px fixes a kerning issue in ff */
	letter-spacing:-4px;
	font-weight:bold;
	overflow:hidden;
}

H2 {
	font-size:34px;
	height:72px;
	line-height:38px;
	padding:0px 0px 0px 10px;
	margin:5px 0px 0px 0px;
	letter-spacing:-2.5px;
	color:#6E6E6E;
	font-weight:bold;
}

H3 {
	font-family: helvetica;
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	line-height:35px;
}

#container_outer {
	width:100%;
	background-color:white;
}

#container {
	padding:80px 100px 10px 100px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

.tv_screen {
	width:240px;
	height:174px;
	background-image:url(images/tv_static.gif);
	background-repeat:no-repeat;
	background-position:27px 23px;
	float:left;
	margin:0px 10px 10px 0px;
}

.tv {
	width:240px;
	height:176px;
	background-image:url(images/tv240_off.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

#latest {
	clear:both;
	margin:0px;
	padding:80px 0px 0px 10px;
	font-size:16px;
	font-weight:normal;
	color:#333;
	min-height:18px;
}

#latest_time {
	font-size:12px;
}

#latest A {
	color:#3366ff;
}

#footer_container {
	padding:0px 0px 50px 0px;
	width:100%;
	background-color:#ccc;
}

#footer {
	width:750px;
	padding:10px 0px 0px 20px;
	margin-left:auto;
	margin-right:auto;
}

.footer_list {
	width:150px;
	float:left;
}

UL {
	margin:0px;
	padding:0px;
	list-style:none;
}

LI {
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:20px;
}

#footer_msgs {
	clear:both;
}

#about_container, #colo_container {	
	display:none;
}

.info_container {
	padding:0px;
	margin:0px;
	background-color:#eee;
}

.info {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
}

.info P {
	margin-left:10px;
	font-size:14px;
	line-height:19px;
}

.infoCloseLink {
	font-size:12px;
	color:blue;
}
