body {
	background-attachment: fixed;
	font-family: "Courier New", Courier, monospace;
	color: #222;
}

@font-face {
	font-family: 'MomsTypewriter';
    src: url('fonts/MomsTypewriter.eot?#iefix') format('embedded-opentype'), 
         url('fonts/MomsTypewriter.woff') format('woff'), 
         url('fonts/MomsTypewriter.otf')  format('truetype'),
         url('fonts/MomsTypewriter.ttf')  format('truetype'),
         url('fonts/MomsTypewriter.svg#Moms_typewriter') format('svg');
}

@font-face {
	font-family: 'JellykaCuttyCupcakes';
    src: url('fonts/JellykaCuttyCupcakes.eot?#iefix') format('embedded-opentype'), 
         url('fonts/JellykaCuttyCupcakes.woff') format('woff'), 
         url('fonts/JellykaCuttyCupcakes.otf')  format('truetype'),
         url('fonts/JellykaCuttyCupcakes.ttf')  format('truetype'),
         url('fonts/JellykaCuttyCupcakes.svg#JellykaCuttyCupcakes') format('svg');
}

a { color: #333; font-weight:bold; }
a:hover { color: #aaaaaa; font-weight:bold; }

#postit-custom {
	font-size:42px;
	font-family:JellykaCuttyCupcakes; 
	line-height:45px;
	margin-top: -30px;
	margin-right: -33px;
	height:260px;
	width:240px;
	float:right;
	position;
	padding:45px 40px 0px 30px;
}
#postit-nextproduction {
	font-family:JellykaCuttyCupcakes; 
	line-height:29px;
	margin-top: -30px;
	margin-right: -33px;
	height:260px;
	width:235px;
	float:right;
	position;
	padding:45px 40px 0px 30px;
}
#postit-nextproduction td {
	font-size:37px;
	line-height:30px;
}
#postit-latestnews {
	font-family:JellykaCuttyCupcakes; 
	line-height:25px;
	margin-top: -30px;
	margin-right: -33px;
	height:260px;
	width:235px;
	float:right;
	position;
	padding:45px 40px 0px 30px;
}
#postit-latestnews td {
	font-size:42px;
	line-height:30px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-family: MomsTypewriter;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-family: MomsTypewriter;
	color: #555;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
}

.navigation {
	position: absolute;
	width: 960px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 190px;
	margin-left: 7px;
}

.nav:hover{
	border: 7px dashed #fff;
}
.nav {
	transform:rotate(3deg);-ms-transform:rotate(3deg);-webkit-transform:rotate(3deg);
}
.navcurrent {
	border: 7px dashed #fff;
	transform:rotate(3deg);-ms-transform:rotate(3deg);-webkit-transform:rotate(3deg);
}

.content {
	/*background-color:rgba(0, 0, 0, 0.3);*/
	background-image: url('images/paper1.png');
	padding-left: 60px;
	padding-top: 20px;
	padding-right: 60px;
	width: 835px;
	font-size: 18px;
	/*border: 2px solid #fff;*/
}

#footer {
	color: #ffffff;
	margin-top: 30px;
	width: 960px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}