	body {
		background : White url("bm_granvia.jpg") no-repeat fixed top left;
		font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #000033;
	}
	h1 {
		font : bold 2.2em verdana,Georgia, serif;
		text-align: center;
		color: #678897;
		padding-bottom: 30px;
	}
	#home {
		line-height : 1.3em;
		position : absolute fixed top left;
		top: 10px;
		left: 0px;
		width: 195px;
		heigth: 90px;
		color : white;
		text-transform: capitalize;
	}
	#links {
		line-height : 1.3em;
		position : absolute;
		top: 120px;
		left: 20px;
		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 #category {
	 font-weight: italic;
	 padding: 0px;
	 margin: 0px;
	}
	
	#links #about {
	  font-size: 10px;
	}
	
	#links #calendar {
	  // nothing, just in case
	}
	
	#content {
		width : 514px;
		line-height : 1.3em;
		position : absolute;
		top : 0px;
		left : 205px;
		padding: 15px;
	}
	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;
    }
