body { 
	background-color:#FFFFFF
	background-position:left;
	color:#000000;
	font: small/125% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom:0;
	padding: 0;
	}
	
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
.style1 {
	color: #4CA023;
	font-weight: bold;
}

/*  -----|  Structure  |----------------------------------------------------  */

#page {
	background-image:url(images/shadow.gif);
	background-repeat:repeat-y;
	margin:0px auto 25px;
	margin-bottom:0;
	padding: 0;
	width: 800px;
	}
#sidebar {
	width: 235px;
	height: 474px;
	float:left;
	background-image:url(images/splash/midBack.jpg);
background-attachment:scroll;
background-repeat:repeat-x;
}
	
#bodliness {
height:474px;
width:553px;
float:left;
background-image:url(images/splash/midBack.jpg);
background-attachment:scroll;
background-repeat:repeat-x;
}
	
#main {
	width:800px;
	height:474px;		
	}
	
#photo {
	position:absolute;
	left: 90px;
	top: 223px;
	width: 829px;
	height: 432px;
	}



/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; color:#000000; }

h1 { color:#000000; font-size: 2em; margin: 0 0 8px; }


h2 { color:#000000; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #196300; }
	.post h2 a { color:#000000; }
	.post h2.first { font-size: 1.75em; }

