/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/layout/bg_main.jpg);
	background-repeat: repeat;
}
#layoutcontainer { /* This is the master layer for the content positioning */ 
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	width: 780px; 
	height: auto;
	background-image:url(images/layout/bg_mainbox.jpg);
	z-index: 0;
}
#layoutelement01 { /* Header */ 
	position: absolute;
	top: 0px;
	left: 50%;
	width: 752px;
	height: auto;
	margin-left:-376px;
	background-image:url(images/layout/bg_topbar.gif);
	background-repeat:repeat-x;
	z-index: 1;
}
#layoutelement02 { /* Header Text */ 
	position: absolute;
	top: 21px;
	left: 50%;
	width: 150px;
	height: 24px;
	margin-left:-75px;
	z-index: 2;
}.on { /* Rollover effect for buttons (on) */ 
	width:137px;
	height:23px;
	background-image: url(images/layout/buttons/bgButtons_on.gif)
}
.off {/* Rollover effect for buttons (off) */ 
	width:137px;
	height:23px;
	background-image: url(images/layout/buttons/bgButtons_off.gif)
} 
