body
{
    background-color: #FFFFFF;
    background-image: url('bg.png');
    background-repeat: repeat-x;

    font-family: Georgia, sans-serif;
    font-size: 11px;

    width: 640px;
    margin: 0 auto;
    
    border: 0px #000000 solid;

    text-align: left;
    font-size: 12px;

}

a
{
    color: #888888;
    text-decoration: none;
}

a:hover
{
    color: #000082;
    text-decoration: none;
}

p, form {
    display: run-in;
    border: 0px #000000 solid;
}

hr
{
    border: 1px #000000 solid;
    width: 384px;
    text-align: center;
}

ul.none { list-style-type: none; }

input, textarea {
    font-family: Georgia, sans-serif;
    border: 1px #444444 solid;
	background-color: #D2E7FF;
	font-size: 11px;
}

#w3head
{
	display: block;
	font-weight: bold;
	font-size: 15px;
}

#thumb
{
    width: 103px;
    height: 20px;
}

.navigation
{
    text-align: center;
    font-size: 16px;
    word-spacing: 16px;
    
    margin: 10px 0px 10px 0px;
    
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}

.communitynavigation
{
    text-align: center;
    font-size: 16px;
    word-spacing: 16px;

    margin: 10px 0px 10px 0px;

    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}

.center
{
    margin-left: auto;
    margin-right: auto;

    display: block;
    border: 0px #000000 solid;
    width: 640px;
}

.news
{
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
}

a.bglink {
    background-image: url('bglink.png');
    background-repeat: repeat-y;
    font-size: 16px;
    padding-left: 32px;
}

#space { margin: 5px 0px 5px 0px; }
#wrap { width: 640px; }
#comment { border-bottom: 0px #ffffff solid; }
.navigation-a{ word-spacing: normal; }
.community-a
{
  font-size: 12px;
  word-spacing: normal;
}
img { border: 0px #FFFFFF solid; }
.w3center { text-align: center; }
.w3indent { margin-left: 14px; }
#w3alignright { text-align: right; }
