html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #E0E4E5;
  color: #333333;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #386A74;
  font-size: 28px;
  font-weight: normal;
  line-height: 24px;
}
h2 {
  color: #8E7D6F;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
a,  a:link {
  color: #8E7D6F;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #8E7D6F;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

img2 {
	border: 2px solid #CC99FF;
}
img.right {
	float: right;
	
}
img.left {
	float: left;
	margin: 0 20px 0 0px;
}

#outerWrapper {
  background: #FFFFFF;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
  position: relative;
}
#outerWrapper #ster {
	position: absolute;
	width: 255px;
	height: 255px;
	z-index: 2;
	left: 500px;
	top: 230px;
  
}
#outerWrapper #header {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px;
}

#outerWrapper #menu {
  height: 50px;
}

#outerWrapper#menu ul {
	margin: 0;
	padding-top: 20px;
	list-style: none;
}

#outerWrapper #menu li {
	display: inline;
}

#outerWrapper #menu a {
	padding: 0 5px 0 5px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: underline;
	font-size: 13px;
}

#outerWrapper #foto {
  height: 0px;
  padding: 0px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
}
#outerWrapper #contentWrapper #content #midden {
  width: 800px;
  padding: 50px;
  font-size: 14px;
  line-height: 20px;
}

#outerWrapper #footer {
  background-color: #FFFFFF;
  padding: 10px 10px 10px 10px;
}
html {
     overflow: -moz-scrollbars-vertical;
}

