/**********************************************************************
  BEGIN: content-left
**********************************************************************/

div#content-left {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	width: 110px;
	height: 320px;
}

/**********************************************************************
  END: content-left
**********************************************************************/

/**********************************************************************
  BEGIN: content-normal
**********************************************************************/

div#content-normal {
	position: absolute;
	float: right;
	left: 110px;
	top: 0px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	width: 520px;
	height: 320px;
	overflow: auto;
	border-bottom: 1px;
}

div#content-normal p {
	margin-top: 0px;
}

/**********************************************************************
  END: content-normal
**********************************************************************/

/**********************************************************************
  BEGIN: content-bottom
**********************************************************************/

div#content-border {
	position: absolute;
	float: right;
	left: 110px;
	top: 350px;
	border: 1px;
	width: 535px;
	height: 1px;
}

div#content-bottom {
	position: absolute;
	float: right;
	left: 110px;
	bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	width: 525px;
	height: 55px;
}

/**********************************************************************
  END: content-bottom
**********************************************************************/
