@charset "UTF-8";
/* CSS Document */


#home_menu {float:left; display:block; padding:0; margin:3px 0 0 0;width:880;}
#home_menu li {
	margin-right:40px;
	display:inline;
	list-style-type:none;
	}
#home_menu li a:link; #home_menu li a:visited {}
#home_menu li a:hover; #home_menu li a:active {opacity:0.5;}


/* Home pg, News pg*/
#newssection { /* in home pg */
	width:460px;
	float:left;
	padding-left:20px;
}
#news {
	margin:15px 0px 10px 0px;
	
}
#news a:link, #news a:visited {
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
}
#news a:active, #news a:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #666;
}
#newscontent {
	width:540px;
	float:left;
	}
.postname {
	margin:25px 0px 0px 0px;
	font-family: Garamond,"Times New Roman", Times, serif;
	font-size: 16px;
	line-height:22px;
	font-weight: bold; /*was bold*/
	color: #000;
}
.bottomBorder {
	border-bottom:1px solid #ece6d7;
	}
.topBorder {
	border-top:1px solid #666;
	}
.postsub {
	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.postdscrpt {
	/*margin-left: 35px;*/
	font-size: 11px;
	color: #666;
	line-height:15px;
}
.postdscrpt a:link, .postdscrpt a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: underline;

}
.postdscrpt a:hover, .postdscrpt a:active {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
#salelinks  a:link, #salelinks a:visited {
	font-size: 11px;
	color: #666;

}
#salelinks  a:hover, #salelinks  a:active {
	font-size: 11px;
	color: #333;
}

/* Side Bar (Right).  news archive column*/

.160column {
	width:160px;
	float:right;
	background-color:#eee;
	
	}
.160column ul {
	margin:0px;
	padding-left:0px;
	list-style-type: none;
}
.160column ul li {
	font: normal 10px Helvetica, Arial, sans-serif;
	color: #999;
	line-height:13px;
	display:block;
	border-bottom: 1px solid #ece6d7;
	}
