/* Header
-----------------------------------------------------------------------------*/ 
.header{
	background-color:#96d4ee;
	height:110px;
/*	background-image:url(images/blog-logo.png);*/
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:left;
	border-bottom:#333 solid 5px;
}

/* Footer
-----------------------------------------------------------------------------*/ 
.footer{
	background-color:#96d4ee;
	padding-top:5px;
	padding-left:8px;
	text-align:left;
	height:40px;
	border-top:#333 solid 8px;
	vertical-align:middle;
}

