body {
margin: 0;
padding: 0;
text-align: center;
font-family: arial;
}

p {
line-height: 150%;
width: 700px;
margin: 20px 0 20px 20px;
padding-left: 20px;
font-size: 13px;
border-left: solid 5px #e766e9;
}

p.center {
border: none;
text-align: center;
}

a {
color: #e766e9;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

#wrapper {
width: 750px;
margin: 0 auto;
text-align: left; 
}

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

#head ul {
float: left;
list-style: none;
margin: 160px 0 0 300px;
font-family: verdana;
}

#head ul li {
display: inline;
margin-right: 20px;
}

#head ul li a {
font-size: 18px;
font-weight: normal;
text-decoration: none;
padding-bottom: 2px;
}

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

#content h1 {
font-size: 20px;
}

#content ul {
list-style: none;
}

#content ul li {
margin-top: 10px;
}

#footer {
margin-top: 50px;
padding: 5px 0 20px 0;
border-top: solid 5px #e766e9;
}

#footer p {
margin: 0;
padding: 0;
border: 0;
text-align: center;
font-size: 15px;
}