body {
	padding: 0.5em;  
	font-family: Verdana, sans-serif;  
	text-align: justify;
	font-size: 10pt;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

a {
	border-bottom: 1px dotted #cccccc;
	color: black;
	text-decoration: none;
}

a:hover {
	text-shadow: 0em 0em 0.5em #999999;
}

ul {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

object {
  display: block;
  margin: 10px auto;
}

img {
  text-decoration: none;
  text-align: left;
  border: none;
  margin-top: 0.5em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

a.img {
  text-decoration: none;
}

.round {
	padding-top: 0.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 1.0em;
  width: auto;
}

#header {
  display: block;
  clear: both;
	white-space: nowrap;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	background-color: #b3ffb3;
	width: 13em;
	text-align: center;
	font-size: 2em;
}

#wrapper {
  display: block;
  clear: both;
  min-height: 100%;
}

#sidebar {
  position: fixed;
  width: 11em;
}
#nav {
  margin-top: 0.0em;
	line-height: 2em;
  float: left;
  width: auto;
	list-style-position: outside;
	list-style-type: none;
	border: 3px solid #e6e6e6;
}

#links {
	line-height: 2em;
  float: left;
  width: auto;
	list-style-position: outside;
	list-style-type: none;
  border: 3px dotted #cccccc;
}

#FF {
	margin-top: -8em;
	clear: both;
	float: right;
	bottom: 1em;
	font-size: 0.7em;
  padding-bottom: 0.5em;
  width: 10em;
  border: 2px dotted #cccccc;
}

#content{
  height: 100%;
  width: auto;
  margin-bottom: 10em;
  margin-left: 11.5em;
}

#overview {
	border: 3px solid #47eba3;
	float: left;
	width: 650px;
}


#externals {
	border: 3px solid #4dff26;
	float: right;
	max-width: 399px;
}

#visu {
	background-color: #e5e5ff;
	float: left;
	max-width: 1587px;
}

#momax {
	background-color: #9fffec;
	float: right;
	max-width: 765px;
}

#download{
	border: 3px solid #e6e6e6;
  float: left;
  max-width: 295px;
}

#footer {
  display: block;
  clear: both;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.0em;
  width: 56em;
	padding-bottom: 0.5em;
	background-color: #b3ffb3;
	text-align: center;
	font-size: 0.8em;
}

#momax-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 765px;
}

