body
 {
 color: white;
 background-color: #059;
 font-family: serif;
 font-size: 13px;
 }
 
img
 {
 border: 0;
 }
 
 
h3
 {
 margin: 0;
 }
 
a
 {
 color: #03a;
 } 

em
 {
 font-size: 12px;
 }

.news
 {
 border: 1px solid #aaa;
 -moz-border-radius: 1.5em;
 padding: 10px;
 padding-left: 15px;
 margin-bottom: 25px;
 margin-left: 10px;
 margin-right: 10px;
 }

.menu:hover, .menu2:hover
 {
 text-decoration: underline;
 }

ul#menu li a
 {
 color: black;
 text-decoration: none;
 }

.menu2
 {
 font-weight: bold;
 }
 



.logo
 {
 position: absolute;
 top: 10px;
 left: 50px;
 }

.sf
 {
 top: 19px;
 right: 50px;
 position: absolute;
 }

#header
 {
 width: 100%;
 height: 80px;
 }
 
ul#menu
 {
 position: fixed;
 width: 120px;
 top: 130px;
 left: 15px;
 padding-bottom: 15px;
 padding-top: 15px;
 padding-left: 0;
 margin: 0;
 text-align: center;
 background-color: #fff;
 -moz-border-radius: 1.5em;
 }

#content
 {
 position: fixed;
 top: 100px;
 left: 150px;
 right: 0px;
 bottom: 25px;

 padding: 15px;
 
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color: #08b;

 color: black;
 background-color: white;

 -moz-border-radius-topleft: 1.5em;
 -moz-border-radius-bottomleft: 1.5em;

 overflow: auto;
 }
 
#valid
 {
 position: fixed;
 bottom: 50px;
 left: 36px;
 }

#footer
 {
 position: fixed;
 bottom: 0;
 width: 100%;
 height: 24px;
 text-align: center;
 }
