.radius5  { -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behavior:url(border-radius.htc); }
.radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; behavior:url(border-radius.htc); }
.radius15 { -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px; border-radius:15px; behavior:url(border-radius.htc); }
.radius20 { -moz-border-radius:20px; -webkit-border-radius:20px; -khtml-border-radius:20px; border-radius:20px; behavior:url(border-radius.htc); }
.radius25 { -moz-border-radius:25px; -webkit-border-radius:25px; -khtml-border-radius:25px; border-radius:25px; behavior:url(border-radius.htc); }
.radius30 { -moz-border-radius:30px; -webkit-border-radius:30px; -khtml-border-radius:30px; border-radius:30px; behavior:url(border-radius.htc); }
.radius35 { -moz-border-radius:35px; -webkit-border-radius:35px; -khtml-border-radius:35px; border-radius:35px; behavior:url(border-radius.htc); }
.radius40 { -moz-border-radius:40px; -webkit-border-radius:40px; -khtml-border-radius:40px; border-radius:40px; behavior:url(border-radius.htc); }
.radius45 { -moz-border-radius:45px; -webkit-border-radius:45px; -khtml-border-radius:45px; border-radius:45px; behavior:url(border-radius.htc); }
.radius50 { -moz-border-radius:50px; -webkit-border-radius:50px; -khtml-border-radius:50px; border-radius:50px; behavior:url(border-radius.htc); }
/*.maintable { border-color:#CCC; 
			 border-style: solid; 
			 border-width: 2px; 
			 border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; 
			 border-top:0px solid black; 
			 -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
			 behavior:url(border-radius.htc);
			 width:1000px; 
			 height:400px; 
			 empty-cells:show; } */
body {	background-color:#000;
		margin:0px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px;
		color:white;
	 }
	 
a:link {	color:#FFF;}  /* unvisited link */
a:visited {	color:#DDD;}  /* visited link */
a:hover {	color:#FF0;}  /* mouse over link */
a:active {	color:#FFC;}  /* selected link */

.maintable {
	max-width:1000px;
}

.navbar {
	width:100%;
	margin:0px;
	top:0px;
	background-color:#C00;
	left:0px;
	right:0px;
	padding:0px;
	vertical-align:bottom;
}

.navblocks {
	width:30px;
	height:30px;
	display:table-cell;
	text-align: right;
	vertical-align:top;
}

.leftnav {
	width: 180px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.feed {
	width: 600px;
	display:inline-block;
	vertical-align:top;
}

.rightinfo {
	width: 200px;
	display:inline-block;
	vertical-align:top;
}

.fullpane {
	width: 800px;
	display:inline-block;
	vertical-align:top;
}