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

.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(../ghost/graphics/frametop.png);
	width:180px;
	height:86px;
}

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

#SidebarBottom {
	float:left;
	background-image:url(../ghost/graphics/framebottom.png);
	width:180px;
	height:95px;
}

#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:238px;
	top:100px;
	width:500px;
	height:auto;
}

