body {
	padding: 0;
	margin: 0;
	background-color: rgb(84, 156, 255);
	height: 100%;
}

div.header {
	width: 100%;
	height: 74px;
}

div.header div.headerTop {
	background: url(images/HeaderTBG.png) repeat-x top;
	height: 46px;
}

div.header div.headerTop div.headerTextTop {
	background: url(images/Schmorgalogotop.png) no-repeat top left;
	width: 226px;
	height: 46px;
}

div.header div.headerBottom {
	height: 28px;
	background: url(images/HeaderBBG.png) repeat-x top;
}

div.header div.headerBottom div.headerTextBottom {
	background: url(images/Schmorgalogobottom.png) no-repeat top left;
	width: 226px;
	height: 28px;
}

div.columnLayout {
	width: 100%;
	background: rgb(84, 156, 255) url(images/LeftTrans.png) no-repeat top left;
	margin: 0;
	padding: 0
}

div.columnLayout2 {
	width: 100%;
	background: transparent url(images/RightTrans.png) no-repeat top right;
	margin: 0;
	padding: 0;
}

/*div.middleCol {
	margin: 0 50px 0 48px;
}*/

div.rounded {
	background: url(images/PaneLBG.png) repeat-y scroll left top;
	float: none;
	margin: 0 50px 0 48px;
}

div.rounded2 {
	background: transparent url(images/PaneRBG.png) repeat-y scroll right top;
}

div.rounded div.roundedTop {
	width: 100%;
	height: 25px;
	background: url(images/PaneTBG.png) repeat-x top;
}

div.rounded div.roundedTop div.left {
	width: 25px;
	height: 25px;
	float: left;
	background: url(images/PaneTL.png) no-repeat top left;
}

div.rounded div.roundedTop div.right {
	width: 25px;
	height: 25px;
	float: right;
	background: url(images/PaneTR.png) no-repeat top left;
}

div.rounded div.roundedMiddle {
	/*height: 100px;*/	
	margin: 0 25px;
	background-color: rgb(247, 247, 247);
	
	font-size: 20px;
}

div.rounded div.roundedBottom {
	clear: both;
	height: 25px;
	background: url(images/PaneBBG.png) repeat-x top;
}

div.rounded div.roundedBottom div.left {
	width: 25px;
	height: 25px;
	float: left;
	background: url(images/PaneBL.png) no-repeat top left;
}

div.rounded div.roundedBottom div.right {
	width: 25px;
	height: 25px;
	float: right;
	background: url(images/PaneBR.png) no-repeat top right;
}



div.clean {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}

div.bottom {
	width: 100%;
	background-color: rgb(84, 156, 255);
	height: 50px;
	clear: both;
}

div#squareDrag {
	background-color: rgb(48, 120, 255);
	width: 100px;
	height: 100px;
	position: absolute;
	left: 200px;
	top: 300px;
}

div#circleDrag {
	background: transparent url(shapes/Circle.gif) no-repeat top right;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 300px;
	left: 250px;
}

div#circleText {
	width: 100%;
	text-align: center;
	font-size: 16px;
	height: auto;
	position: relative;
	top: 50%;
	margin-top: -8px;
	cursor: default;
}

div#triangleDrag {
	background: transparent url(shapes/Triangle.gif) no-repeat top right;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 300px;
	left: 250px;
}
