a:link {color: #FFFFFF}
a:visited {color: #DDDDDD}
a:hover {color: #FF00FF}
a:active {color: #0000FF}

#header {
	position: fixed;
	width: 100%;
	height: 35px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	//border: 1px solid green;
	margin: 0;
	text-align: center;
	padding: 0px auto;
}

#sidebar {
	position: fixed;
	width: 180px;
	height: auto;
	top: 36px;
	right: auto;
	bottom: 10px;
	left: 0;
	border: 0px solid blue;
	font-size:.6em;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}

#main {
	position: fixed;
	width: auto;
	height: auto;
	top: 36px;
	right: 0;
	bottom: 10px;
	left: 180px;
	overflow: no;
	//border: 1px solid green;
	border-bottom: 1px solid #DE3330;
	//margin-left: auto;
	//margin-right: 4px;
	font-size:.6em;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	//padding: 10px 20px;
}

#content {
	//border: 1px solid red;
	//position: fixed;
	width: 100%;
	height: 100%;
	//left: 4px;
	//right: 4px;
	overflow: auto;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:.6em;
	//padding: 10px;
}

#footer {
        position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
	border: 1px solid yellow;
}

.news_table {
	border: 0px solid red;
	background-color: #000000;
	color: #FFFFFF;
}

.news_item {

}

td {
	//border-bottom: 1px solid #550000;
	vertical-align: top;
	text-align: center;
}

.thumbnail {
	height: 120px;
}

.todo {
	//width: 160px;
	height: 120px; 
	opacity: 0.3;
}
