/*background images */
body {
	background-color: #ffffff;	
	background-image:url(/images/bg_new2.jpg);
}

#bgtop {
	background-image:url(/images/bg_top_n.png);
	background-repeat: no-repeat;
	height:11px;
	display:block;
	margin:36px 0px 0 0;
	padding: 0px;
	background-position: bottom left;
}
#bgmiddle{
	background-image:url(/images/bg_middle.png);
	background-repeat:repeat-y;
	height: auto;
    }
#bgbottom{
	background-image:url(/images/bg_bottom.png);
	background-repeat: no-repeat;
	height:17px;	
}

/*--- content_bg ---*/

#paperbg_top {
	width:100%;
	background-image: url(/images/paper_top.png);
	background-repeat: no-repeat;	
	height: 23px;
	float:left;
}
#paperbg_middle {
	width:690px;
	height: auto;
	min-height: 50px;
	background-image: url(/images/paper_middle.png);
	background-repeat: repeat-y;
	padding-left: 20px ;
	padding-right: 20px;
	padding-bottom: 15px;
	float:left;
}
#paperbg_bottom {
	width:100%;
	background-image: url(/images/paper_bottom.png);
	background-repeat: no-repeat;
	height: 17px;
	background-position: bottom left;
	float:left;
}

/*--- sectionintro_bg ---*/

#paperbg_intro_top {
	width:100%;
	background-image: url(/images/paper_intro_top.jpg);
	background-repeat: no-repeat;	
	height: 42px;
	float:left;
}
#paperbg_intro_middle {
	width:690px;
	height: auto;
	min-height: 150px;
	background-image: url(/images/paper_intro_middle.jpg);
	background-repeat: repeat-y;
	padding-left: 20px ;
	padding-right: 20px;
	float:left;
}
#paperbg_intro_bottom {
	width:100%;
	background-image: url(/images/paper_intro_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	float:left;
}

/*--- section clip_bg ---*/

#paperbg_clip_top {
	width:100%;
	background-image: url(/images/paper_clip_top.png);
	background-repeat: no-repeat;	
	height: 37px;
	float:left;
}
#paperbg_clip_middle {
	height: auto;
	width:690px;
	min-height: 150px;
	background-image: url(/images/paper_clip_middle.png);
	background-repeat: repeat-y;
	padding-left: 20px ;
	padding-right: 20px;
	float:left;
	
}
#paperbg_clip_bottom {
	width:100%;
	background-image: url(/images/paper_clip_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	float:left;
}

#paperbg_bottom_layer {
	width:100%;
	background-image: url(/images/paper_bottom_wh_layer.png);
	background-repeat: no-repeat;
	height: 21px;
	float:left;
}

/*--- papers_websites ---*/

#paper_website_top {
	width:100%;
	background-image: url(/images/papers_website_top.png);
	background-repeat: no-repeat;	
	height: 20px;
	float:left;
}
#paper_website_middle {
	height: auto;
	width:700px;
	min-height: 150px;
	background-image: url(/images/papers_website_middle.png);
	background-repeat: repeat-y;
	padding-left: 20px ;
	padding-right: 20px;
	float:left;
	
}
#paper_website_bottom {
	width:100%;
	background-image: url(/images/papers_website_bottom.png);
	background-repeat: no-repeat;
	height: 24px;
	float:left;
}
