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

body{
	margin: 0;
	background-color: black;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

.main_cont{
	width: 952px;
	position: relative;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

.banner{
	width: 952px;
	height: 176px;
}

.top_parchment{
	width: 952px;
	background-image: url(images/parchment_top-2.png);
	background-repeat: no-repeat;
	background-position: top center;
	
}

.bottom_parchment{
	width: 952px;
	background-image: url(images/parchment_bottom1-2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

.sub_cont{
	width: 952px;
	background-image: url(images/parchment_seg-2.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.nav{
	background-image: url(images/nav_back.jpg);
	background-repeat:repeat-x;
	height: 42px;
	width: 900px;
	margin: 0 auto;
}

.content{
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: #f3d69e;		
}

.content_home{
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 1;
			
}

.home_box{
	position: relative;
	width: 650px;
	float: right;
	
}

.sub_pic{
	float: left;
	
}

.left_image{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.right_image{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.left_image2{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.right_image2{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.home_text{
	width: 619px; 
	height: 289px; 
	background-image: url(images/home_text_back.jpg); 
	background-repeat:no-repeat; 
	background-position: bottom;
	font-size: 16px; 
	position: relative; 
	z-index: -3; 
	top: 12px;	
}
