@charset "UTF-8";
body {
	background-color: #FFFFCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#wrapper {
	text-align: left;
	width: 760px;
	background-color: #FFFFFF;
	position: relative;
}
#header {
	background-color: #FFFFFF;
	margin: 0px;
}
#content {
}
#footer {
	margin-top: 18px;
	margin-bottom: 12px;
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #52A5A5;
	text-align: right;
	margin-right: 12px;
	padding-bottom: 6px;
	margin-left: 12px;
}
#logo {
	height: 134px;
	width: 760px;
	background-image: url(http://behaviorbuddies.com/images/header.png);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor:pointer;
}
#nav {
	height: 48px;
	width: 760px;
	background-image: url(http://behaviorbuddies.com/images/navigationToBe.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#leftColumn {
	float: left;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #FF0000;
	margin-right: 18px;
	margin-left: 6px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 16px;
	color: #333333;
	font-variant: normal;
	text-align: left;
	max-width: 152px;
}
#rightColumn {
	float: right;
	width: 156px;
}
#ack {
	padding: 20px;
	text-align:left;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 130%
	font-weight:normal;
	font-variant: normal;
	color:#FF6600 }
