/* ikiwiki local style sheet */

.align-center {
	display:block; 
	margin:10px auto;
}

.pageheader {
        margin: 0;
        padding: 0.5em 2em;
        position: relative;
        overflow: hidden;
        background: #eee;
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;
}
