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

a:link { 
	text-decoration:none; font-weight:200; font-family:georgia, times new roman; }
	a:link {color:#590000;}
	a:visited {
		color:#595959;
		text-decoration: none;
	}

.SidebarHeader {
	font-size:17px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:-22px;
}

.SidebarLinks {
	font-size:14px;
	text-align:center;
	color:#590000;
	line-height:20px;
	letter-spacing: -0.1em;
}
	
#SidebarContainer {
	position:absolute;
	width:180px;
	left:30px;
	top:10px;
	height:auto;
}
	
#SidebarTop {
	float:left;
	background-image:url(../Bygone/graphics/sidetop.png);
	width:180px;
	height:40px;
}

#SidebarMid {
	float:left;
	background-image:url(../Bygone/graphics/sidemid.png);
	padding:20px;
	width:140px;
	height:auto;
}

#SidebarBottom {
	float:left;
	background-image:url(../Bygone/graphics/sidebottom.png);
	width:180px;
	height:40px;
}

#AdvertTop {
	position:absolute;
	left:240px;
	top:35px;
	width:600px;
	height:60px;
}

#AdvertBotton {
	position:absolute;
	left:220px;
	top:10px;
	width:100px;
	height:100px;
}

#Article
{
	position:absolute;
	left:240px;
	top:103px;
	width:778px;
	height:auto;
}

td.contentheading {
	color:red;
	}

