/* global */
body {
    margin: 25px;
    background-color: #1b1b1b;
}

#page {
	background-image: url(/wp-content/themes/jb/images/pagebg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#jb-square {
	background-image: url(/wp-content/themes/jb/images/jbsquare.png);
    background-repeat: no-repeat;
    min-height: 640px;
}

#footer {
    background-image: url(/wp-content/themes/jb/images/footerbg.png);
    background-repeat: no-repeat;
    height: 35px;
}

/* previous and next links */
#prev-posts {
    float: left;
}

#next-posts {
    float: right;
}


/* middle col */
#middlecol-inner {
    margin: 75px 20px 35px 10px;
}

/* right col */
#rightcol {
    margin-top: 55px;
    color: #666;
}

