
* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: verdana;
}

#wrapper {
margin: 40px auto;
width: 790px;
text-align: left;
}

#head {
height: 310px;
background: #fff url('../images/logo.jpg') no-repeat left center;
}

#head img {
float: right;
padding: 2px;
border: solid 3px #666;
}

#head ul {
list-style: none;
padding: 200px 0 0 50px;
}

#head ul li {
display: inline;
padding-right: 30px;
}

#head ul li a {
padding-bottom: 1px;
font-size: 20px;
text-decoration: none;
color: #666;
}

#head ul li a:hover {
color: #333;
border-bottom: solid 2px #333;
}