@charset "utf-8";
body {
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-color: #C0BFC0;
}
.style1 {
	color: #6A0A8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style2 {
	color: #6A0A8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style3 {
	color: #6A0A8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.mainbody {
	position: absolute;
	height: 850px;
	width: 800px;
	left: 250px;
	top: 200px;
}
.footer {
	position:absolute;
	height:50px;
	width:750px;
	left:250px;
}
