body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    width: 1000px;
    margin: 0 auto;
    background: white;
    border: 1px solid #000000;
}

#header {
    background-color: #DDDDDD;
    height: 250px;
    background-image: url(../images/matrimonio.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#content {
    background-color: #FFFFFF;
}

#sidebar-left {
    float: left;
    width: 250px;
    background: #EBEBEB;
    padding: 15px;
}

#sidebar-left ul {
    list-style: none;
}

#sidebar-left li {
    padding-top: 10px;
    margin-left: -10px;
}

#sidebar-right {
    float: right;
    width: 690px;
    background: white;
    padding: 15px;
}

#footer {
    margin-top: 15px;
    background-color: #DDDDDD;
    font-size: 12px;
    height: 20px;
    text-align: center;
    clear: both;
}

a {
    text-decoration: none;
}

