div#pwContent { 
	background: #F6EDDB; 
	height: 440px; 
	}

div#pwScroll {
	height: 390px;
	overflow: auto;
	}

div#pwContentImp {
	height: 50px;
	clear: both;
	border-top: 1px solid #DFC89E;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #221E1F;
	}

div#pwContentDecoRight { 
	float: left; 
	width: 160px; 
	height: 440px; 
	background-image: url(../images/layout/decoRight.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwContentDecoLeft { 
	float: left; 
	width: 20px; 
	height: 440px; 
	background-image: url(../images/layout/decoLeft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
div#pwContentMenu { 
	float: left; 
	width: 150px; 
	height: 440px; 
	background-image: url(../images/layout/decoMenu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
div#pwContentDecoCenter { 
	float: left; 
	width: 25px; 
	height: 440px; 
	background-image: url(../images/layout/decoCenter.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
div#pwContentMain { 
	float: left; 
	width: 445px; 
	height: 440px; 
	background-image: url(../images/layout/decoMain.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwMenu {
	height: 20px;
	clear: both;
}

div#pwMenuLeft {
	float: left;
	width: 640px;
	height: 20px;
	background-image: url(../images/layout/menuBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwMenuRight {
	float: left;
	width: 160px;
	}

div#pwTop { 
	height: 190px;
	}
div#pwTop img { float: left; }
div#pwMain { 
	width: 800px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -325px;
	background: #D7BC8D;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	background: #E5D4B8;
}
