@charset "utf-8";
/********************* Global **********************/
body {
	margin: 0px;
	background-color: #F1ECE8;
}
img {
	border: none;
}
form {
	margin: 0px;
}
/********************* Class **********************/
.div960 {
	width: 960px;
	margin: 0px auto;
}
.PapayaLogo {
	background-image: url(../images/img/casa_papaya_logo.gif);
	text-indent: -3000px;
	display: block;
	height: 58px;
	width: 415px;
}
.woodbar {
	background-image: url(../images/img/woodbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.txtField {
	height: 22px;
	width: 243px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 7px;
	border: none;
	background: none;
}
.txtArea {
	height: 102px;
	width: 243px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 7px;
	border: none;
	background: none;
	overflow: auto;
}
.txtAreaSmall {
	height: 62px;
	width: 243px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 7px;
	border: none;
	background: none;
	overflow: auto;
}
.borderRight {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
}

/********************* ID **********************/
#divHeadWrapper {
	background-image: url(../images/img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#divLogo {
	height: 73px;
}
#divMenu {
	height: 25px;
}
#divContentWrapper {
	width: 100%;
}
#divFooterWrapper {
	background-image: url(../images/img/woodbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
}
