html, body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: White;
	color: red;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

TABLE {
	width: 100%;
	color: Black;
}
TD {
	font-size: 12px;
}

TD#container {
	width: 900px;
}

TD#header {
	height: 260px;
	text-align: right;
	vertical-align: top;
}
TD#menu {
	width: 190px;
	text-align: left;
	vertical-align: top;
}
TD#main {
	vertical-align: top;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
}

DIV#specialitem a{
	color: White;
	text-decoration: none;
	font-size: 30;
	font-weight: bold;
	padding: 5 10 5 10;
	margin: 0 40 0 0;
	background-color: Black;
}
DIV#specialitem a:link {
	background-color: Black;
}
DIV#specialitem a:hover {
	background-color: Purple;
}

DIV#lang {
	width: 100%;
	text-align: left;
	color: Black;
	font-size: 22px;	
}

div#date {
	display: inline;
	background-color: Purple;
	color: White;
	font-size: 19;
	font-weight: bold;
}

h1 {
	display: inline;
	float: left;
	background-color: Black;
	color: White;
	font-size: 26;
	font-weight: bold;
	padding: 5 10 5 10;
	margin: 0px 15px 5px 0px;
}
h2 {
	display: inline;
	float: left;
	background-color: Black;
	color: Purple;
	font-size: 22;
	font-weight: bold;
	padding: 5 10 5 10;
	margin: 5px 15px 5px 0px;
}
h3 {
	display: inline;
	float: right;
	background-color: Black;
	color: Purple;
	font-size: 22;
	font-weight: bold;
	padding: 5 10 5 10;
	margin: 5px 0px 5px 15px;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	color: Purple;
	font-weight: bold;
}
a:hover, a:active {
	color: Yellow;
	font-weight: bold;
}

li {
	list-style: square;
	color: Purple;
	font-style: oblique;
}

P {
	text-align: justify;
}

HR {
	color: Purple;
	height: 1px;
}
img {
	float: right;
}
img#at {
	float: none;
}

a img {
	border: 0 none;
}

div#date img {
	float: none;
}

div#agenda {
	display: inline;
	float: right;
	width: 300px;
	margin: 0 0 0 5;
}
td#agenda {
		background-color: Silver;
}
td#agendabottom {
	height: 30px;
	background-image: url(../images/agenda.jpg);
	background-position: top;
	background-repeat: no-repeat;
}