/* STYLE */

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

a:hover img {
    border-color: red;
}

a {
    color: blue;
}

a:hover {
    text-decoration: none;
}

div#logo {
    width: 413px;
    margin: 0 auto;
}

div#logo img {
    border: 0;
}

div.main {
    width: 70%;
    margin: 0 auto;

    text-align: center;
}

div.main h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.wrapper {
    width: 1000px;
    margin: 0 auto;
}

div.sep {
    border: 1px inset #f2f2f2;
    margin: 3em auto;
    width: 80%;
}

/* #teams */
div#teams {
    width: 80%;
    margin: 0 auto;
}

div#teams td {
    width: 50%;
}

div#teams ul {
    list-style: none;
}

div#teams li {
    margin: 5px;

    height: 380px;
}

div#teams li img {
    border: 0;
    margin: 5px;
}
/* end of #teams */

/* table #list */
table#list {
    width: 100%;
}

table#list td {
    width: 50%;
    vertical-align: top;
}

/* end of #list */

