<!--
body { 
	margin: 0;
	border: 0;
	background-color: #3aa7ec;
	background-image: url("images/background.gif");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: arial;
}
-->
.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 10px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 330px; /*Width of Carousel Viewer itself*/
	height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 330px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#main { 
	width: 895px;
	height: 1020px;
	margin: 100px;
	margin-left: auto;
	margin-right: auto;
}
#blocks { 
	width: 875px;
	height: 180px;
	margin: 0px;

	margin-left: 20px;
	position: absolute;
}
#frame { 
	width: 460px;
	height: 485px;
	margin: 210px;

	margin-left: 170px;
	position: absolute;
}
#right_side { 
	width: 240px;
	height: 784px;
	margin: 200px;
	margin-left: 655px;
	position: absolute;
}
#slides { 
	width: 375px;
	height: 300px;
	margin: 665px;
	margin-left: 250px;
	position: absolute;
}
#info { 
	width: 450px;
	height: 56px;
	margin: 965px;
	margin-left: 330px;
	font-family: verdana;
	font-size: 12px;
	position: absolute;
}
#info a:link {
	outline: none;
	text-decoration: none;
	color: #082b71;
}
#info a:active {
	outline: none;
	text-decoration: none;
	color: #082b71;
}
#info a:visited {
	outline: none;
	text-decoration: none;
	color: #082b71;
}
#info a:hover {
	outline: none;
	text-decoration: none;
	color: #006ee1;
}
