/* CSS Document */
#sjansmachine {
	width: 100%;
}
#maincontainer {
	position: relative;
	width: 796px;
	background-color:#FFF;
	overflow: auto;
}
#header {
	position: relative;
}
#wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../images/black_square_bg.gif)
}
#left_column {
	position: relative;
	width: 103px;
	float: left;
}
#right_column {
	position: relative;
	top: 0px;
	width: 103px;
	float: right;
}
#middle_column {
	overflow: hidden;
	float: left;
	width: 590px;
	background-color: #FFF;
	background-image: none;
}
#content {
	position: relative;
	width: 570px;
	background-image: none;
	text-align: left;
	/* top-right-bottom-left */		
	margin: 10px 10px 10px 10px;	
}
#breadcrumb {
	position: relative;
	float: left;
	height: 30px;
	font-variant: small-caps;
}
#addtoany {
	position: relative;
	float: right;
}
#copyright {
	position: relative;
	top: 5px;
	clear: both;
	z-index: 100;
}

