@charset "UTF-8";
* {
margin: 0px;
padding: 0px;
}
body {
	background: #0169ab;
}
a:link, a:visited {
	text-decoration: none;
	color: #00F;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #00F;
	font-weight: bold;
}
img {
    border: 0px;
}
#wrapper {
	background: #63b7ff;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000080;
}
#header {
	background: url(title_blue.gif);
	height: 200px;
}
#title {
	font-size: 12pt;
	color: #FFF;
	text-align: center;
}	
#headline {
	text-align: center;
	color: #FFF;
}
#background {
	background: url(back_blue.jpg);
}

.citation {
	font-style: italic;	
	text-align: center;
}
.content_center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.content_left {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
ul {
	margin-left: 20px;
}
li {
	margin-top: 5px;
}
#screen  {
	background:#000;	
}
#video  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.picture_left {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}
.picture_right {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}
#footer {
	background: url(panorama_blue.png);
	height: 240px;
}
