html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #676c70;
	margin: 0;
	padding: 0px;
}
h1 {
	margin-top: 10px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
#table {
	margin: 20px auto;
}
table, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
}

#header{
	border-bottom: 1px #676c70 solid;
	padding: 5px;
	background-image: url('../img/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 889px;	
}
#navigation{
	padding: 5px;
	/*background-image: url(../img/bg_main_dark.jpg);
	background-position: top left;
	background-repeat: repeat;*/
	background: #ffffff;
	/*border-bottom: 1px #676c70 solid;*/
	width: 150px;
}
#navigation > div {
	overflow: auto;
}
#body{
	padding: 5px;
	/*background-image: url(../img/bg_main_light.jpg);
	background-position: top left;
	background-repeat: repeat;*/
	background: #ffffff;
	border-bottom: 1px #ffffff solid;
}
#bottom{
	background-image: url(../img/bg_main_grey.jpg);
	background-position: top left;
	background-repeat: repeat;
}

#top{
	background-image: url(../img/bg_main_grey.jpg);
	background-position: top left;
	background-repeat: repeat;
	border-bottom: 1px #676c70 solid;
}
#footer {
	padding-top: 2px;
	padding-right: 25px;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 1px #676c70 solid;
}
td.left {
	/*background-image: url(../img/bg_left.jpg);*/
	background-position: top right;
	background-repeat: repeat-y; 
	border-bottom: 1px #676c70 solid;
}
td.right {
	/*background-image: url(../img/bg_right.jpg);*/
	background-position: top left;
	background-repeat: repeat-y; 
	border-bottom: 1px #676c70 solid;
}
td.info {
	padding-top: 2px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 1px #676c70 solid;
}

td.download {
	width: 73px;
}

/* captions and pictures */
div.caption {
	padding: 3px 5px; 
	background-color: #ffffff; 
	width: 142px;
}
div.captionContainer {
	margin-top: 5px;
	width: 152px; 
	padding: 1px; 
	border: 1px #333333 solid;
}

/* LINKS */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.position {
	color: #ffffff;
	text-decoration: underline;
}
a.notlive {
	color: #990000;
	font-weight: bold;
}
a.live {
	color: #00aa00;
	font-weight: bold;
}

/* navigation */
#navigation ul {
	list-style: none;
	margin-left: 5px;
	padding: 0px;
}
#navigation ul li {
	margin-top: 3px;
}
#navigation ul ul {
	margin-left: 10px;
}

#navigation {
	color: #333333;
}
#navigation a {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}
#navigation a:hover {
	text-decoration: none;
}
#navigation a.act {
	font-weight: bold;
}