body {
	margin: 10px;
	padding: 0px;
}

body, #shadow_tr, #shadow_b {
	background-color: #d9e5b6;
}

#container {
	position: relative;
	float: left;
	width: 748px;
	background-color: #ffffff;
	border: 10px solid #b3c974;
}

#header {
	position: relative;
	width: 748px;
	height: 190px;
}

#butterfly {
	position: absolute;
	top: 160px;
	left: 180px;
	width: 50px;
	height: 46px;
	background-image:url(/template/shared/images/butterfly.png);
	background-repeat:no-repeat;
	z-index: 1;
}

#topBar {
	position: absolute;
	width: 738px;
	top: 158px;
	margin: 0px;
	display: block;
	z-index: 1;
}

#body3column, #body2column {
	position: relative;
	float: left;
	width: 748px;
	padding: 0px;
}

#body3column {
	background-image: url(/template/shared/images/body3column.gif);
}

#body {
	position: relative;
	float: left;
	width: 748px;
	padding: 0px;
	margin: 0px;
}

#left {
	position: relative;
	float: left;
	margin: 0px;
	width: 220px;
}

#middle {
	position: relative;
	float: left;
	margin: 0px;
}

#right {
	position: relative;
	float: left;
	margin: 0px;
	padding: 20px 20px 0px;
	width: 130px;
}

#body3column #middle {
	width: 358px;
}

#body2column #middle {
	width: 528px;
}

#body2column #right {
	float: none;
	display: none;
	visibility: hidden;
}

#content {
	padding: 20px 20px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#logo_csdcab {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	width: 170px;
	height: 64px;
	background-image: url(/template/shared/images/logo_csdcab.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#logo_csdcab a {
	display: block;
	padding: 64px 170px;
}

#footer {
	clear: both;
	position: relative;
	width: 748px;
	height: 30px;
	background-image: url(/template/shared/images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer div {
	padding: 10px;
}

#copyright {
	margin: 0px auto 5px;
	width: 768px;
}

#right {
	position: relative;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	width: 140px;
}