a {
    color: #00007D;
    text-decoration: none;
}
a:visited { color: #B000B0; }
a:hover {
    color: #8A8AFF;
    text-decoration: underline;
}

body {
    background-image: url('img/global/corner.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

div.content {
    border: 0px #000000 solid;
    float: left;
    margin-top: 10px;
    left: 165px;
    position: relative;
    top: -240px;
    text-align: left;
    width: 835px;
}
div.latestComic{
    font-family: Georgia;
    font-size: 20px;
    padding: 3px;
    text-align: left;
}
div.newsPost {
    background-image: url('img/index/newsHeader.jpg');
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    margin-top: 10px;
    left: 165px;
    padding-top: 65px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    top: -240px;
    width: 640px;
}
div.newsPost h3 { clear: both; }
div.newsPost p {
    clear: both;
    margin-left: 20px;
}

img { border: 0px #000000 solid; }
img.character { float: left; }
img.comic { width: 835px; }
img.wallpaper { width: 250px; }

li { list-style-type: none; }

p.char {
    clear: both;
}
p.copyright {
    clear: both;
    position: relative;
    font-size: 10px;
    top: -240px;
}

ul.navi {
    border: 0px #000000 solid;
    padding-left: 0px;
    width: 160px;
}
ul.subnavi {
    padding-left: 28px;
}
ul li {
    list-style-type: none;
}
ul.navi li:hover {
    border-right: 2px #c94f38 solid;
}
ul.subnavi img:hover {
    border-right: 2px #c94f38 solid;
}
