

#Wrap {
	
}

#TopBg {
	background: url(../images/backgrounds/black/top_background_60.png) center top no-repeat ;
	height: 20px;
	*width: 100%;
}

.TopBgShine {
	background: url(../images/backgrounds/shine.png) center top no-repeat ;
	height: 20px;
}

#WebSite {
	background: url(../images/backgrounds/black/down_background_60.png) center bottom no-repeat;
	padding: 0px 0px 26px 0px;
}

#Content {
	background: url(../images/backgrounds/black/content_background_60.png) center top repeat-y;
}

#LeftColumn {
	float: left;
	width: 703px;
}

#ArticleContent  {
	padding: 0px 20px 20px 20px;
}

#RightColumn {
	float: right;
	width: 259px;
	background: url(../images/sidebar/rightline.png) left top repeat-y;
}

#SidebarContent {
	padding: 0px 10px 20px 10px;
}

.HomepageBlog {
	background: url(../images/backgrounds/up_background.png) center top no-repeat;
	padding: 6px 0px 0px 0px;
}


