@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/BG.gif);
	background-repeat: repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

body,html,div {
	height: 100%;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #333;
}

a:active {
	text-decoration: none;
	color: #666;
}

.container {
	margin: 0 auto;
	text-align: center;
}

.wrapper {
	width: 891px;
	margin: 0 auto;
	height: 100%;
}

.leftside {
	width: 256px;
	float: left;
	height: 100%;
}

.footer {
	background: url(images/footer.gif) #FFF left bottom no-repeat;
	width: 635px;
	float: right;
	height: 1050px;
}

.rightside {
	width: 601px;
	padding: 0px 17px;
	text-align: left;
	background: url(images/BGcontent.gif) top no-repeat;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: justify;
}