body {
    font-size: 12px;
    font-family: Arial, Helvetica, Sans;
    text-align: center;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

#newsArea {
    position: relative;
    margin-top: 25px;
}

.news {
    margin-top: 20px;
    width: 500px;
}

.newsTitleBlock {
    background-color: #F2F2F2;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-weight: bold;
    height: 14px;
    padding: 2px;
    width: 500px;
}

.newsTitle {
    float: left;
    top: -138px;
}
.newsDate {
    top: -138px;
    float: right;
}
.newsArticle {
    margin-bottom: 20px;
    padding: 2px 2px 5px;
    width: 500px;
}

#content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: left;
}

#logo {
    background: url(../images/7.png) no-repeat left top;
    position: relative;
    left: 0;
    top: 0;
    width: 286px;
    height: 125px;
    cursor: hand;
}

#logo :hover {
    cursor: hand;
}

#rightbar {
    background: url(../images/4.png) repeat-x;
    width: 400px;
    height: 18px;
    top: -33px;
    left: 286px;
    position: relative;
} 

#introduction {
    float: left;
    top: -25px;
}

#introduction #screenshot {
    float: right;
    width: 170px;
    margin-left: 5px;
}

#introduction #screenshot a {
    text-decoration: none;
    text-align: center;
}

#top_end {
    background: url(../images/5.png) no-repeat right top;
    width: 15px;
    height: 18px;
    position: relative;
    left: 399px;
}

#menu_bar {
    background: url(../images/9.png) repeat-y;
    position: relative;
    width: 34px;
    height: 300px;
    top: -20px;
    left: 71px;
    text-align: left;
}

#menu_items {
    width: 150px;
    position: relative;
    left: -50px;
    text-align: left;
}

#menu_items .menu_item a {
    display: block;
    width: 120px;
    color: black;
    text-align: left;
    height: 18px;
    background: #d4e7a6;
    border: 1px solid white;
    margin-top: 5px;
    font-size: 12px;
}

pre.wiki, pre.literal-block {
 background: #f7f7f7;
 border: 1px solid #d7d7d7;
 margin: 1em 1.75em;
 padding: .25em;
 overflow: auto;
}

#menu_items .menu_item a:hover {
    border: 1px solid #95c63e;
}

#menu_items a {
    padding-left: 10px;
    padding-top: 2px;
    text-decoration: none;
}

#bottom_end {
    background: url(../images/3.png) no-repeat bottom left;
    width: 34;
    height: 13px;
    position: relative;
    top: 300px;
}

#title_area {
    position: relative;
    font-weight: bold;
    font-size: 13pt;
    top: -320px;
    left: 170px;
    text-align: left;
}

#text_area {
    text-align: left;
    position: relative;
    font-size: 12px;
    left: 170px;
    margin-top: 10px;
    top: -340px;
    width: 500px;
}

a, a:visited {
 color: #576b18;
}

@media screen {
 a.ext-link .icon {
  background: url(../images/6.png) no-repeat;
  background-position: 3px center;
  padding-left: 14px;
 }
 * html a.ext-link .icon { display: inline-block; }
}

.code {
 background: #f7f7f7;
 border: 1px solid #d7d7d7; 
}