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

img {
    border: none;
}

a {
    outline: 0px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    width: 1000px;
    font-size: 12px;
    background: #DAD6CB;
}

div#header {
    display: none;
}

div#banner-top {
    display: none;
}

div#banner-bottom {
    display: none;
}

div#main-container {
    margin-top: 15px;
    width: 1000px;
    background: #fff;
}

div#menu {
    display: none;
}

#left-column{
    text-align: justify;	
}

#right-column {
    display: none;
}

#middle-column {
    display: none;
}


.roman22bold {
    font: bold 22px "Times New Roman";
    color: #2a2727;
}

.roman22bold-red {
    font: bold 22px "Times New Roman";
    color: #BB2025;
}

div#options{
    display: none;
}

div.forward{
    display: none;
}

div#send_url{
    display: none;
}

div.author{
    margin-top: 10px;
    margin-bottom: 10px;
}

div#footer{
    display: none;
}