body {
    text-align: center;
    background: url(../images/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;
}

#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;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background: white;
}

p.notes1{
    font-weight: bold;
}

p.notes2{
    font-size: 12px;
}
p.note3{
    color: #333333;
    font-size: 12px;
}

p.note4{
    color: #0066FF;
    font-size: 12px;
}

div.information{
    font-size: 12px;
    background-color:#ffff99;
    text-align:center;
    padding: 1em;
}

#credit{
    color: white;
    background-color: #333333;
    padding: 5px 10px;
    font-size: 12px;
    text-align: right;
    font-family: sans-serif;
}
