#container {
   width: 780px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}

#logo {
   text-align: center;
}

#center {
   background-color: #c7dbf8;
}

#menu {
   background-color: transparent;
   float: left;
   height: auto;
   padding: 10px;
}

#content {
   background-color: transparent;
   width: 575px;
   float: right;
   padding: 10px;
   padding-right: 40px;
   padding-bottom: 0px;
}

#footer {
   clear: both;
   text-align: center;
   font-size: 12px;
   padding: 5px;
}

div.news_item {
   background-color: #FFFFFF;
   border-style: solid;
   border-width: 1px;
   padding: 5px;
}

div.account {
   background-color: #f3f8ca;
   border-style: dashed;
   border-width: thin;
   padding: 5px;
}

a.menu {
   color: #000000;
   text-decoration: none;
   font-family: monospace;
   font-size: 14px;
}

a.menu:hover {
   font-weight: bold;
}

.news_topic {
   font-weight: bold;
   font-size: 16px;
}

.news_date {
   font-size: 12px;
   font-style: italic;
}

.news_text {
   font-size: 16px;
}

.news_button {
   text-decoration: none;
   border-style: solid;
   border-width: 1px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   color: #000000;
}

.news_button:hover {
   background-color: #b1ccef;
}

img {
   border-style: none;
}

img.logo {
   border-style: solid;
   border-color: black;
   border-width: 1px;
}
