body {
	margin:10px 0;
	font-family:arial;
	background:#526b8a;
}
p {
	margin:0 0 1em 0;
}
a img {
	border:none;
}
img.block {
	display:block;
}
div.container {
	width:773px;
	margin:0 auto;
}
div.header {
	border:1px solid #97a6b9;
	padding:2px;
}
div.header img {
	display:block;
}
div.menu {
	background:url(../images/menu-bg.gif) left no-repeat;
	padding:1px 0 1px 30px;
	border:1px solid #97a6b9;
	margin-top:2px;
	margin-bottom:6px;
	height:26px;
	font-size:10px;
	color:#fff;
}
div.menu a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
div.menu a:hover {
	text-decoration:underline;
}
table.r1 td {
	vertical-align:top;
}
div.r1-b {
	border:1px solid #97a6b9;
	border-top:none;
	padding:0 1px 1px 1px;
	height:186px;
	overflow:auto;
}
div.r1-bg1,div.r1-bg2,div.r1-bg3 {
	margin:0 1px 1px 1px;
	height:184px;
}
div.r1-bg1 {
	background:url(../images/r1-1-bg.gif) repeat-x;
}
div.r1-bg2 {
	background:url(../images/r1-2-bg.gif) repeat-x;
}
div.r1-bg3 {
	background:url(../images/r1-3-bg.gif) repeat-x;
}
table.r1-box {
	margin-left:7px;
}
td.r1-text {
	border:1px solid #97a6b9;
	width:187px;
	height:144px;
	font-size:11px;
	color:#fff;
	padding:4px;
}
td.r1-right {
	width:38px;
}
div.r2 {
	border:1px solid #97a6b9;
	padding:2px;
	margin-top:6px;
}
td.r2-text {
	background:url(../images/r2-bg.gif) repeat-y;
}
div.r2-text {
	border:1px solid #97a6b9;
	width:292px;
	height:42px;
	font-size:11px;
	color:#fff;
	padding:3px;
}
table.r3 {
	margin:6px 0;
}
table.r3 td.support {
	width:262px;
	font-size:11px;
	color:#000;
}
td.r3 {
	border:1px solid #97a6b9;
	_padding-bottom:5px;
}
a.r3-text {
	float:left;
	border:1px solid #97a6b9;
	font-size:11px;
	color:#fff;
	padding:3px;
	margin:0 5px 5px 9px;
	width:180px;
	height:180px;
	text-decoration:none;
}
a.r3-text:hover{
	text-decoration:underline;
}
div.r3support-text {
	float:left;
	border:0px solid #97a6b9;
	font-size:11px;
	color:#000;
	padding:3px;
	margin:0 5px 5px 9px;
	width:180px;
	height:180px;
}
div.r3support-text a{
	color:#000;
	text-decoration:none;
}
div.r3support-text a:visited{
	color:#000;
	text-decoration:none;
}
div.r3support-text a:hover{
	color:#000;
	text-decoration:underline;
}

div.footer {
	text-align:right;
	font-size:10px;
	color:#000;
}
div.footer a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.fleft{float:left}
.fright{float:right}
.block{display:block}

.tickercontainer { /* the outer div with the black border */ 
width: 500px; 
height: 21px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 500px;
height:21px;
overflow: hidden;
}

ul.newsticker  { /* that's your list */
position: relative;
width:500px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker  li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 20px;
padding: 0;
}