@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  width: 100%
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url("images/notebook.gif") repeat;
}

.left {
	float: left;
}

.right {
	float: right;
}

#lefttext {
	position: absolute;
	float: left;
	width: 199px;
	height: 454px;
	left: 26px;
	top: 10px;
}

#maintext {
	position: absolute;
	float: right;
	width: 764px;
	height: 601px;
	left: 238px;
	top: 10px;
}

.style2 {font-size: 36px}
.style4 {
	font-size: 18px;
}
.style5 {font-size: 24px}
.style6 {color: #333333}
.style7 {font-size: 24px; color: #333333; }
a:link {
	color: #b6ae6a;
	text-decoration: none;
}
a:visited {
	color: #b6ae6a;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
    color: #b6ae6a;
	text-decoration: none;
}
