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

/**
 * LAYOUT
 */

body, html {
	background: #FCBBDD url(../images/background.jpg) 50% 0 repeat-x;
} 
#l_wrapper {
}
#p_header_outer {
	width: 100%; height: 85px;
	background: transparent url(../images/header_r.png) 0 0 repeat-x;
}
#p_header_inner {
	position: relative;
	margin: 0 auto;
	width: 780px; height: 85px;
	background: transparent url(../images/header.png) 0 0 no-repeat;
	overflow: hidden;
}
#p_top {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
}
#p_main_outer {
	position: relative;
	margin: 0 auto;
	width: 780px;
	background: transparent url(../images/paper-mid.png) 50% 0 repeat-y;
	overflow: visible;
}
#p_main_inner_1 {
	width: 780px;
	background: transparent url(../images/paper-top.png) 50% 0 no-repeat;
}
#p_main_inner_2 {
	width: 640px;
	padding: 50px 70px;
	background: transparent url(../images/paper-bottom.png) 50% 100% no-repeat;	
}
#p_right {
	position: absolute; z-index: 100;
	left: 525px; top: 210px;
	width: 180px;
}
#p_footer_outer {
	margin-top: 15px;
	width: 100%; height: 50px;
	background-color: #FADAE7;
	overflow: hidden;
}
#p_footer_inner {
	margin: 0 auto;
	width: 780px; height: 32px;
}
.contentpane,
.contentpaneopen {
	width: 430px;
}

