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

#pmContainer {
	width: 940px;
	margin: 0 auto;
}

#pmContainer p {
	line-height: 1.5;
}

.areaContainer {
    overflow: hidden;
}

.areaContainer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .areaContainer {
    height: 1em;
    overflow: visible;
}
/**/

.leftArea {
	float: left;
}

.rightArea {
	float: right;
}