body{
	width: 800px;
	margin: 0 auto;
    display: block;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

p {
    margin: 10px 0px;
}

#wrap {
	text-align: left;
}

img{
    border: none;
    text-decoration: none;
}

#archive-header {
	text-align: center;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: black 2px solid;
}

#archive-header  a,#archive-header img {
    border: none;
    text-decoration: none;
}

#archive-index h3{
    margin-top: 10px;
}

h2{
    border-bottom: black 1px solid;
}

#primary {
	width: 100%;
	margin-top:10px;
}

#page_content{
    padding: 10px 50px;
    width: 700px !important;
}

.grey-bar {
    margin-top: 20px;
}

#footer{
    border-top: black 2px solid;
    margin-bottom: 20px;
    text-align: center;
}

ul li{
    margin-left: 25px;
}

#digest-info{
    font-style: italic;
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
}

a.digest-link{
    font-size: 12px;
}

#digest-links{
    border-left: 1px dotted black;
    padding-left: 5px;
    min-width: 200px
}

#digest-table {
    min-width: 600px;
}