body {
background: #F2EEE2;
text-align: center;
margin: 0px auto;
font-family: Verdana;
font-size: 12px;
}

#container {
margin: 0px auto;
border-color: #CC9933;
border-style: solid;
border-width: 0px 1px;
background: #FFFFFF url(/images/side_bg.gif) left repeat-y;
width: 744px;
position: relative;
}

#header_large {
text-align: left;
height: 146px;
background: url(/images/header_side_a.gif) right no-repeat #970F00;
}

#header_small {
text-align: left;
height: 106px;
background: #970F00 url(/images/header_small_bg.gif);
}

#sidebar {
width: 150px;
padding: 0px;
text-align: left;
fl/oat: left;
position: absolute;
left: 0px;
top: 146px;
}

#sidebar .box {
}

#sidebar .box .title {
border-bottom: 1px #970F00 solid;
border-top: 1px #970F00 solid;
background: #ffffff;
text-align: left;
font-weight: bold;
padding: 4px;
margin: 4px 0px 4px;
}

#sidebar .box .content {
padding: 4px;
}

#content {
margin: 8px 8px 8px 164px;
text-align: left;
min-height: 400px;
}

#categorylist {
float: left;
background: #ffffff;
padding-right: 20px;
}

#footer {
background: #970F00;
border-top: 1px #CC9933 solid;
height: 6px;
clear: left;
}

/* articles */

.articlethumb {
text-align: center;
}

.articlethumb img {
display: block;
margin: auto;
}

.twocolumn .article, .twocolumn .articlethumb {
width: 49%;
float: left;
margin-right: .5%;
}

.article, p.download {
text-align: left;
margin: 4px auto 8px auto;
padding: 4px;
border-bottom: 1px #CC9933 solid;
}

.article .heading {
bor/der-bottom: 1px #CC9933 solid;
back/ground: #FEFDF5;
padding: 4px;
}

.article .title, .article .title a {
display: block;
font-size: 18px;
}

.article .posted {
display: block;
font-size: 10px;
}

.article .image {
float: left;
min-width: 24px;
min-height: 24px;
margin: 0px 4px 4px 0px;
border: 1px #999999 solid;
background: #970F00;
}

.article p.image {
background: none;
float: none;
margin: auto;
text-align: center;
font-style: italic;
}

.article .image img {
border: 0px;
}

.article .body {
margin: 0px 4px 4px 4px;
}

.article .body p {
line-indent: 12px;
line-height: 18px;
}

.article .read_more, .article .comments {
text-align: right;
}

.article .author {
display: none;
text-align: left;
font-size: smaller;
}

.link_heading {
font-size: 14px;
margin-top: 10px;
}

/* general tags */

#content a {
color: #970F00;
border-bottom: 1px #970F00 dotted;
}

a {
text-decoration: none;
color: #000000;
}

a img {
border: 0px;
}

form {
margin: 0px;
}

#content table {
border: 1px black solid;
}

#content table td {
border: 1px #AAAAAA solid;
padding: 4px;
}

.left {
float: left;
}

h1, h2, h3 {
font-size: 14px;
font-weight: bold;
border-bottom: 1px #999999 dotted;
margin-bottom: 4px;
padding-bottom: 2px;
clear: both;
}

h2 {
font-size: 12px;
}

h3 {
font-size: 10px;
}

input, textarea {
font-family: Verdana;
font-size: 11px;
padding: 4px;
margin: 4px auto;
border: 1px #dddddd solid;
border-bottom: 1px #999999 dotted;
}