/* Layer style definitions for layout */

#title {
	position:relative;
	left:0px;
	top:0px;
	width:750px;
	height:149px;
	z-index:1;
	margin-left: auto;
    margin-right: auto;
}

#menu {
	position:relative;
	left:0px;
	top:3px;
	width:748px;
	height:25px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	background-color: #006699;
	border: 1px solid #003366;
}
#main_content {
	position:relative;
	left:0px;
	top:0px;
	width:750px;
	z-index:3;
	margin-left: auto;
	margin-right: auto;
}
#footer 
{
	position:relative;
	left:0px;
	top:8px;
	width:750px;
	z-index:4;
	margin-left: auto;
	margin-right: auto;
	padding-top:3px;

}

/* Creates scrollbar for Firefox */

#scroll
{
   position            : absolute;
   top                 : 0px;
   bottom              : -0.1px;
   width               : 1em;
   z-index             : -1;
}
