html, body {
height: 97%;
}

body {
margin: 0;
font-size: 15px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/bgcolor.png);
background-color: #fcf2e1;
}

#container {
height: 100%;
width: 600px;
margin: 30px auto 0;
text-align: center;
}

#navigation p{
position: relative;
top: -9px;
left: 110px;
visibility: hidden;
}

div#index {
height: 90%;
}

#rss {
font-size: 10px;
color: #888;
}

#footer {
width: 600px;
margin: 0 auto;
padding: 0 0 30px;
text-align: left;
}

#footer .hr {
width: 517px;
height: 17px;
margin: 0 auto;
background-image:url(../images/hr.png);
background-repeat:no-repeat;
}

#footer img{
margin: 0 65px;
text-align: left;
display: block;
}

#content {
min-height: 55%;
width: 475px;
margin: auto auto 40px auto;
color: #606060;
text-align: left;
}

body.news h1 {
color: #ff7c3b;
}

body.about h1 {
color: #1DCBAF;
}
body.stuff h1 {
color: #C6C918;
}
body.contact h1 {
color: #FE4A60;
}

h1, h2, h3 {
margin: .5em 0 0 0;
}

p {
margin: .125em 0 0 0;
}

#content h1 {
font-size: 2em;
text-align: left;
}

#content h2 {
font-size: 1.25em;
text-align: left;
}

#content p {
text-align: left;
}

#content p.img {
margin: 1em 0;
text-align: center;
}

img.stf {
display: none;
}

div.entry {
width: 475px;
text-align: left;
margin: .5em 0;
padding-bottom: 1em;
border-bottom: 1px solid #ff7c3b;
}

div.entry p {
margin: .5em 0;
}

div.entry .date {
font-weight: bold;
font-size: .75em;
}

div.entry .title {
font-size: 1.175em;
}

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

a:hover {
text-decoration:line-through;
}