body {
    background-color: #595959;
    color: #1C232F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
}
a:link { 
    color:#000000; 
    text-decoration:none; 
}
a:visited { 
    color:#000000; 
    text-decoration:none; 
}
a:focus { 
    color:#555555; 
    text-decoration:underline; 
    }
a:hover { 
    color:#555555; 
    text-decoration:underline;
}
a:active { color:#555555; 
    text-decoration:underline; 
}
img {
    border: none;
}

div#page {
    margin: 0 auto;
    background: #FFFFFF;
    width: 760px;
}

div#header {
    width: 760px;
    height: 120px;
    background-image: url(img/header.jpg);
}

div#headmenu {
    padding: 3px 0;
    border-bottom: 1px solid #CCCCCC;
}

div#headmenu a {
    margin: 10px;
}

div#content {
    text-align: left;
    min-height: 400px;
    padding: 10px;
}

div#imgbox {
	text-align: center;
	padding: 0;
	margin: 10px;
}

.blogentry h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.blogentry a {
	text-decoration: underline;
}

.blogentry {
	margin: 10px;
	padding: 5px;
	background: #E0E5EE;
}

div#footer {
    color: #777777;
    background: #CCCCCC;
}