body {
    text-align: center;
    background: url(./img/bg.png) repeat-x;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;}
a:active {color: #000000;}

#wrapper {
    width: 600px;  
    margin: 100px auto;  
    text-align: left;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

#title{
    color: white;
    background-color: #333333;
    padding: 5px 10px;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

#header {
    margin: 0;
    width: 100%;
}

#searchform {
    margin: 0;
    padding: 5px 20px;
    background: white;
}

.evname{
    font-size: 20px;
    font-weight: bold;
}

.evdate{
    font-size: 16px;
    font-weight: bold;
}

.button {
    font-size: 16px;
    width: 5em;
}

.note{
    font-size: 14px;
}

#credit{
    color: white;
    background-color: #333333;
    padding: 5px 10px;
    font-size: 12px;
    text-align: right;
    font-family: sans-serif;
}
