body{
background-color: #999;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

h1{
text-align:center;
}

a{
text-decoration: none;
color: #333;
font-weight:bold;
}

p{
text-indent: 25px;
padding: 10px;
}

.footerlinks{
padding: 10px;
text-align: center;
font-size:12px;
}

.imgcenter{
text-align: center;
}

.footer{
margin-top: -5px;
}

.container{
text-align: center;
}

.nav{
text-align: center;
}

.content{
background-color: #DDD;
display: block;
width: 635px;
text-align: justify;
margin-left: auto;
margin-right: auto;
}

.blogtitle{
background-color: #999;
font-size: 24px;
}

#menu{
width: 635px;
}

.spacer{
float:left;
}

#homebtn a{
background:url(images/home.png) no-repeat 0px 0px;
display: block;
width: 100px;
height: 20px;
float: left;
}

#homebtn a:HOVER{
background-position: 0px -20px;
}

#blogbtn a{
background:url(images/blog.png) no-repeat 0px 0px;
display: block;
width: 100px;
height: 20px;
float: left;
}

#blogbtn a:HOVER{
background-position: 0px -20px;
}

#gallerybtn a{
background:url(images/gallery.png) no-repeat 0px 0px;
display: block;
width: 100px;
height: 20px;
float: left;
}

#gallerybtn a:HOVER{
background-position: 0px -20px;
}

#articlesbtn a{
background:url(images/articles.png) no-repeat 0px 0px;
display: block;
width: 100px;
height: 20px;
float: left;
}

#articlesbtn a:HOVER{
background-position: 0px -20px;
}

#linksbtn a{
background:url(images/links.png) no-repeat 0px 0px;
display: block;
width: 100px;
height: 20px;
float: left;
}

#linksbtn a:HOVER{
background-position: 0px -20px;
}

#mailbtn a{
background:url(images/mail.png) no-repeat 0px 0px;
display: block;
width: 100px;
height: 20px;
float: left;
}

#mailbtn a:HOVER{
background-position: 0px -20px;
}

.blogentry{
width: 600px;
border-style: ridge;
border-width:2px;
}

.blgheader{
background-color: #999999;
text-transform:capitalize;
font-size:24px;
text-align: center;
}

.datetime{
text-align:center;
font-size:10px;
border-bottom-style: ridge;
border-bottom-width: 2px;
}

.blogentry{
text-align: justify;
margin-left: auto;
margin-right: auto;
}

.blogtable{
text-align: center;
}

.blgtext{
border-bottom-style: ridge;
border-bottom-width: 2px;
}

.link{
padding-left: 10px;
padding-right: 10px;
}
