@charset "utf-8";

@font-face {
 font-family: CoopHeavy;
 src: url("../fonts/CoopHeavy.eot") /* EOT file for IE */
}
@font-face {
 font-family: CoopHeavy;
 src: url("../fonts/CoopHeavy.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: CoopLight;
 src: url("../fonts/CoopLight.eot") /* EOT file for IE */
}
@font-face {
 font-family: CoopLight;
 src: url("../fonts/CoopLight.ttf") /* TTF file for CSS3 browsers */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
h1 {
	font-family: CoopHeavy, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: CoopHeavy, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: CoopHeavy, Arial, Helvetica, sans-serif;
}

.mainCenter {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
.modeBar {
	text-align: center;
	background-color: #dddddd;
	padding: 2px;
}
.mainCornerUL {
	background-image: url(../images/mainBlockUL.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.mainCornerUR {
	background-image: url(../images/mainBlockUR.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.mainCornerBR {
	background-image: url(../images/mainBlockBR.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.mainCornerBL {
	background-image: url(../images/mainBlockBL.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}
.mainBlock {
	padding: 100px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.paperGirlLogo {
	position: absolute;
	left: 600px;
	top: 0px;
}
.mainHeader {
	background-image: url(../images/paperGirlLogoUR01.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 280px;
	height: 133px;
	display: block;
	position: absolute;
	left: 600px;
	top: 0px;
}
.mainNav {
	text-align: left;
}
.mainNav a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-right: 20px;
	font-family: CoopLight, Arial, Helvetica, sans-serif;
}
.mainContent {
	text-align: left;
}
.mainFooter {
	color: #ffffff;
	display: block;
	position: absolute;
	right: 250px;
	bottom: 10px;
}
.mainLogger {
	color: #ffffff;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.mainLogger a {
	color: #ffffff;
}
.splitLeft {
	float: left;
	width: 50%;
	text-align: right;
}
.splitLeft p {
	margin: 10px;
	padding: 0px;
}
.splitRight {
	float: left;
	width: 50%;
	text-align: left;
}
.splitRight p {
	margin: 10px;
	padding: 0px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.tdLeft {
	text-align: left;
}
.tdRight {
	text-align: right;
}
.tdCenter {
	text-align: center;
}
.pageListItem {
	overflow: hidden;
	padding: 2px;
}
.pageListSub {
	overflow: hidden;
	margin-left: 15px;
	padding: 2px;
}
.editBar {
	background-color: #dedede;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sectionCreator {
	background-color: #efefef;
	margin-top: 5px;
	margin-bottom: 5px;
}