* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    font-size: 10.5pt;
    text-align: center;
    color: #ffffff;
    background: #000000 url(images/cityscape.gif) repeat-x;
}

h1, h2, h3, h4 {
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: .5em;
    color: #850808;
    letter-spacing: .07em;
}

h1 { font-size: 218%; }

h2 { font-size: 164%; }

h3 { font-size: 145%; }

h4 {
    font-size: 118%;
    letter-spacing: .15em
}

img { border: none; }

p img { max-width: 100%; }

p { padding-bottom: 1em; }

a { 
    text-decoration: none;
    color: #d20c0c;
    border-bottom: 1px dotted #d20c0c; 
}

li {
    margin-left: 1em;
    margin-bottom: 3px;
    padding-left: 1em;
}

ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 1em;
}

ol {
    list-style: decimal;
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    padding-left: .3em;
}

#page {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header {
    float: left;
    width: 730px;
    padding-top: 10px;
    padding-bottom: 150px;
    text-align: center;
}

#header a {
    border: none;
}

#content {
    float: left;
    width: 550px;
    text-align: left;
    line-height: 1.5em;
}

#sidebar {
    float: left;
    width: 180px;
    line-height: 1.4em;
}

#sidebar ul, #sidebar ol, #sidebar li, #sidebar p {
    padding-left: 0px;
    margin-left: 10px;
}

#footer {
    float: left;
    width: 550px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

#footer p {
    margin-left: 15px;
}

.post {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 15px;
}

.post ul li {
    list-style: url(images/square.gif) square;
    padding-left: 0.2em;
    margin-left: 1.8em;
}

.noline {
   border: none;
}

.MODX_RichTextWidget {
    float: left;
}

.MODX_RichTextWidget a {
    border: 0px;
}
