body {
	background-image: url(media/background.jpg);
}


img {
	border: 0;
}

.container {
	width: 893px;
	margin:	0 auto;
}

.topbar {
	width: 893px;
	height: 208px;
	background-image:url(media/topbar.jpg);
}

.textBar {
	width: 893px;
	background-image:url(media/textBar.jpg);
	height: 33px;
}

.bottomBar {
	width: 893px;
	height: 452px;
}

.leftColumn {
	float: left;
	width: 308px;

}

.middleColumn {
	float: left;
	width: 235px;
}

.rightColumn {
	float: left;
	width: 280px;
	background-image:url(media/textBox.jpg);
	height: 452px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 70px;
	letter-spacing: 0.04em;
	overflow: hidden;
	background-repeat: no-repeat;
}

.orangeBox {
	width: 215px;
	height: 234px;
	background-image:url(media/orange.jpg);
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}


#sticky {
	width:189px;
	height:249px;
	position:absolute;
	left:-400px;
	top:-200px;
	overflow:hidden;
}

#sticky div {
	width: 189px; 
	cursor: pointer
}

#sticky .top {
	height: 40px;
}

#sticky .body {
	height: 159px;
}

#sticky .bottom {
	height: 50px;
}

