#wrapper {
    background: url('/pics/top_bg.jpg') repeat-x scroll center top transparent;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 15px;
    font-family: Verdana, sans-serif;
}

.main_paragraph_style, ul {
    color: #333333;
}

h1, h2, h3, h4, h5 {
    color: #222222;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1em;
}

#container {
    margin: 0 auto;
    width: 936px;
}

table {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}
table th {
    background-color: #aaa;
    color: #fff;
}

.even_row {
    background-color: #ddf;
}

.uneven_row {
    
}
