body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #E1FFE1;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/bg_green.gif);
	background-repeat: repeat-x;
	background-position: top;

}
#header {
	background: none;
	height: 100px;
	background-color: #006600;
	border-bottom: #006600 1px solid;
	margin: 0px;
}
#headerimg 	{ 
	height: 100px; 
	margin: 0;
	padding: 0;
	width: 760px;
	top: 0;
	left: 0;
} 
#headerimg img {
	border: none;
}

#footer {
	border-top-color: #AAD5B5;
	background-image: none;
	border-top: #006600 1px solid;
}

#sidebar form {
	margin-top: 10px;
	padding: 5px;
}

#page {
	background-image: url(images/bowled.png);
	background-position: top left;
	background-repeat: repeat-y;	
}


#content {
	font-size: 1.1em;
	padding-top: 40px;
	min-height: 300px;
}
#content h1, #content h2, #content h3, #content p, #content li {
	padding-right: 40px;
}

#narrowcontent {
	position: relative;
	margin-left: 200px;
	margin-right: 250px;
	text-align: left;
}
#narrowcontent {
	padding-top: 40px;
	min-height: 300px;
}
#narrowcontent h1, #narrowcontent h2, #narrowcontent h3, #narrowcontent p, #narrowcontent li {
	padding-right: 0px;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
#rightposts {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
}
#rightposts .post {
	padding: 10px;
}
#rightposts h1 {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
#rightposts p {
	font-size: 100%;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
#rightposts h1 a, #rightposts h1 a:link, #rightposts h1 a:hover {
	color: #336666;
	text-decoration: none;
}
#rightposts h1 a:hover {
	color: #336666;
	text-decoration: underline;
}
#rightposts .post_link {
	padding-bottom: 5px;
	text-transform: capitalize;
}
#rightposts	.post_date {
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px dotted #999999; 
	background: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.post_date, .post_link, .comment_autor{
	font-size: 100%;
	color: #666;
	text-transform: inherit;
}

