	body {
		background : White url("bm_roof.jpg") no-repeat fixed top left;
		font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #000033;
	}
	h1 {
		font : bold 2.2em Georgia, serif;
		text-align: center;
		color: #678897;
		padding-bottom: 30px;
	}
	#links {
		line-height : 1.3em;
		position : absolute;
		top: 100px;
		left: 10px;
		width: 180px;
		color : white;
		text-transform: capitalize;
	}
	
	#links ul {
	 list-style: none;
	 padding: 0px;
	 margin: 0px;
	}
	
	#links h3 {
	 font-weight: bold;
	 padding: 0px;
	 margin: 0px;
	}
	
	#links #about {
	 font-size: normal;
	}
	
	#links #calendar {
	  // nothing, just in case
	}
	
	#content {
		width : 454px;
		line-height : 1.3em;
		position : absolute;
		top : 0px;
		left : 205px;
		padding: 20px;
	}
	h3 {
		font-weight : bold;
		font-size : 1em;
		padding-bottom : 10px;
	}
	.postinfo {
		font-size : 11px;
		margin-bottom: 35px;
		color: #333333;
	}
	a:link {
		color : #CCFFFF;
	}
	a:visited {
		color : #CCFFFF;
	}
	a:active {
		color : #CC9900;
	}
	a:hover {
		color : #CC9900;
	}
    .calMonthToday {
    	background-color: #678897;
        color: #FFFFFF;
    }
    
    #album a,
    #album a:hover,
    #album a:link,
    #album a:visited {
      text-decoration: none;
    }
.pager {
	clear:all;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pager a, .pager a:link, .pager a:href, .pager a:hover {
 text-decoration: none;
 border: 0px;
}

.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
	padding: 2px 6px;
}

.pager .pagerLinkPrevPage{
	margin-right:20px;
}
.pager .pagerLinkNextPage {
	margin-left:20px;
}

.pager .pagerCurrent {
	padding: 2px 6px; 
	border-color: #999; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: #fff; 
	color: #FF0084;	
}
