body {
	background: #000033;
	margin: 5px;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
}
.linkheader {
	color: #CCCCFF;
	margin-top: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	padding-bottom: 0px;
	padding-top: -3px;
	border-bottom: 2px solid #333366;
	border-top: 1px solid #333366;
	border-left: #FFFFFF;
	border-right: #FFFFFF;
	background: #333366;
	text-align: center;
	margin-left: 0px;
	list-style-type: none;
}

/* Layers */
#container {
	width: 940px;
	height: 600px;
	left:50%;
	color: #333;
	border: 3px double #FFFFFF;
	background: url(../mainimages/homepageimage.jpg) no-repeat;
	background-color: #a7a7c9;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -470px;
}
#linknavl {
	float: left;
	width: 220px;
	margin: 0 0 0 10;
	padding: 0.3em;
}
#linknavr {
	float: right;
	width: 220px;
	margin: 0 10 0 0;
	padding: 0.3em;
}
#containerf {
	width: 940px;
	height: 600px;
	left:50%;
	color: #333;
	border: 3px double #FFFFFF;
	background: #a7a7c9 url(../francais/fimages/fhomepageimage.jpg) no-repeat;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -470px;
}
#containerd {
	width: 940px;
	height: 600px;
	left:50%;
	color: #333;
	border: 3px double #FFFFFF;
	background: #a7a7c9 url(../deutsch/dimages/dhomepageimage.jpg) no-repeat;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -470px;
}
.nuclear {
	margin-left: 0px;
}
.icon {
	float: left;
	margin-left: -12px;
}
ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style: none;
	line-height: 100%;
}
li {
	text-decoration: none;
	margin-bottom: 1px;
	list-style-type: none;
	margin-top: 0px;
	line-height: 110%;
}
li a {
	text-decoration: none;
	padding-left: 18px;
	color: #333366;
	font-weight: bold;
}
li a:hover {
	text-decoration: underline;
}
#note {
	background: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	height: 100px;
	overflow: auto;
	margin: 10px;
	/* Shadows */
	-moz-box-shadow: 6px 6px 10px dimgray;
	-webkit-box-shadow: 6px 6px 10px dimgray;
	box-shadow: 6px 6px 10px dimgray;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=6, OffY=6, Color='dimgray', Positive='true');
}

