#main {
  margin: 0em auto;
  background-color: #333333;
  width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content {
  overflow: hidden;
  min-height: 100px;
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 20px;
  font-size: medium;
  color: white;
  margin-right: 20px;
}
#footer {
  border-top: 1px dotted #cccccc;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  color: white;
  padding-top: 5px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
body {
  font-size: medium;
  background-color: #666666;
}
#header {
}
#logo {
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  height: 100px;
}
#mainmenu {
  font-family: "Courier New",Courier,monospace;
  font-weight: bold;
  text-align: right;
  color: #cccccc;
  margin-right: 10px;
  margin-left: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  height: 30px;
  padding-top: 5px;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  color: #cccccc;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
}
a:link {
  text-decoration: none;
  color: #cccccc;
}
a:visited {
  color: #cccccc;
}
table {
  border-width: 0px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.content_left {
  text-align: justify;
  position: relative;
  font-family: arial,tahoma,verdana;
  font-size: large;
  width: 300px;
  margin-left: 30px;
}
.content_right {
  width: 600px;
  float: right;
  margin-right: 30px;
}

