body {
  margin: 0;
  margin-top: 0;
	background: black;
}


div.container {
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: black;
  position: relative;
}

div.header {
  width: 800px;
  height: 50px;
  background-color: black;
	border: 1px dotted black;
	color: white;
}

div.topmenu {
  width: 100%;

  background: green;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

div.sidebar {
  width: 90px;
  float: left;
  background-color: #cc0000;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

div.content {
height: auto;
  background-color: orange;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
padding: 3px;
}
  
  
  
.inline {
	display: inline;
}

.sansserif {
	font-family: Arial, Helvetica, sans-serif;
}

h1.header {
	font-size: 50px;
	position: relative;
	bottom: 10px;
}

a.menu:hover {
	text-decoration: underline overline;
	color: gray;
}

a.menu {
	color: black;
	text-decoration: none;
}

div.photobox {
	background: #cc0000;
	border-style: dotted;
	border-width: 1px;
	right: 5px;
	margin: 10px;
	padding: 5px;
	float: right;
}

p.content {
  margin: 5px;
}
