﻿.padleft {
	margin: 0px 40px 0px 40px;
	text-align: left;
}
.notebook {
	margin: 10px 20px 0px 10px;
	text-align: left;
	background-image: url('../images/notebook1.jpg');
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	border: 2px solid #FFFFFF;
	width: 800px;
	margin: 0px auto 0px auto;
	top: 0px;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
	font-size: small;
	background-color: #F5F5F5;
	position: relative;
	height: 100%;
}
#wrapleft {
	text-align: left;
}
#top {
	top: 0px;
	}
#footer {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	background: #F0EACB;
	clear: none;
	width: 100%;
	height: 25px;
	border-top: 1px solid #869DB5;
	border-bottom: 1px solid #869DB5;
	border-right: 1px solid #869DB5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	top: 100%;
	position: absolute;
}
