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

/* PaperCuts Formatting. Used for simulated document */
div.paper {
	width:1000px;
	height:auto;
	margin:auto;
	margin-top:0px;
}
div.paper_body {
	background-color:#FFF;
	width:900px;
	float:right;
}
div.paper_topmargin {
	width:100%;
	height:100px;
}
div.paper_content {
	width:700px;
	margin:auto;
	font-family: "BaltNewCenturySchoolbook Medium", Georgia, serif;
}
div.paper_left {
	background-image:url('../images/papercuts/papercuts_06.png');
	background-position:right;
	background-repeat:repeat-y;
	width:1000px;
	float:left;
}
div.paper_right {
	background-image:url('../images/papercuts/papercuts_04.png');
	background-position:left;
	background-repeat:repeat-y;
	width:950px;
	float:left;
}
div.paper_bottomleft {
	background-image:url('../images/papercuts/papercuts_07.png');
	height:75px;
	width:100px;
	float:left;
}

div.paper_bottom {
	background-image:url('../images/papercuts/papercuts_08.png');
	height:75px;
	width:800px;
	float:left;
}

div.paper_bottomright {
	background-image:url('../images/papercuts/papercuts_09.png');
	height:75px;
	width:100px;
	float:left;
}