@CHARSET "ISO-8859-1";

body {
	background-color: #b40303;
	font-family: sans-serif;
}

#menu-item > a {
	text-decoration: none;
	color: #b40303
}

#menu-item-active > a {
  text-decoration: none;
  color: #202020
}

#menu-item > a:hover {
	color: #202020
}

#top-line {
	background-color: #f5f5f5;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#bottom-line {
	background-color: #f5f5f5;
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#menu-top {
	height: 10px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -512px;
}

#menu-item {
	float: left;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f5f5f5;
	width: 220px;
  color: #202020;
	height: 20px;
	padding: 10px;
}

#menu-item-active {
  float: left;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f5f5f5;
  width: 220px;
  height: 20px;
  padding: 10px;
}

#logo {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -512px;
	font-size: 50px;
	font-weight: bold;
}

#logo-fr {
	color: #dede16
}

#logo-copyland {
	color: #f5f5f5
}

#footer {
  position: absolute;
  top: 700px;
  left: 50%;
  margin-left: -512px;
  font-size: 12px;
}

#content {
	background-color: #f5f5f5;
	height: 520px;
	width: 1024px;
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -512px;
	overflow-y:auto;
}