@charset "UTF-8";
#kaboodle {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFC;
	background-image: url(images/BACKGROUND.gif);
}

#kaboodle2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFC;
	background-image: url(images/BACKGROUND.gif);
}



#head {
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: right;
}
#links {
	height: 28px;
	background-image: url(images/headernew22.gif);
	padding-left: 15px;
	color: #000;
	padding-top: 70px;
}
#bodyall {
}
#bodyleft {
	width: 600px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
#bodyright {
	width: 280px;
	height: 390px;
	position: relative;
	left: 600px;
	margin-top: -440px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
