
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
    margin:0px;
    padding:0px;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color:#555;
}

h1 {
    font-size:24px;
}

h2 {
    font-size:20px;
}

table {
    border-collapse: collapse;
}

#page {
    width:780px;
    min-height: 400px;
    margin:50px auto;
}

#head {
    text-align: center;
    margin-bottom: 50px;
}

#content_left {
    float:left;
    width: 480px;
}

#content_right {
    float:left;
    width: 300px;
    min-height: 200px;
}

.clearer {
    clear:both;
}
