/* Companion Custom CSS over-rides for [ Dumb Doodles - Webcomics ]: ComicPress - 2.5 */

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/bgs/blue_background.png) repeat-x scroll center top;
color:#333333;
font-family:'Arial',sans-serif;
font-size:13px;
font-style:normal;
font-weight:normal;
letter-spacing:normal;
margin:0;
text-transform:none;
z-index:0;
}

#page {
margin:0 auto;
width:80%;
}

#page-wide {
margin:0 auto;
width:100%;
}

.narrowcolumn {
float:left;
margin:0 auto;
width:65%;
}

#sidebar-right {
float:right;
width:25%;
}