@charset "utf-8";
/* CSS Document */
#SidebarContainer {
	position:absolute;
	width:200px;
	left:30px;
	top:10px;
	height:auto;
}
	
#SidebarTop {
	float:left;
	background-image:url(../Abandoned/graphics/panel/roof.png);	
	width:200px;
	height:86px;
}

#SidebarMid {
	float:left;
	background-image:url(../Abandoned/graphics/panel/middle.png);
	padding:25px;
	width:150px;
	height:auto;
}

#SidebarBottom {
	float:left;
	background-image:url(../Abandoned/graphics/panel/foundation.png);
	width:200px;
	height:198px;
}

#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;
}
