a.photo	{
	display: block;
	margin-bottom: 1em;
}
a.photo img	{
	border: 1px solid black;
}
#hidden	{
	display: none;
}
body	{
	text-align: center;
	background: #25160a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper	{
	position: relative;
	width: 716px;
	height: 460px;
	/* padding-top: 300px; */
	text-align: left;
	margin: 1em auto;
	border: 3px solid black;
	background: transparent url(happySandwich.jpg) top left no-repeat;
}
#photos	{
	position: absolute;
	top: 230px;
	left: -90px;
	width: 300px;
	z-index: 1;
	text-align: right;
}
#blog	{
	position: absolute;
	top: 365px;
	left: 195px;
	width: 250px;
	/* background: #e1dcc0; */
	background: #b1cae9;
	border: 1px solid black;
	padding: 0.5em 1em 2em 1.5em;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 2;
}
#blog p	{
	font-size: 12px;
	margin: 0;
}
#links	{
	position: absolute;
	top: 380px;
	left: 475px;
	/* background: #b1cae9; */
	background: #e1dcc0;
	border: 1px solid black;
	padding: 1em 1em 2em 2em;
	font-size: 80%;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 0;
}
#links ul {
	list-style-type: none;
	padding-left: 0;
}
#links a, #blog a	{
	color: blue;
	text-decoration: none;
}
#links a:hover	{
	text-decoration: underline;
}
#twitterWidget	{
	position: absolute;
	top: 600px;
	left: 205px;
	z-index: 3;
}
#picasaDropbox	{
	position: absolute;
	top: 550px;
	left: -105px;
	z-index: 3;
}
h3	{	font-weight: normal;
		margin: 0;	}
.date	{	font-size: 60%; font-style: italic;	}
div.blogItem p	{
	font-size: 75%;
	margin-top: 0.3em;
	text-align: justify;
	/* filter: alpha(opacity=100);
	opacity: 1.0; */
}
#nfRecent a, #nfQueue a	{
	color: #25160a;
}
#nfRecent p, #nfQueue p, #nfAtHome p	{
	margin: 0 0 0 2em;
	font-size: 80%;
	text-indent: -2em;
	text-align: left;
}
h4	{
	font-weight: normal;
	font-size: 100%;
	margin: 2px 0 1px;
	text-decoration: underline;
}
