*{
    margin:0;
    padding:0;
}
BODY{
    letter-spacing:0.1em;
    margin-left:1em;
    margin-right:1em;
}
h1,h2,h3,h4,h5,h6 {
    font-family:serif;
    font-weight:bold;
    color:#008080;
}
p {
    margin-bottom:0.5em;
}

#menu,#news {
    float:left;
}
#menu {
    width:180px;
}
#news {
    width:440px;
}

#menu ul {
	list-style-type: none;
}
#menu img{
    border-style:none;
}
#header {
    margin-bottom:1em;
}
#footer {
    text-align:right;
    width:640px;
    border-top-color:#000080;
    border-top-style:solid;
    border-width:1px;
}
#page_footer {
    width:640px;
    text-align:right;
    width:640px;
    margin-top:1em;
    border-top-color:#000080;
    border-top-style:solid;
    border-width:1px;
}

#rssbox {
    font-size:small;
}
.rss_title {
    font-weight:bold;
}
a{
    text-decoration:none;
    color:#6a5acd;
    font-weight:bold;
}
a:hover{
    text-decoration:underline;
}
.contents {
    width:640px;
    margin-bottom:0.5em;
}

