#leftside {
	font-family: Arial, Helvetica, sans-serif;
	background-position: left;
	width: 100px;
	border: thin none #000000;
	float: left;
	margin: 20px 0px 0px;
}
#rightside {
	width: 200px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-position: right;
	float:right;
	margin-top: 20px;
}
#content {
	margin-left: 105px;
	margin-top: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 20px;
}
body {
	background-color: #5ABD9C;
}
#header {
	background-position: center;
	width: auto;
}


#foot {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	color: #0000CC;
	text-decoration: underline;
	cursor: hand;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
}
#container {
	width: 952px;
}


.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	margin-left: 5px;
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	float: right;
}
