@charset "utf-8";
/* CSS Document */

body	{
	background-color:#faf2e6;
	color:#47524d;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	}
	
a:link, a:visited	{
	color:#4d8369;
	}	
	
a:hover	{
	color:#fa7c5f;
	}	
	
td	{
	vertical-align:top;
	}	
	
h1	{
	color: #4d8368;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	}	
h2	{font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:100}
	
.blogheader	{
	color: #4d8368;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	}	

#menu	{
	background-image:url(images/menu_bar.gif);
	width: 879px;
	height:48px;
	}
	
#green	{
	background-image:url(images/bg_green.gif);
	width:879px;
	}	

.author	{
	text-align:right;
	padding: 0 10px 10px 0;
	color:#778282;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	
	}

.dots	{
	border-top: #feb590 dotted 1px;
	width: 150px;
	text-align:center;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	
.dots_v	{
	border-right: #feb590 dotted 1px;
	width: 20px;
	text-align:center;
	height: 150px;
	padding-top:25px;
	margin-right:20px;
	}
	
.dots_h	{
	border-top: #feb590 dotted 1px;
	width: 250px;
	text-align:center;
	height: 20px;
	margin-top:20px;
	}	

.home_box	{
	margin:18px;
	padding-left: 20px;
	padding-right: 20px;
	height: 150px;
	}
	
.home_box	{
	margin:18px;
	padding-left: 20px;
	padding-right: 20px;
	}	
	
.box	{
	padding-left: 20px;
	padding-right: 20px;
	}	
	
.odd	{ color:#4d8368;}

.even	{ color: #eb6c2f;}
.quote	{
	color:#4d8369;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	padding:10px;
	}	
.white	{
	background-color:#FFF;
	}	
	
.footer	{
	width:859px;
	text-align:right;

	}	