/* *** CSS Document *** */
* {
    width: inherit !important;
    float: none;
}

/* layout */
html, body {    
    margin: 0;    
    padding: 0;
    width: inherit;
}

body {    
    text-align: left;    
    color: #000;    
    background-color: white;    
    width: inherit;
}

img {
    display: none;
}

#container {    
    font-family: neosansregular, Arial, sans-serif;    
    font-size: 1em;    
    min-height:100%;
    width: inherit;
    margin: 0;
    padding: 0;
}

div {
    margin: 0;
    float: none;
    padding: 0;
}

#header {    
    display: none;
}

#left {    
    display: none;
}

#footer {    
    display: none;
}

#right{    
    display: none;
}

#content {    
    padding: 10px;
}

#content div,
#content h3 {    
    display: block !important;
}

#sb-container {
    display: none !important;
}

#clearfooter {    
    display: none;
}

/* hyperlinks */
a {    
    color: #9F1D31;
}

a[href]:after {    
    content:" <"attr(href)">";    
    background-color: inherit;    
    color: #9F1D31;    
    font-style: italic;
}