body{
	font-size: 75%; 
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
	background-color: #ffffff;
	color: #666666;

}
#head {
	width: 30%;
	height: auto;
	color: #666666;
	line-height: .7em;
	position: absolute;
	margin-top: 40px;
	margin-left: 20px;
	padding: 15px;
	padding-top: 200px;
	font-size: 300%;
	font-weight: bold;
	filter: blur(add=false, direction=100, strength=6);
	background-image: url("coffee.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#body {
}
#content {
	width: 60%;
	position: relative;
	margin-left: 35%;
}

#sidebar{
	width: 20%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	font-size: 75%; 
	line-height: 1.3em; 
	padding: 5px;
	height: 100%;
	filter: alpha(opacity=60);
	margin-top: 450px;
}

#sidebar .h1 {
	font-weight : bolder;
	display: block;
}

.blogbody, h4{
	color: #000000;
	font-size: 90%; 
	line-height: 1.3em; 
	padding: 5px;
	background-color: #ffffff;
	height: 100%;
	display: block;
	filter: alpha(opacity=60);
}

.blogbody{
	padding-left: 2em;
}
h2{
	line-height: 1.5em;
}
h3{
	color: #000000;
	font-size: 100%;
	font-family: garamond, georgia, Times New Roman, Times, serif; 
	font-weight: bold; 
	line-height: 1.3em; 
	text-align: left;
	height: 0;
	filter: blur(offX=-3, offY=3);
}

address{
	font-size: 90%;
}

a{
	color: #000000; 
	line-height: 1.3em;
	text-decoration: underline;
	height: 0;
	cursor: ne-resize;
}
           
a:hover{  
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
	height: 0;
	filter: blur(offX=-5, offY=5);
	cursor: ne-resize;
}

#foot {
	position: relative;
	margin-left: 35%;
	margin-top: 30px;
	height: 139px;
	background-image: url("beans.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	filter: alpha(opacity=60);
}