/* CSS Document */

#container {
	position: relative;
	top: 0px;
	left: 0px;
 	height: 2580px;
	width: 100%;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 5%;
	width: 90%;
	height: 100%;
}

#header {
	position: absolute;
	width: 100%;
	height: 8%;
	top: 0%;
}

#columnleft {
	position: absolute;
	width: 45%;
	top: 8%;
	height: 75%;
	left: 2%;
}

#cl01 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0%;
	height: 12%;
}
#cl02 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 14%;
	height: 18%;
}
#cl03 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 35%;
	height: 14%;
}
#cl04 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 49%;
	height: 12%;
}
#cl05 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 63%;
	height: 18%;
}
#cl06 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 82%;
	height: 11%;
}

#columnright {
	position: absolute;
	width: 45%;
	top: 8%;
	height: 75%;
	left: 54%;
}

#cr01 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0%;
	height: 12%;
}
#cr02 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 14%;
	height: 18%;
}
#cr03 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 34%;
	height: 14%;
}
#cr04 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 48%;
	height: 12%;
}
#cr05 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 62%;
	height: 20%;
}
#cr06 {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 85%;
	height: 11%;
}

#footer01 {
	position: absolute;
	width: 100%;
	top: 82%;
	height: 7%;
}

#footer02 {
	position: absolute;
	width: 100%;
	top: 89%;
	height: 5%;
}

img.figure {
	margin-left: 15%;
	margin-top: 0%;
	position: absolute;
	}

/*TEXT*/
h1 {
	font: "Comic Strip MN";
	font-size: x-large;
	color: #000000;
	font-variant: small-caps;
	font-family: "Comic Strip MN";
}
h2 {
	font: "Comic Strip MN";
	font-size: medium;
	color: #3399CC;
	font-variant: small-caps;
	font-family: "Comic Strip MN";
}
h3 {
	font: "Comic Strip MN";
	font-size: small;
	color: #3399CC;
	font-variant: small-caps;
	font-family: "Comic Strip MN";
}
p {
	color: #000000;
	font-size: small;
	font-weight: bold;
	font: "Comic Sans MS";
	font-family: "Comic Sans MS";
	text-align: justify;
	}

.ref {
	color: #0000FF;
	}
.book {
	color: #FF0000;
}
.end {
	font-size: medium;
	text-align: center;
}
