#leftside {
	font-family: Arial, Helvetica, sans-serif;
	background-position: left;
	width: 100px;
	border: thin none #000000;
	float: left;
	margin: 20px 0px 0px;
	font-weight: bold;
}
#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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}
#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;
}
#lftcont {
	width: 400px;
	float: left;
	padding: 10px;
}

#rtcont {
	width: 375px;
	margin-left: 0px;
	float: right;
	padding-left: 5px;
	padding-top: 10px;
}

body {
	background-color: #FFFFFF;
	background-image: url(design/assets/images/background.jpg);
	background-repeat: repeat;
}
#header {
	background-position: center;
	width: auto;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}


#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;
	background-image: none;
	background-repeat: no-repeat;
}


.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	margin-left: 5px;
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	float: right;
}
#small {
	cursor: hand;
	color: #0000FF;
	text-decoration: underline;
}
