*{
    margin: 0; padding: 0;
}

body {
    width:100%;
    color: #ffffff;
    background: #393945;
    font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", Arial, Helvetica;
}

#my_body {
    margin: 0 auto;
    width: 640px;
}

#my_header {
    width: 100%;
    height: 40px;
    background: url("images/header.jpg") no-repeat;
}

#tobysoft_logo {
    position: relative;
    top: 0px;
    left: 32px;
}

#my_footer {
    width: 100%;
    clear: both;
}

#my_navigation {
    float: left;
    width: 192px;
}

#my_contents {
    float: left;
    width: 448px;
}

#menu_title {
    height: 104px;
}

#menu_home, #menu_over_view, #menu_system_requirements,
#menu_screen_shots, #menu_downloads {
    height: 32px;
}

#menu_buy {
    height: 48px;
}

#left_bottom {
    background: url("images/left_bottom_bg.jpg") no-repeat;
    height: 208px;
}

#news {
    position: relative;
    top: 0px;
    left: 16px;
    font-size: 70%;
    line-height: 120%;
}

#news ul {
    list-style-type: square;
    margin: 8px 24px 8px 16px;
}

#news li {
    margin: 0px 0px 8px 0px;
}

#contents_left_top {
    background: url("images/contents_left_top.jpg") no-repeat;
    float: left;
    width: 32px;
    height: 24px;
}

#contents_top {
    background: url("images/contents_top.jpg") no-repeat;
    float: left;
    width: 368px;
    height: 24px;
}

#contents_right_top {
    background: url("images/contents_right_top.jpg") no-repeat;
    float: left;
    width: 48px;
    height: 24px;
}

#contents_main {
    width: 448px;
    background: url("images/contents_main.jpg") repeat-y;
    border: solid 0px;
}

#contents {
    position: relative;
    top: 0px;
    left: 32px;
    width: 368px;
    color: #393945;
}

#contents_footer {
}
#contents_left_bottom {
    background: url("images/contents_left_bottom.jpg") no-repeat;
    float: left;
    width: 32px;
    height: 32px;
}

#contents_bottom {
    background: url("images/contents_bottom.jpg") no-repeat;
    float: left;
    width: 368px;
    height: 32px;
}

#contents_right_bottom {
    background: url("images/contents_right_bottom.jpg") no-repeat;
    float: left;
    width: 48px;
    height: 32px;
}



#screenshot {
    margin: 8px 8px;
}

#screenshot img {
    border: solid 1px #000;
    margin: 2px;
}

.over_view_picture {
    margin: 4px 0px;
}
.over_view_picture img {
    margin: 2px;
}

h1 {
    text-align: center;
    margin: 8px 4px;
    font-size: x-large;
}

h2 {
    margin: 16px 4px;
    font-size: large;
}

p {
    text-indent: 1em;
    margin: 16px 8px 0px;
}

ul {
    margin: 16px 16px 16px 32px;
}

a{
    text-decoration : underline;
    color: #393945;
}

a:link {
}

a:visited { 
}

a:hover {
} 

a:active { 
}

div#news a{
    text-decoration : underline;
    color: #ffffff;
}

img {
    border-width: 0px;
}

.hidden {
    display: none;
}

div.empty {
    margin: 0px;
}

#rss {
    margin: 0px 0px 0px 16px;
}

#news h1 {
    text-align: left;
    margin: 16px 0px 0px 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
}
