
BODY {
text-align: center;
margin: 0 auto;
font-family: Trebuchet MS;
font-size: 12px;
}

DIV#all {
width: 800px;
margin: 20px auto;
}

DIV#logo {
height: 130px;
background: url(logo.jpg) no-repeat;
}

DIV#menu{
width: 150px;
float: left;
}

DIV#text{
width: 635px;
float: right;
border: 1px gray solid;
text-align: left;
padding: 5px;
margin-bottom: 10px
}

DIV#footer {
clear: both;
height: 20px;
display: block;
border: 1px gray solid;
}

DIV#menu ul { margin: 0; padding: 0; list-style-type: none; }
DIV#menu li { margin: 0 0 2px 0; }
DIV#menu a { margin: 0 auto; display: block; color: white; background-color: #959595; width: 120px; padding: .2em .8em; text-decoration: none; }
DIV#menu a:hover{ background-color: #369; color: #FFF; }

DIV#text a { text-decoration: none; color: #369; }
DIV#text a:hover { color:  #959595; }

IMG {border: none;}