body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-attachment:fixed;
	background-image:url(images/sede.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0pt; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#red{ background-color:#FF0000; width:800px;}
#blue{ background-color:#000066; width:800px;}
#white{ background-color:#ffffff; width:800px;}
#fys{ background-color:#ffffff; width:800px; height:20px; line-height:20px;}
a,a:visited  { color: #000000;
				text-decoration: none;


}
a:hover  { color: #000000 }
.main2{
width: 800px;
}
.time{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#000066;
	font-weight: bold;

}
.events{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bolder;
	color:#000066;
}
#Sidebar {
	position:absolute;
	left:29px;
	top:490px;
	width:310px;
	height:1978px;
	z-index:1;
}
#Main {
	position:absolute;
	left:361px;
	top:472px;
	width:479px;
	height:227px;
	z-index:2;
}

.text{
color: #000066;
font-family: Helvetica;
position: relative;
left: 20px;
}
		
.paragraph{
color: #000066;
font-family: Helvetica, Verdana;
font-size:10pt;
z-index: 1;
}

.title{
color: #ffffff;
font-family: Helvetica, Verdana;
font-size:15pt;
position: relative;
left: 13px;
z-index: 1;
}